rpms/inn/devel inn.spec,1.68,1.69

Nikola Pajkovsky npajkovs at fedoraproject.org
Mon Sep 14 13:03:26 UTC 2009


Author: npajkovs

Update of /cvs/extras/rpms/inn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32225

Modified Files:
	inn.spec 
Log Message:
resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h


Index: inn.spec
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- inn.spec	25 Jul 2009 03:24:51 -0000	1.68
+++ inn.spec	14 Sep 2009 13:03:25 -0000	1.69
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -23,6 +23,7 @@ Patch10: inn-2.4.3-nologinshell.patch
 Patch11: inn-2.4.5-dynlib.patch
 Patch12: inn-sasl_encode64nullterm.patch
 Patch13: inn-2.5.0-chown.patch
+Patch14: inn-2.5.0-missing-headers.patch
 BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
 BuildRequires: perl(ExtUtils::Embed)
 Requires(pre): shadow-utils
@@ -94,6 +95,7 @@ exit 0
 %patch11 -p1 -b .dynlib
 %patch12 -p1 -b .nullterm
 %patch13 -p1 -b .chown
+%patch14 -p1 -b .missing-headers
 
 perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
 perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -137,7 +139,7 @@ for f in clibrary.h config.h dbz.h
 do
     install -c -m 0644 ./include/$f $RPM_BUILD_ROOT/usr/include/inn
 done
-for f in defines.h system.h libinn.h storage.h
+for f in defines.h system.h libinn.h storage.h options.h
 do
     install -c -m 0644 ./include/inn/$f $RPM_BUILD_ROOT/usr/include/inn
 done
@@ -534,6 +536,7 @@ exit 0
 /usr/include/inn/libinn.h
 /usr/include/inn/storage.h
 /usr/include/inn/system.h
+/usr/include/inn/options.h
 %{_libdir}/news/lib/libstorage.so
 %{_libdir}/news/lib/libinn.so
 %{_libdir}/news/lib/libinnhist.so
@@ -547,6 +550,9 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Mon Sep 14 2009 Nikola Pajkovsky <npajkovs at redhat.com> - 2.5.0-5
+- resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list