diff --git a/bsd-finger-0.17-init-realname.patch b/bsd-finger-0.17-init-realname.patch new file mode 100644 index 0000000..f46118e --- /dev/null +++ b/bsd-finger-0.17-init-realname.patch @@ -0,0 +1,10 @@ +--- bsd-finger-0.17-orig/finger/util.c 2009-08-24 19:14:49.145387327 +0300 ++++ bsd-finger-0.17/finger/util.c 2009-08-29 00:47:59.661649249 +0300 +@@ -98,6 +98,7 @@ + + pn->uid = pw->pw_uid; + pn->name = strdup(pw->pw_name); ++ pn->realname = ""; + pn->dir = strdup(pw->pw_dir); + pn->shell = strdup(pw->pw_shell); + diff --git a/finger.spec b/finger.spec index e093a8a..ea3411d 100644 --- a/finger.spec +++ b/finger.spec @@ -1,7 +1,7 @@ Summary: The finger client Name: finger Version: 0.17 -Release: 38%{?dist} +Release: 39%{?dist} License: BSD Group: Applications/Internet Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/bsd-finger-%{version}.tar.gz @@ -16,6 +16,7 @@ Patch7: bsd-finger-0.17-typo.patch Patch8: bsd-finger-0.17-strip.patch Patch9: bsd-finger-0.17-utmp.patch Patch10: bsd-finger-wide-char-support5.patch +Patch11: bsd-finger-0.17-init-realname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibc-devel @@ -55,6 +56,7 @@ and you'd like finger information to be available. %patch8 -p1 -b .strip %patch9 -p1 -b .utmp %patch10 -p1 -b .widechar +%patch11 -p1 %build sh configure --enable-ipv6 @@ -96,6 +98,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/fingerd.8* %changelog +* Mon Sep 7 2009 Radek Vokal - 0.17-39 +- init realname fix (#520203) + * Fri Jul 24 2009 Fedora Release Engineering - 0.17-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild