rpms/nasm/devel nasm.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 25 12:13:09 UTC 2007


Author: pmachata

Update of /cvs/dist/rpms/nasm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5072

Modified Files:
	nasm.spec 
Log Message:
- Ville Skytta: patch for non-failing %%post, %%preun
- Resolves: #223714



Index: nasm.spec
===================================================================
RCS file: /cvs/dist/rpms/nasm/devel/nasm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- nasm.spec	12 Jul 2006 07:25:51 -0000	1.18
+++ nasm.spec	25 Jan 2007 12:13:07 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: A portable x86 assembler which uses Intel-like syntax.
 Name: nasm
 Version: 0.98.39
-Release: 3.2.2
+Release: 4%{?dist}
 Patch0: nasm-0.98-boguself2.patch
 Patch1: nasm-0.98.39-overfl.patch
 License: LGPL
@@ -61,11 +61,11 @@
 rm -rf "$RPM_BUILD_ROOT"
 
 %post 
-/sbin/install-info %{_infodir}/nasm.info.gz  %{_infodir}/dir
+/sbin/install-info %{_infodir}/nasm.info.gz  %{_infodir}/dir || :
 
 %preun
 if [ $1 = 0 ]; then
-  /sbin/install-info --delete %{_infodir}/nasm.info.gz %{_infodir}/dir
+  /sbin/install-info --delete %{_infodir}/nasm.info.gz %{_infodir}/dir || :
 fi
 
 %files
@@ -90,6 +90,10 @@
 %{_bindir}/rdx
 
 %changelog
+* Thu Jan 25 2007 Petr Machata <pmachata at redhat.com> - 0.98.39-4
+- Ville Skytta: patch for non-failing %%post, %%preun
+- Resolves: #223714
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.98.39-3.2.2
 - rebuild
 




More information about the fedora-cvs-commits mailing list