rpms/syslog-ng/devel .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 syslog-ng.spec, 1.44, 1.45

rayvd rayvd at fedoraproject.org
Sat Aug 29 18:29:07 UTC 2009


Author: rayvd

Update of /cvs/pkgs/rpms/syslog-ng/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27957

Modified Files:
	.cvsignore sources syslog-ng.spec 
Log Message:
Update for libnet linking



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/syslog-ng/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	24 Mar 2009 13:52:29 -0000	1.18
+++ .cvsignore	29 Aug 2009 18:29:07 -0000	1.19
@@ -1 +1,2 @@
 syslog-ng-2.1.4.tar.gz
+syslog-ng-2.1.4-libnet.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/syslog-ng/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	24 Mar 2009 13:52:29 -0000	1.18
+++ sources	29 Aug 2009 18:29:07 -0000	1.19
@@ -1 +1,2 @@
 17c4c7725d2eab62b588395f1ed93f32  syslog-ng-2.1.4.tar.gz
+02ce641aa7ca3649f2cd562f2864e654  syslog-ng-2.1.4-libnet.patch


Index: syslog-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syslog-ng/devel/syslog-ng.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- syslog-ng.spec	19 Aug 2009 12:30:50 -0000	1.44
+++ syslog-ng.spec	29 Aug 2009 18:29:07 -0000	1.45
@@ -6,7 +6,7 @@
 
 Name: syslog-ng
 Version: 2.1.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Next-generation syslog server
 
 Group: System Environment/Daemons
@@ -22,6 +22,9 @@ Source20: rsyslog-syslog-ng.sysconfig
 Source21: rsyslog-3.14.1-logrotate.d-rsyslog.log
 Source30: rsyslog-syslog-ng-fc10.sysconfig
 Source31: rsyslog-3.21.9-logrotate.d-rsyslog.log
+
+Patch0: syslog-ng-2.1.4-libnet.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: eventlog-devel >= %{evtlog_ver}
@@ -33,6 +36,7 @@ BuildRequires: glib2-static
 %if 0%{?rhel}
 BuildRequires: tcp_wrappers
 BuildRequires: eventlog-static >= %{evtlog_ver}
+BuildRequires: automake
 %else
 BuildRequires: tcp_wrappers-devel
 %endif
@@ -64,6 +68,9 @@ ideal for firewalled environments.
 
 %prep
 %setup -q
+%if 0%{?rhel}
+%patch0 -p1 -b .libnet
+%endif
 
 # fix perl path
 %{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' contrib/relogger.pl
@@ -219,6 +226,9 @@ fi
 
 
 %changelog
+* Thu Aug 20 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 2.1.4-4
+- libnet linking (bug#518150)
+
 * Tue Aug 18 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 2.1.4-3
 - Init script fix (bug#517339)
 




More information about the fedora-extras-commits mailing list