auto-import changelog data from am-utils-6.0.6-3.src.rpm

Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild
This commit is contained in:
cvsdist 2004-09-09 02:55:29 +00:00
parent 35dabdf2b0
commit 7d203072e1
2 changed files with 20 additions and 14 deletions

View File

@ -9,9 +9,10 @@
# config: /etc/amd.conf # config: /etc/amd.conf
# #
# we require the /etc/amd.conf file # We require the /etc/amd.conf file, but supply it in the package, so it
[ -f /etc/amd.conf ] || exit 0 # should always be there.
[ -f /etc/sysconfig/amd ] || exit 0 [ -f /etc/amd.conf ] || exit $?
[ -f /etc/sysconfig/amd ] || exit $?
# Source function library. # Source function library.
. /etc/init.d/functions . /etc/init.d/functions
@ -76,6 +77,7 @@ case "$1" in
;; ;;
status) status)
status $amd status $amd
RETVAL=$?
;; ;;
restart) restart)
stop stop
@ -95,5 +97,4 @@ case "$1" in
exit 1 exit 1
esac esac
exit 0 exit $RETVAL

View File

@ -1,8 +1,8 @@
Summary: Automount utilities including an updated version of Amd. Summary: Automount utilities including an updated version of Amd.
Name: am-utils Name: am-utils
Version: 6.0.6 Version: 6.0.6
Release: 2 Release: 3
Copyright: BSD License: BSD
Epoch: 5 Epoch: 5
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://am-utils.org/ URL: http://am-utils.org/
@ -13,7 +13,7 @@ Source3: am-utils.sysconf
Source4: am-utils.net.map Source4: am-utils.net.map
Patch: am-utils-6.0.4-nfs3.patch Patch: am-utils-6.0.4-nfs3.patch
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: openldap-devel BuildPrereq: db1-devel, openldap-devel
Requires: portmap, grep, gawk, findutils Requires: portmap, grep, gawk, findutils
Prereq: /sbin/install-info, /sbin/chkconfig, grep Prereq: /sbin/install-info, /sbin/chkconfig, grep
Obsoletes: amd Obsoletes: amd
@ -98,8 +98,8 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%doc doc/*.ps AUTHORS BUGS ChangeLog NEWS README* scripts/*-sample %doc doc/*.ps AUTHORS BUGS ChangeLog NEWS README* scripts/*-sample
%dir /.automount %dir /.automount
/usr/bin/pawd %{_bindir}/pawd
/usr/sbin/* %{_sbindir}/*
%{_mandir}/man[58]/* %{_mandir}/man[58]/*
%{_mandir}/man1/pawd.1* %{_mandir}/man1/pawd.1*
%config(noreplace) /etc/amd.net %config(noreplace) /etc/amd.net
@ -107,11 +107,16 @@ fi
%config(noreplace) /etc/sysconfig/amd %config(noreplace) /etc/sysconfig/amd
%config /etc/rc.d/init.d/amd %config /etc/rc.d/init.d/amd
%{_infodir}/*info*.gz %{_infodir}/*info*.gz
/usr/lib/libamu.so.* %{_libdir}/libamu.so.*.*
%changelog %changelog
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de> * Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- change filelist to include link from library major version number - rebuild
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- add BuildPrereq: db1-devel (#44987)
- use FHS macros
- return error codes correctly from init script (#44597)
* Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com> * Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 6.0.6 - update to 6.0.6
@ -127,7 +132,7 @@ fi
- rebuild in new environment - rebuild in new environment
* Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com> * Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
- redo i18n for the init script - redo i18n for the init script (#24082)
* Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com> * Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
- re-do workaround from advice from the am-utils maintainers - re-do workaround from advice from the am-utils maintainers