diff --git a/amanda.spec b/amanda.spec index 23c9f8f..c4df5bb 100644 --- a/amanda.spec +++ b/amanda.spec @@ -6,7 +6,7 @@ Summary: A network-capable tape backup solution. Name: amanda Version: 2.4.2p2 -Release: 6 +Release: 7 Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source2: __README_QUICKSETUP__ @@ -21,7 +21,7 @@ License: BSD Group: Applications/System URL: http://www.amanda.org Prereq: fileutils grep initscripts -BuildPreReq: dump gnuplot /usr/bin/lpr /usr/bin/smbclient tar grep fileutils +BuildPreReq: dump gnuplot LPRng samba-client tar grep fileutils Requires: tar BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -142,7 +142,7 @@ popd cp ${RPM_SOURCE_DIR}/__README_QUICKSETUP__ docs/ -{ cd ${RPM_BUILD_ROOT} +pushd ${RPM_BUILD_ROOT} mkdir -p .%{_sysconfdir}/amanda/DailySet1 cp ${RPM_SOURCE_DIR}/amanda.crontab .%{_sysconfdir}/amanda/crontab.sample cp ${RPM_SOURCE_DIR}/amanda.conf .%{_sysconfdir}/amanda/DailySet1 @@ -159,9 +159,7 @@ cp ${RPM_SOURCE_DIR}/__README_QUICKSETUP__ docs/ # done chmod 755 .%{_libdir}/libam* - strip .%{_sbindir}/* || : - strip .%{_libexecdir}/* || : -} +popd %clean rm -rf ${RPM_BUILD_ROOT} @@ -304,6 +302,10 @@ useradd -M -n -g disk -o -r -d /var/lib/amanda -s /bin/bash \ %{_libdir}/*.la %changelog +* Tue Apr 2 2002 Trond Eivind Glomsr�d 2.4.2p2-7 +- Don't strip explicitly +- Require samba-client instead of /usr/bin/smbclient + * Thu Feb 21 2002 Trond Eivind Glomsr�d 2.4.2p2-6 - Rebuild