>From e660ad07a3425d1f8de11740230fcb0c2ed150c8 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 22 Nov 2009 19:33:47 +0200 Subject: [PATCH 2/2] 2.4.4-alt13 - added patch to fix early closelog() (RH#222295, thx mlists/list.ru for proposal) --- ppp.spec | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ppp.spec b/ppp.spec index 45a4df1..79b99eb 100644 --- a/ppp.spec +++ b/ppp.spec @@ -11,7 +11,7 @@ Name: ppp Version: 2.4.4 -Release: alt12 +Release: alt13 Summary: The PPP daemon and documentation License: distributable Group: System/Servers @@ -89,6 +89,9 @@ Patch54: ppp-2.4.4-alt-ipparam.patch # patch define aligned_u64 directly Patch55: ppp-2.4.4-alt-define-aligned_u64.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=222295 +Patch56: ppp-2.4.4-rh-closelog.patch + Packager: Denis Smirnov PreReq: /var/lock/serial @@ -221,6 +224,7 @@ popd %patch54 -p1 # ugly hack: patch define aligned_u64 directly %patch55 -p1 +%patch56 -p1 # enable the dhcp plugin perl -p -i -e "s|^(PLUGINS :=)|SUBDIRS += dhcp\n\$1|g" pppd/plugins/Makefile.linux @@ -348,6 +352,10 @@ install -pD -m644 %SOURCE5 %buildroot%_sysconfdir/logrotate.d/%name # - more spec cleanup re $RPM_BUILD_ROOT and friends %changelog +* Sun Nov 22 2009 Michael Shigorin 2.4.4-alt13 +- added patch to fix early closelog() + (RH#222295, thx mlists/list.ru for proposal) + * Fri May 15 2009 Michael Shigorin 2.4.4-alt12 - fixed FTBFS with current libtool -- 1.6.5.2