rpms/mgetty/devel mgetty.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 23 12:02:53 UTC 2007


Author: mbarabas

Update of /cvs/dist/rpms/mgetty/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8548

Modified Files:
	mgetty.spec 
Log Message:
Fix not failsafe scriptlets use in post & preun (#223710)


Index: mgetty.spec
===================================================================
RCS file: /cvs/dist/rpms/mgetty/devel/mgetty.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mgetty.spec	21 Aug 2006 13:36:33 -0000	1.39
+++ mgetty.spec	23 Jan 2007 12:02:51 -0000	1.40
@@ -5,7 +5,7 @@
 Summary: A getty replacement for use with data and fax modems.
 Name: mgetty
 Version: 1.1.33
-Release: 9%{?dist}
+Release: 10%{?dist}
 Source: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz
 Source1: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz.asc
 Source2: logrotate.mgetty
@@ -200,11 +200,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/install-info %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty).		Package to handle faxes, voicemail and more."
+/sbin/install-info %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty).		Package to handle faxes, voicemail and more." || :
 
 %preun
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty). 	Package to handle faxes, voicemail and more."
+    /sbin/install-info --delete %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty). 	Package to handle faxes, voicemail and more." || :
 fi
 
 %pre sendfax
@@ -342,6 +342,10 @@
 %{_mandir}/man1/viewfax.1*
 
 %changelog
+* Tue Jan 23 2007 Maros Barabas <mbarabas at redhat.com> - 1.1.33-10
+- fixed install-info scriptlets (post,preun)
+- Resolves #223710
+
 * Mon Aug 21 2006 Nalin Dahyabhai <nalin at redhat.com> - 1.1.33-9
 - add /usr/sbin/useradd as a prereq for the -sendfax subpackage, because
   we call it during the -sendfax %%pre scriptlet (#203266)




More information about the fedora-cvs-commits mailing list