rpms/sed/devel sed.spec,1.50,1.51

Jiří Moskovčák jmoskovc at fedoraproject.org
Fri Oct 16 09:12:45 UTC 2009


Author: jmoskovc

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

Modified Files:
	sed.spec 
Log Message:
- added libselinux-devel to buildrequires rhbz#514182
- fixed problem with --excludedocs rhbz#515913



Index: sed.spec
===================================================================
RCS file: /cvs/extras/rpms/sed/devel/sed.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sed.spec	12 Aug 2009 19:41:07 -0000	1.50
+++ sed.spec	16 Oct 2009 09:12:45 -0000	1.51
@@ -6,7 +6,7 @@
 Summary: A GNU stream text editor
 Name: sed
 Version: 4.2.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/Text
 URL: http://sed.sourceforge.net/
@@ -14,7 +14,7 @@ Source0: ftp://ftp.gnu.org/pub/gnu/sed/s
 Source1: http://sed.sourceforge.net/sedfaq.txt
 Patch0: sed-4.2.1-dummyparam.diff
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: glibc-devel
+BuildRequires: glibc-devel, libselinux-devel
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -48,12 +48,14 @@ rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
 %find_lang %{name}
 
 %post
-/sbin/install-info %{_infodir}/sed.info.gz %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/sed.info.gz %{_infodir}/dir || &> /dev/null
+:
 
 %preun
 if [ $1 = 0 ]; then
-   /sbin/install-info --delete %{_infodir}/sed.info.gz %{_infodir}/dir || :
+   /sbin/install-info --delete %{_infodir}/sed.info.gz %{_infodir}/dir || &> /dev/null
 fi
+:
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -66,6 +68,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 
 %changelog
+* Fri Oct 16 2009 Jiri Moskovcak <jmoskovc at redhat.com> 4.2.1-4
+- added libselinux-devel to buildrequires rhbz#514182
+- fixed problem with --excludedocs rhbz#515913
+
 * Tue Aug 11 2009 Ville Skyttä <ville.skytta at iki.fi> - 4.2.1-3
 - Use bzipped upstream tarball.
 




More information about the fedora-extras-commits mailing list