From 748b4b05523b5b2130518a3e0f0fe67019d70dc6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 02:56:02 +0000 Subject: [PATCH] auto-import changelog data from am-utils-6.0.7-7.src.rpm Wed May 29 2002 Nalin Dahyabhai 6.0.7-7 - adjust the perl reqs so that the lostaltmail config files aren't required by RPM Sun May 26 2002 Tim Powers - automated rebuild Thu May 09 2002 Nalin Dahyabhai 6.0.7-5 - rebuild in new environment --- am-utils.spec | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/am-utils.spec b/am-utils.spec index 340b65a..eca2b01 100644 --- a/am-utils.spec +++ b/am-utils.spec @@ -1,7 +1,7 @@ Summary: Automount utilities including an updated version of Amd. Name: am-utils Version: 6.0.7 -Release: 4 +Release: 7 License: BSD Epoch: 5 Group: System Environment/Daemons @@ -13,16 +13,13 @@ Source3: am-utils.sysconf Source4: am-utils.net.map BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: gdbm-devel, hesiod-devel, openldap-devel - -# XXX white out some (internal) perl Requires: -Provides: perl(::etc/global/lostaltmail.conf) -Provides: perl(::etc/local/lostaltmail.conf) -Provides: perl(::etc/os/lostaltmail.conf) - Requires: portmap, grep, gawk, findutils Prereq: /sbin/install-info, /sbin/chkconfig, grep Obsoletes: amd +# We need to filter out some perl requirements for now. +%define __find_requires %{_builddir}/%{name}-%{version}/find-requires + %description Am-utils includes an updated version of Amd, the popular BSD automounter. An automounter is a program which maintains a cache @@ -36,6 +33,9 @@ mounting and unmounting filesystems. %prep %setup -q +find_requires=`rpm --eval %%{__find_requires}` +echo "$find_requires | grep -v lostaltmail.conf" > find-requires +chmod +x find-requires %build %configure \ @@ -114,6 +114,16 @@ fi %{_libdir}/libamu.so.*.* %changelog +* Wed May 29 2002 Nalin Dahyabhai 6.0.7-7 +- adjust the perl reqs so that the lostaltmail config files aren't required + by RPM + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Thu May 9 2002 Nalin Dahyabhai 6.0.7-5 +- rebuild in new environment + * Fri Feb 22 2002 Nalin Dahyabhai 6.0.7-4 - rebuild in new environment