diff --git a/pinfo.spec b/pinfo.spec index 23f6efe..9234d11 100644 --- a/pinfo.spec +++ b/pinfo.spec @@ -1,7 +1,7 @@ Summary: An info file viewer. Name: pinfo Version: 0.6.8 -Release: 9 +Release: 10 Group: System Environment/Base License: GPL URL: http://dione.ids.pl/~pborys/software/pinfo @@ -15,7 +15,7 @@ Patch3: pinfo-0.6.8.memleak.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: ncurses-devel Requires: htmlview -Prereq: /sbin/install-info +Requires(post,preun): /sbin/install-info %description Pinfo is an info file (or man page) viewer with a user interface @@ -68,6 +68,10 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 3 2005 Mike A. Harris 0.6.8-10 +- Rebuilt with gcc 4 for FC4 +- Replaced Prereq: with Requires(post,preun) + * Thu Dec 23 2004 Mike A. Harris 0.6.8-9 - Replaced pinfo-0.6.0-mkstemp.patch with updated pinfo-0.6.8-mkstemp.patch to fix an additional insecure tempnam() usage detected by our buildsystem