rpms/parted/devel parted.spec,1.143,1.144

Joel Andres Granados Moreno jgranado at fedoraproject.org
Wed Aug 12 11:08:28 UTC 2009


Author: jgranado

Update of /cvs/pkgs/rpms/parted/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5799

Modified Files:
	parted.spec 
Log Message:
Make install with exclude docs work without an error message.



Index: parted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -p -r1.143 -r1.144
--- parted.spec	29 Jul 2009 08:04:50 -0000	1.143
+++ parted.spec	12 Aug 2009 11:08:28 -0000	1.144
@@ -4,7 +4,7 @@
 Summary: The GNU disk partition manipulation program
 Name:    parted
 Version: 1.9.0
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv3+
 Group:   Applications/System
 URL:     http://www.gnu.org/software/parted
@@ -103,7 +103,9 @@ popd
 
 %post
 /sbin/ldconfig
-/sbin/install-info %{_infodir}/parted.info.gz %{_infodir}/dir || :
+if [ -f %{_infodir}/parted.info.gz ]; then
+    /sbin/install-info %{_infodir}/parted.info.gz %{_infodir}/dir || :
+fi
 
 %preun
 if [ $1 = 0 ]; then
@@ -129,6 +131,9 @@ fi
 %{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
 
 %changelog
+* Wed Aug 12 2009 Joel Granados <jgranado at redhat.com> - 1.9.0-10
+- Make install with exclude docs work without an error message.
+
 * Wed Jul 29 2009 Joel Granados <jgranado at redhat.com> - 1.9.0-9
 - Add parenthesis where needed (#511907)
 




More information about the fedora-extras-commits mailing list