rpms/mtools/devel mtools.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 14:08:42 UTC 2007


Author: atkac

Update of /cvs/dist/rpms/mtools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10353/mtools/devel

Modified Files:
	mtools.spec 
Log Message:
Resolves: #223712



Index: mtools.spec
===================================================================
RCS file: /cvs/dist/rpms/mtools/devel/mtools.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mtools.spec	9 Aug 2006 13:03:31 -0000	1.23
+++ mtools.spec	22 Jan 2007 14:08:40 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Programs for accessing MS-DOS disks without mounting the disks.
 Name: mtools
 Version: 3.9.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/System
 Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
@@ -54,11 +54,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/install-info %{_infodir}/mtools.info.gz %{_infodir}/dir
+/sbin/install-info %{_infodir}/mtools.info.gz %{_infodir}/dir || :
 
 %preun
 if [ "$1" = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/mtools.info.gz %{_infodir}/dir
+    /sbin/install-info --delete %{_infodir}/mtools.info.gz %{_infodir}/dir || :
 fi
 
 %files
@@ -70,6 +70,11 @@
 %{_infodir}/*
 
 %changelog
+* Mon Jan 22 2007 Adam Tkac <atkac redhat com> 3.9.10-3
+- Resolves: #223712
+- applied Ville Skyttä's (ville.skytta "antispam" iki.fi) patch
+  (install-info scriptlet failures)
+
 * Wed Aug 09 2006 Jitka Kudrnacova <jkudrnac at redhat.com> - 3.9.10-2
 - rebuilt to prevent corruption on the 13th character (#195528)
 




More information about the fedora-cvs-commits mailing list