rpms/pinfo/devel pinfo.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 22 13:17:24 UTC 2005


Update of /cvs/dist/rpms/pinfo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32047

Modified Files:
	pinfo.spec 
Log Message:
- Work around an idiotic bug in rpm (#118780) by using multiple Requires
  lines instead of the Requires(foo,bar) syntax that rpm documentation
  states is valid.  This fixes reported pinfo kickstart issue (#155700)




Index: pinfo.spec
===================================================================
RCS file: /cvs/dist/rpms/pinfo/devel/pinfo.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- pinfo.spec	4 Mar 2005 01:51:47 -0000	1.22
+++ pinfo.spec	22 Apr 2005 13:17:21 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: An info file viewer.
 Name: pinfo
 Version: 0.6.8
-Release: 10
+Release: 11
 Group: System Environment/Base
 License: GPL
 URL: http://dione.ids.pl/~pborys/software/pinfo
@@ -13,9 +13,11 @@
 Patch2: pinfo-0.6.8.memcorruption.patch
 Patch3: pinfo-0.6.8.memleak.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
 BuildRequires: ncurses-devel
 Requires: htmlview
-Requires(post,preun): /sbin/install-info
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
 
 %description
 Pinfo is an info file (or man page) viewer with a user interface
@@ -68,6 +70,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Apr 22 2005 Mike A. Harris <mharris at redhat.com> 0.6.8-11
+- Work around an idiotic bug in rpm (#118780) by using multiple Requires
+  lines instead of the Requires(foo,bar) syntax that rpm documentation
+  states is valid.  This fixes reported pinfo kickstart issue (#155700)
+
 * Thu Mar  3 2005 Mike A. Harris <mharris at redhat.com> 0.6.8-10
 - Rebuilt with gcc 4 for FC4
 - Replaced Prereq: with Requires(post,preun)




More information about the fedora-cvs-commits mailing list