cvsdist aa23f7b
%define	_libexecdir	%{_libdir}/amanda
fenlason aab46b6
%{!?defconfig:%define defconfig DailySet1}
fenlason a1b04b2
%{!?indexserver:%define indexserver amandahost}
fenlason aab46b6
%{!?tapeserver:%define tapeserver %{indexserver}}
fenlason 0ef79e2
%{!?amanda_user:%define amanda_user amanda}
fenlason 0ef79e2
%{!?amanda_group:%define amanda_group disk}
cvsdist 7d45710
cvsdist 7d45710
# XXX append lib to current _localstatedir setting
cvsdist 7d45710
%{expand: %%define	_localstatedir	%{_localstatedir}/lib}
cvsdist 7d45710
Radek Brich ecc6afb
Summary: A network-capable tape backup solution
cvsdist 7d45710
Name: amanda
Radek Brich ecc6afb
Version: 2.5.2p1
Radek Brich bbdb3e4
Release: 6%{?dist}
fenlason 166608e
Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz
cvsdist 7d45710
Source1: amanda.crontab
cvsdist 7d45710
Source4: disklist
cvsdist 7d45710
Source5: amanda-xinetd
cvsdist 4a0a947
Source8: amandahosts
Radek Brich 5efe2fb
Patch1: amanda-2.5.2p1-pie.patch
Radek Brich 5efe2fb
Patch3: amanda-2.5.2p1-ylwrapNotFound.patch
Radek Brich 5efe2fb
Patch4: amanda-2.5.2p1-undefSymbols.patch
Radek Brich 795e246
Patch5: amanda-2.5.2p1-xattrs.patch
Radek Brich bbdb3e4
Patch6: amanda-2.5.2p1-typo_chg_multi.patch
cvsdist 4a0a947
License: BSD
cvsdist 7d45710
Group: Applications/System
cvsdist 7d45710
URL: http://www.amanda.org
cvsdist 7d45710
Prereq: fileutils grep initscripts
fenlason c77f66b
BuildRequires: dump gnuplot cups samba-client tar grep fileutils
fenlason c77f66b
BuildRequires: libtool automake autoconf gcc-c++ readline-devel /usr/bin/Mail
Radek Brich 4e020ac
BuildRequires: krb5-devel rsh openssh-clients ncompress
fenlason a1b04b2
Requires: tar /usr/bin/Mail
cvsdist 4a0a947
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 7d45710
cvsdist 7d45710
%description 
cvsdist 7d45710
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a
cvsdist aa23f7b
backup system that allows the administrator of a LAN to set up a
cvsdist aa23f7b
single master backup server to back up multiple hosts to one or more
cvsdist aa23f7b
tape drives or disk files.  AMANDA uses native dump and/or GNU tar
cvsdist aa23f7b
facilities and can back up a large number of workstations running
cvsdist aa23f7b
multiple versions of Unix.  Newer versions of AMANDA (including this
cvsdist aa23f7b
version) can use SAMBA to back up Microsoft(TM) Windows95/NT hosts.
cvsdist aa23f7b
The amanda package contains the core AMANDA programs and will need to
cvsdist aa23f7b
be installed on both AMANDA clients and AMANDA servers.  Note that you
cvsdist aa23f7b
will have to install the amanda-client and/or amanda-server packages as
cvsdist aa23f7b
well.
cvsdist 7d45710
cvsdist 7d45710
%package client
cvsdist 7d45710
Summary: The client component of the AMANDA tape backup system.
cvsdist 7d45710
Group: Applications/System
cvsdist 7d45710
Prereq: fileutils grep /sbin/service xinetd
fenlason a1b04b2
Requires(pre): amanda = %{version}
cvsdist 7d45710
cvsdist 7d45710
%description client
cvsdist 7d45710
The Amanda-client package should be installed on any machine that will
cvsdist 7d45710
be backed up by AMANDA (including the server if it also needs to be
cvsdist aa23f7b
backed up).  You will also need to install the amanda package on each
cvsdist aa23f7b
AMANDA client machine.
cvsdist 7d45710
cvsdist 7d45710
%package server
cvsdist 7d45710
Summary: The server side of the AMANDA tape backup system.
cvsdist 7d45710
Group: Applications/System
cvsdist 7d45710
Requires: gnuplot
fenlason 166608e
Prereq: fileutils grep /sbin/service
fenlason a1b04b2
Requires(pre): amanda = %{version}
cvsdist 7d45710
cvsdist 7d45710
%description server
cvsdist 7d45710
The amanda-server package should be installed on the AMANDA server,
cvsdist aa23f7b
the machine attached to the device(s) (such as a tape drive) where backups
cvsdist aa23f7b
will be written. You will also need to install the amanda package on
cvsdist aa23f7b
the AMANDA server machine.  And, if the server is also to be backed up, the
cvsdist 7d45710
server also needs to have the amanda-client package installed.
cvsdist 7d45710
cvsdist 4a0a947
%package devel
cvsdist 4a0a947
Summary: Libraries and documentation of the AMANDA tape backup system.
cvsdist 4a0a947
Group: Development/Libraries
fenlason a1b04b2
Requires(pre): amanda = %{version}
cvsdist 4a0a947
cvsdist 4a0a947
%description devel
cvsdist 4a0a947
The amanda-devel package should be installed on any machine that will
cvsdist 4a0a947
be used to develop amanda applications.
cvsdist 4a0a947
cvsdist 7d45710
%prep
cvsdist 0d42c16
%setup -q
cvsdist 154aca4
%patch1 -p1 -b .pie
Radek Brich 5efe2fb
%patch3 -p1 -b .ylwrapNotFound
Radek Brich 5efe2fb
%patch4 -p1 -b .undefSymbols
Radek Brich 795e246
%patch5 -p1 -b .xattrs
Radek Brich bbdb3e4
%patch6 -p1 -b .typo_chg_multi
Radek Brich 5efe2fb
./autogen
cvsdist 7d45710
cvsdist 7d45710
%build
cvsdist 0d42c16
export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE"
cvsdist 0d42c16
export SED=sed
cvsdist 967f8a9
cvsdist 0d42c16
%configure --enable-shared \
fenlason a1b04b2
	--disable-static \
fenlason 89ad222
	--disable-dependency-tracking \
fenlason aab46b6
	--with-index-server=%{indexserver} \
fenlason aab46b6
	--with-tape-server=%{tapeserver} \
fenlason aab46b6
	--with-config=%{defconfig} \
cvsdist 7d45710
	--with-gnutar-listdir=%{_localstatedir}/amanda/gnutar-lists \
cvsdist 7d45710
	--with-smbclient=%{_bindir}/smbclient \
fenlason a1b04b2
	--with-dumperdir=%{_libdir}/amanda/dumperdir \
cvsdist 7d45710
	--with-amandahosts \
fenlason 0ef79e2
	--with-user=%amanda_user \
fenlason 0ef79e2
	--with-group=%amanda_group \
fenlason 0ef79e2
	--with-tmpdir=/var/log/amanda \
fenlason a1b04b2
	--with-gnutar=/bin/tar \
fenlason d926333
	--with-ssh-security \
fenlason 166608e
	--with-rsh-security \
fenlason 166608e
	--with-bsdtcp-security \
fenlason 166608e
	--with-bsdudp-security \
fenlason 166608e
	--with-krb5-security
cvsdist 7d45710
	
cvsdist 0d42c16
make %{?_smp_mflags}
cvsdist 0737458
cvsdist 7d45710
cvsdist 7d45710
%install
cvsdist 7d45710
rm -rf ${RPM_BUILD_ROOT}
cvsdist 0d42c16
export SED=sed
cvsdist 7d45710
cvsdist 967f8a9
make install BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn) DESTDIR=$RPM_BUILD_ROOT
cvsdist 7d45710
cvsdist 7d45710
mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
cvsdist aa23f7b
perl -p -e "s,\@LIBDIR\@,%{_libexecdir},g" < %SOURCE5 > $RPM_BUILD_ROOT/etc/xinetd.d/amanda
cvsdist aa23f7b
chmod 644 $RPM_BUILD_ROOT/etc/xinetd.d/amanda
cvsdist aa23f7b
mkdir -p $RPM_BUILD_ROOT/var/log/amanda
fenlason 0ef79e2
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/amanda
fenlason a1b04b2
install -m 600 %SOURCE8 $RPM_BUILD_ROOT%{_localstatedir}/amanda/.amandahosts
cvsdist 7d45710
cvsdist 7d45710
mkdir -p examples
cvsdist 7d45710
cp example/* examples
cvsdist 7d45710
rm -f examples/Makefile*
cvsdist 7d45710
rm -f examples/config.site
cvsdist 7d45710
cvsdist 0737458
pushd tape-src/.libs
cvsdist aa23f7b
install -m 755 amtapetype $RPM_BUILD_ROOT/%{_sbindir}
cvsdist 0737458
popd
cvsdist 7d45710
fenlason a1b04b2
rm -r ${RPM_BUILD_ROOT}%{_libdir}/amanda/dumperdir
fenlason a1b04b2
rmdir --ignore-fail-on-non-empty ${RPM_BUILD_ROOT}%{_libdir}/amanda
cvsdist 7d45710
cvsdist 43a170a
pushd ${RPM_BUILD_ROOT}
fenlason 0ef79e2
  mkdir -p .%{_sysconfdir}/amanda/%defconfig
cvsdist 7d45710
  cp ${RPM_SOURCE_DIR}/amanda.crontab .%{_sysconfdir}/amanda/crontab.sample
fenlason a1b04b2
  cp ${RPM_SOURCE_DIR}/disklist .%{_sysconfdir}/amanda/%defconfig
fenlason a1b04b2
  cp ${RPM_BUILD_DIR}/%{name}-%{version}/examples/amanda.conf .%{_sysconfdir}/amanda/%{defconfig}
Radek Brich ecc6afb
  cp ${RPM_BUILD_DIR}/%{name}-%{version}/examples/amanda-client.conf .%{_sysconfdir}/amanda/%{defconfig}
fenlason 0ef79e2
  cp ${RPM_SOURCE_DIR}/disklist .%{_sysconfdir}/amanda/%defconfig
cvsdist 7d45710
  touch .%{_sysconfdir}/amandates
cvsdist 7d45710
cvsdist 7d45710
  mkdir -p .%{_localstatedir}/amanda/gnutar-lists
fenlason 0ef79e2
  mkdir -p .%{_localstatedir}/amanda/%defconfig/index
cvsdist 7d45710
cvsdist 7d45710
  chmod 755 .%{_libdir}/libam*
cvsdist 43a170a
popd
fenlason a1b04b2
cp examples/amanda.conf $RPM_BUILD_ROOT%{_sysconfdir}/amanda/%{defconfig}
Radek Brich ecc6afb
cp examples/amanda-client.conf $RPM_BUILD_ROOT%{_sysconfdir}/amanda/%{defconfig}
cvsdist 0d42c16
rm -rf $RPM_BUILD_ROOT/usr/share/amanda
fenlason a1b04b2
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
cvsdist 7d45710
cvsdist 7d45710
%clean 
cvsdist 7d45710
rm -rf ${RPM_BUILD_ROOT}
cvsdist 7d45710
cvsdist 4a0a947
%pre
fenlason 0ef79e2
useradd -M -n -g %amanda_group -o -r -d %{_localstatedir}/amanda -s /bin/bash \
fenlason 0ef79e2
	-c "Amanda user" -u 33 %amanda_user >/dev/null 2>&1 || :
cvsdist 4a0a947
cvsdist 4a0a947
cvsdist 4a0a947
cvsdist 7d45710
%post -p /sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%post client
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
cvsdist 7d45710
cvsdist 7d45710
%post server
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%postun -p /sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%postun client
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
cvsdist 7d45710
cvsdist 7d45710
%postun server
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%files
cvsdist 7d45710
%defattr(-,root,root)
fenlason ab67402
					%{_libdir}/libamanda-*.so
fenlason ab67402
					%{_libdir}/libamtape-*.so
fenlason ab67402
					%{_libdir}/libamserver-*.so
fenlason ab67402
					%{_libdir}/librestore-*.so
fenlason ab67402
					%{_libdir}/libamclient-*.so
fenlason 166608e
					%{_libdir}/libamandad-*.so
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amrestore
fenlason ab67402
					%{_mandir}/man8/amrestore.8*
fenlason ab67402
%attr(600,%amanda_user,%amanda_group)	%config(noreplace) %{_localstatedir}/amanda/.amandahosts
cvsdist 7d45710
fenlason 0ef79e2
%attr(02700,%amanda_user,%amanda_group) %dir /var/log/amanda
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_localstatedir}/amanda/
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_sysconfdir}/amanda/
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%config(noreplace) %{_sysconfdir}/amandates
cvsdist 7d45710
fenlason e3d1d37
%{_mandir}/man5/amanda.conf*
fenlason e3d1d37
cvsdist 7d45710
%files server
cvsdist 7d45710
%defattr(-,root,root)
Florian La Roche 71c35ea
%doc examples COPYRIGHT* NEWS README
Radek Brich ecc6afb
%attr(-,%amanda_user,%amanda_group)	%dir %{_libexecdir}/
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amidxtaped
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amindexd
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amlogroll
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amtrmidx
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amtrmlog
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/driver
fenlason 0ef79e2
%attr(4750,root,%amanda_group)	%{_libexecdir}/dumper
fenlason 0ef79e2
%attr(4750,root,%amanda_group)	%{_libexecdir}/planner
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/taper
Radek Brich ecc6afb
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chunker
Radek Brich ecc6afb
#%attr(-,%amanda_user,%amanda_group)	%dir %{_libdir}/amanda
Radek Brich ecc6afb
#%attr(-,%amanda_user,%amanda_group)	%dir %{_libdir}/amanda/dumperdir
Radek Brich ecc6afb
#%attr(-,%amanda_user,%amanda_group)	%{_libdir}/amanda/dumperdir/generic-dumper
Radek Brich ecc6afb
#%attr(-,%amanda_user,%amanda_group)	%{_libdir}/amanda/dumperdir/gnutar
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amcleanupdisk
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-chio
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-chs
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-juke
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-manual
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-mcutil
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-mtx
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-multi
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-null
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-rait
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-rth
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-scsi
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-zd-mtx
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-disk
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-iomega
Radek Brich ecc6afb
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/chg-lib.sh
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amcat.awk
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amplot.awk
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amplot.g
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amplot.gp
fenlason 0ef79e2
fenlason 166608e
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amaespipe
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amadmin
fenlason 166608e
%attr(4750,root,%amanda_group)		%{_sbindir}/amcheck
fenlason 166608e
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amcrypt
fenlason 166608e
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amcrypt-ossl
fenlason 166608e
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amcrypt-ossl-asym
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amflush
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amgetconf
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amlabel
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amtape
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amreport
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amcheckdb
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amcleanup
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amdump
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amoverview
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amrmtape
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amtoc
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amverify
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amstatus
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amplot
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amtapetype
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amdd
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/ammt
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amverifyrun
fenlason 0ef79e2
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_localstatedir}/amanda/%defconfig/
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_localstatedir}/amanda/%defconfig/index
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_sysconfdir}/amanda
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_sysconfdir}/amanda/%defconfig
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%config(noreplace) %{_sysconfdir}/amanda/%defconfig/amanda.conf
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%config(noreplace) %{_sysconfdir}/amanda/crontab.sample
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%config(noreplace) %{_sysconfdir}/amanda/%defconfig/disklist
cvsdist 4a0a947
cvsdist 4a0a947
%{_mandir}/man8/amadmin.8*
fenlason a1b04b2
%{_mandir}/man8/amaespipe.8*
cvsdist aa23f7b
%{_mandir}/man8/amanda.8*
cvsdist 7d45710
%{_mandir}/man8/amcheck.8*
cvsdist 4a0a947
%{_mandir}/man8/amcheckdb.8*
cvsdist 7d45710
%{_mandir}/man8/amcleanup.8*
fenlason a1b04b2
%{_mandir}/man8/amcrypt.8*
cvsdist 0d42c16
%{_mandir}/man8/amdd.8*
cvsdist 7d45710
%{_mandir}/man8/amdump.8*
cvsdist 7d45710
%{_mandir}/man8/amflush.8*
cvsdist 0d42c16
%{_mandir}/man8/amgetconf.8*
cvsdist 7d45710
%{_mandir}/man8/amlabel.8*
cvsdist 0d42c16
%{_mandir}/man8/ammt.8*
cvsdist 4a0a947
%{_mandir}/man8/amoverview.8*
cvsdist aa23f7b
%{_mandir}/man8/amplot.8*
cvsdist aa23f7b
%{_mandir}/man8/amreport.8*
cvsdist 4a0a947
%{_mandir}/man8/amrmtape.8*
cvsdist aa23f7b
%{_mandir}/man8/amstatus.8*
cvsdist 4a0a947
%{_mandir}/man8/amtape.8*
cvsdist aa23f7b
%{_mandir}/man8/amtapetype.8*
cvsdist 4a0a947
%{_mandir}/man8/amtoc.8*
cvsdist 4a0a947
%{_mandir}/man8/amverify.8*
cvsdist 0d42c16
%{_mandir}/man8/amverifyrun.8*
fenlason 166608e
%{_mandir}/man8/amcrypt-ossl.8*
fenlason 166608e
%{_mandir}/man8/amcrypt-ossl-asym.8*
cvsdist 7d45710
cvsdist 7d45710
%files client
fenlason 0ef79e2
					%defattr(-,root,root)
fenlason a1b04b2
					%config(noreplace) /etc/xinetd.d/amanda
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%dir %{_libexecdir}/
Radek Brich ecc6afb
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/noop
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/amandad
fenlason 0ef79e2
%attr(4750,root,%amanda_group)		%{_libexecdir}/calcsize
fenlason 0ef79e2
%attr(4750,root,%amanda_group)		%{_libexecdir}/killpgrp
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/patch-system
fenlason 0ef79e2
%attr(4750,root,%amanda_group)		%{_libexecdir}/rundump
fenlason 0ef79e2
%attr(4750,root,%amanda_group)		%{_libexecdir}/runtar
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/selfcheck
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/sendbackup
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/sendsize
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_libexecdir}/versionsuffix
Radek Brich ecc6afb
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amfetchdump
Radek Brich ecc6afb
					%{_mandir}/man8/amfetchdump.8*
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amrecover
fenlason 166608e
%attr(-,%amanda_user,%amanda_group)	%{_sbindir}/amoldrecover
fenlason 0ef79e2
					%{_mandir}/man8/amrecover.8*
fenlason 166608e
					%{_mandir}/man5/amanda-client.conf.5*
fenlason 0ef79e2
%attr(-,%amanda_user,%amanda_group)	%{_localstatedir}/amanda/gnutar-lists/
Radek Brich ecc6afb
%attr(-,%amanda_user,%amanda_group)	%config(noreplace) %{_sysconfdir}/amanda/%defconfig/amanda-client.conf
cvsdist 4a0a947
cvsdist 4a0a947
%files devel
cvsdist 4a0a947
%defattr(-,root,root)
fenlason a1b04b2
%{_libdir}/libamanda.so
fenlason a1b04b2
%{_libdir}/libamtape.so
fenlason a1b04b2
%{_libdir}/libamclient.so
fenlason a1b04b2
%{_libdir}/libamserver.so
fenlason a1b04b2
%{_libdir}/librestore.so
fenlason 166608e
%{_libdir}/libamandad.so
cvsdist 7d45710
cvsdist 7d45710
%changelog
Radek Brich bbdb3e4
* Fri Aug 10 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-6
Radek Brich bbdb3e4
- Included upstream patch for chg-multi.sh (#251316).
Radek Brich bbdb3e4
Radek Brich bbdb3e4
* Wed Aug 08 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-5
Radek Brich 4e020ac
- Added ssh and ncompress to BuildRequires (#250730).
Radek Brich 4e020ac
- Removed some obsolete makes from build section.
Radek Brich 4e020ac
Radek Brich 795e246
* Thu Jul 12 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-4
Radek Brich 795e246
- Enable backing up ACL/SElinux xattrs with tar (#201916).
Radek Brich 795e246
- Removed obsolete patches and sources.
Radek Brich 795e246
Radek Brich e94541a
* Mon Jun 25 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-3
Radek Brich e94541a
- Update -undefSymbols patch. All undefined symbols reported by
Radek Brich e94541a
  'ldd -r' should now be fixed (#198178).
Radek Brich e94541a
Radek Brich 5efe2fb
* Fri Jun 22 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-2
Radek Brich 5efe2fb
- Fix undefined symbols in libamserver.so.
Radek Brich 5efe2fb
- Fix ./autogen so it automatically installs ylwrap (bug 224143).
Radek Brich 5efe2fb
- Run ./autogen in prep section (otherwise the -pie patch had no effect).
Radek Brich 5efe2fb
- Update -pie patch.
Radek Brich 5efe2fb
Radek Brich ecc6afb
* Thu Jun 21 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-1
Radek Brich ecc6afb
- New upstream version.
Radek Brich ecc6afb
- Client rpm now installs amanda-client.conf.
Radek Brich ecc6afb
- Removed obsolete patches -bug18322 and -rsh.
Radek Brich ecc6afb
- Clean up spec file (non-utf8 error and some warnings from rpmlint).
Radek Brich ecc6afb
fenlason 166608e
* Mon Feb 19 2007 Jay Fenlason <fenlason@redhat.com> 2.5.1p3-1%{?dist}
fenlason 166608e
- Upgrade to new upstream release, now that 2.5.1 is somewhat stable.
fenlason 166608e
- Note that this requires changing the xinetd configuration and amanda.conf
fenlason 166608e
  because of the new authentication mechanism.
fenlason 166608e
- -server subpackage does not require xinetd.
fenlason 166608e
- -server scriptlets do not need to reload xinetd.
fenlason 166608e
fenlason d926333
* Mon Sep 25 2006 Jay Fenlason <fenlason@redhat.com> 2.5.0p2-4
fenlason d926333
- Include my -dump_size patch to close
fenlason d926333
  bz#206129: Dump output size determined incorrectly
fenlason d926333
- Clean up the spec file, following some suggestions in
fenlason d926333
  bz#185659: amanda 2.5.0
fenlason d926333
- Use a tarball without the problematic contrib/sst directory.
fenlason d926333
- Include my new_gnutar (based on a patch by Orion Poplawski
fenlason d926333
  <orion@cora.nwra.com>) to work around changed incremental file format
fenlason d926333
  in newer (>1.15.1) versions of gnutar.
fenlason d926333
- include my -wildcards patch to turn on wildcards with new versions of tar.
fenlason d926333
fenlason ab67402
* Tue Sep 5 2006 Jay Fenlason <fenlason@redhat.com> 2.5.0p2-3
fenlason ab67402
- move libamclient-*.so to the base rpm, so that multilib support works.
fenlason ab67402
  This fixes
fenlason ab67402
  bz#205202 File conflicts
fenlason ab67402
596b811
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.0p2-2.1
596b811
- rebuild
596b811
fenlason c77f66b
* Thu Jun 8 2006 Jay Fenlason <fenlason@redhat.com> 2.5.0p2-2
fenlason c77f66b
- New upstream version
fenlason c77f66b
- Make the BuildRequires on /usr/bin/Mail rather than mailx, because we
fenlason c77f66b
  don't really care where the Mail command comes from.
fenlason c77f66b
- include the amcheck_badtape patch by Paul Bijnens
fenlason c77f66b
  <paul.bijnens@xplanation.com> to fix a problem where amcheck doesn't
fenlason c77f66b
  realize the wrong tape is in the drive.
fenlason c77f66b
- include the error_msg patch from Jean-Louis Martineau <martineau@zmanda.com>
fenlason c77f66b
  to fix a double-free problem
fenlason c77f66b
- include the restore patch from Jean-Louis Martineau <martineau@zmanda.com>
fenlason c77f66b
  to fix an error in amrestore
fenlason c77f66b
- include a slightly modified form of the big_holding_disk patch from
fenlason c77f66b
  Andrej Filipcic <andrej.filipcic@ijs.si> to fix a problem with holding
fenlason c77f66b
  disks bigger than 4tb
fenlason c77f66b
e3383a3
* Mon May 22 2006 Jesse Keating <jkeating@redhat.com> 2.5.0-3
e3383a3
- Fix BuildReqs
e3383a3
fenlason a1b04b2
* Fri Apr 7 2006 Jay Fenlason <fenlason@redhat.com> 2.5.0-2
fenlason a1b04b2
- New upstream release: 2.5.0, with new features
fenlason a1b04b2
- Do not include our own amanda.conf anymore, use the one from the
fenlason a1b04b2
  tarball.
fenlason a1b04b2
- Remove the static libraries.
fenlason a1b04b2
- Update the -pie patch
fenlason a1b04b2
- Turn on the new -with-ssh-security option.
fenlason a1b04b2
- Change the mode of ~amanda/.amandahosts to 600, since 2.5.0 requires
fenlason a1b04b2
  it.
fenlason a1b04b2
- actually use the defconfig macro it this spec file.
fenlason a1b04b2
- Change the name of the index server to "amandahost" from localhost.
fenlason a1b04b2
  Users should ensure that "amandahost.their-domain" points to their
fenlason a1b04b2
  Amanda server.
fenlason a1b04b2
- Change amandahosts likewise.
fenlason a1b04b2
- Add dependency on /usr/bin/Mail
fenlason a1b04b2
- Ensure unversioned .so files are only in the -devel rpm.
fenlason a1b04b2
- Remove DUMPER_DIR and the files in it, as nothing seems to actually
fenlason a1b04b2
  use them.
fenlason a1b04b2
- Include the -overflow patch from Jean-Louis Martineau
fenlason a1b04b2
  <martineau@zmanda.com>
fenlason a1b04b2
3016dc6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.5p1-3.2
3016dc6
- bump again for double-long bug on ppc(64)
3016dc6
412f1f3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.5p1-3.1
412f1f3
- rebuilt for new gcc4.1 snapshot and glibc changes
412f1f3
fenlason 0ef79e2
* Wed Jan 18 2006 Jay Fenlason <fenlason@redhat.com> 2.4.5p1-3
fenlason 0ef79e2
- Fix spec file to use %%{_localstatedir} instead of hardcoding /var/lib
fenlason 0ef79e2
- Add amanda_user and amanda_group defines, to make changing the username
fenlason 0ef79e2
  easier.
fenlason 0ef79e2
- Add a BuildRequires on /usr/bin/Mail
fenlason 0ef79e2
96d4028
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
96d4028
- rebuilt
96d4028
fenlason e3d1d37
* Fri Nov 4 2005 Jay Fenlason <fenlason@redhat.com>
fenlason e3d1d37
- New upstream release.
fenlason e3d1d37
Florian La Roche 71c35ea
* Sun Jul 31 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 71c35ea
- make sure amanda builds with newest rpm
Florian La Roche 71c35ea
fenlason aab46b6
* Wed Apr 20 2005 Jay Fenlason <fenlason@redhat.com> 2.4.5-2
fenlason aab46b6
- New upstream release.  This obsoletes the -bug144052 patch.
fenlason aab46b6
- Reorg this spec file slightly to allow someone to specify
fenlason aab46b6
  index server, tape server and default configuration when
fenlason aab46b6
  rebuilding the rpms via something like
fenlason aab46b6
  'rpmbuild -ba --define "indexserver foo.fqdn.com" amanda.spec'
fenlason aab46b6
  This change suggested by Matt Hyclak <hyclak@math.ohiou.edu>.
fenlason aab46b6
  
fenlason 907e150
* Tue Apr 5 2005 Jay Fenlason <fenlason@redhat.com> 2.4.4p4-4
fenlason 907e150
- Add -bug144052 patch to close
fenlason 907e150
  bz#144052 amverifyrun sometimes verifies the wrong tapes
fenlason 907e150
fenlason 05f873e
* Tue Mar 8 2005 Jay Fenlason <fenlason@redhat.com> 2.4.4p4-3
fenlason 05f873e
- rebuild with gcc4
fenlason 05f873e
c7bbd6f
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.4.4p4-2
c7bbd6f
- Rebuilt for new readline.
c7bbd6f
fenlason 762200a
* Mon Oct 25 2004 Jay Fenlason <fenlason@redhat.com> 2.4.4p4-1
fenlason 762200a
- New upstream version
fenlason 89ad222
- Turn on --disable-dependency-tracking to work around an automake bug.
fenlason 762200a
cvsdist b4450b9
* Fri Jun 28 2004 Jay Fenlason <fenlason@redhat.com> 2.4.4p3-1
cvsdist b4450b9
- New upstream version
cvsdist b4450b9
cvsdist ac0b6ae
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist ac0b6ae
- rebuilt
cvsdist ac0b6ae
cvsdist 58aa8bf
* Fri Mar 19 2004 Jay Fenlason <fenlason@redhat.com> 2.4.4p2-3
cvsdist 58aa8bf
- make a few more programs PIE by updating the amanda-2.4.4p2-pie.path
cvsdist 58aa8bf
cvsdist 0260c27
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0260c27
- rebuilt
cvsdist 0260c27
cvsdist 0260c27
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0260c27
- rebuilt
cvsdist 0260c27
cvsdist 154aca4
* Tue Jan 13 2004 Jay Fenlason <fenlason@redhat.com> 2.4.4p2-1
cvsdist 154aca4
- New upstream version, includes the -sigchld and -client-utils
cvsdist 154aca4
  patches.  Also includes a new chg-disk changer script and a new
cvsdist 154aca4
  amqde "quick-and-dirty estimate" program (called from sendsize--not
cvsdist 154aca4
  a user command.
cvsdist 154aca4
cvsdist aa23f7b
* Wed Jul 23 2003 Jay Fenlason <fenlason@redhat.com> 2.4.4p1-1
cvsdist aa23f7b
- Merge from 2.4.4p1-0.3E
cvsdist aa23f7b
cvsdist aa23f7b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist aa23f7b
- rebuilt
cvsdist aa23f7b
cvsdist aa23f7b
* Wed Feb 26 2003 Jay Fenlason <fenlason@redhat.com> 2.4.4-0
cvsdist aa23f7b
- New upstream version.
cvsdist aa23f7b
cvsdist 0d42c16
* Thu Feb 13 2003 Jay Fenlason <fenlason@redhat.com> 2.4.3-3
cvsdist 0d42c16
- Removed call to signal(SIGCHLD, SIG_IGN) which prevents wait...()
cvsdist 0d42c16
  from working on newer Red Hat systems.  This fixes bug #84092.
cvsdist 0d42c16
cvsdist 0d42c16
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 0d42c16
- rebuilt
cvsdist 0d42c16
cvsdist 0d42c16
* Wed Dec 11 2002 Jay Fenlason <fenlason@redhat.com> 2.4.3-2
cvsdist 0d42c16
- Add spec file entry for /usr/lib/amanda so owner/group set
cvsdist 0d42c16
  correctly  Fixes bugs 74025 and 73379.
cvsdist 0d42c16
cvsdist 0d42c16
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com> 2.4.3-1
cvsdist 0d42c16
- Update to version 2.4.3, rebuild
cvsdist 0d42c16
- Update patch for bug18322 to match
cvsdist 0d42c16
cvsdist a41f803
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist a41f803
- automated rebuild
cvsdist a41f803
cvsdist a9e3a7e
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist a9e3a7e
- automated rebuild
cvsdist a9e3a7e
Radek Brich ecc6afb
* Tue Apr  2 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.4.2p2-7
cvsdist 43a170a
- Don't strip explicitly
cvsdist 43a170a
- Require samba-client instead of /usr/bin/smbclient
cvsdist 43a170a
Radek Brich ecc6afb
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.4.2p2-6
cvsdist 840a23f
- Rebuild
cvsdist 840a23f
cvsdist 840a23f
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 840a23f
- automated rebuild
cvsdist 840a23f
Radek Brich ecc6afb
* Fri Jul 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 0737458
- Build and install the "tapetype"  utility program, for
cvsdist 0737458
  tape size identification (#48745)  
cvsdist 0737458
Radek Brich ecc6afb
* Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 967f8a9
- don't use %%configure, to make it build
cvsdist 967f8a9
cvsdist fa54d69
* Mon Apr  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa54d69
- include ia64 again
cvsdist fa54d69
Radek Brich ecc6afb
* Wed Apr  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- 2.4.2p2 - fixes problems with amrecover (#26567)
cvsdist 4a0a947
- made config files noreplace
cvsdist 4a0a947
- don't build on IA64 right now, amanda doesn't like
cvsdist 4a0a947
  the dump there: It segfaults.
cvsdist 4a0a947
Radek Brich ecc6afb
* Fri Mar 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- Add /usr/bin/smbclient to buildprereq (#31996), to
cvsdist 4a0a947
  avoid samba being built without such support
cvsdist 4a0a947
Radek Brich ecc6afb
* Thu Feb 22 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- Use %%{version} in source URL, and thus actually use 
cvsdist 4a0a947
  2.4.2p1 instead of 2.4.2 (doh! # 28759)
cvsdist 4a0a947
- add patch to handle bogus /dev/root entries (#28759)
cvsdist 4a0a947
Radek Brich ecc6afb
* Fri Feb 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- 2.4.2p1 bugfix release
cvsdist 4a0a947
- move amandaixd and amidxtape to the server package (#28037)
cvsdist 4a0a947
Radek Brich ecc6afb
* Wed Jan 31 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- move /etc/xinetd.d/amanda to the client subpackage (#25430)
cvsdist 4a0a947
Radek Brich ecc6afb
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- don't have "chunksize -1" as the default, as it's no longer
cvsdist 4a0a947
  supported
cvsdist 4a0a947
- make it uid amanda, with home /var/lib/amada
cvsdist 4a0a947
  so programs can actually access it (#20510)
cvsdist 4a0a947
- make .amandahosts a config file (#18322)
cvsdist 4a0a947
Radek Brich ecc6afb
* Tue Jan 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4a0a947
- 2.4.2
cvsdist 4a0a947
- make the UDP service "wait" (#23047)
cvsdist 4a0a947
cvsdist 4a0a947
* Tue Oct 10 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 4a0a947
- build with shared libraries.
cvsdist 4a0a947
- add amanda-devel package to contain static libraries.
cvsdist 4a0a947
- update to 2.4.2-19991216-beta1 (#16818).
cvsdist 4a0a947
- sort out client-server file confusions (#17232).
cvsdist 4a0a947
- amandaidx-xinetd should have "wait = no" (#17551).
cvsdist 4a0a947
- /var/lib/amanda needs operator.disk ownership (17913).
cvsdist 4a0a947
- /etc/xinetd.d/amanda added to the amanda-server package (#18112).
cvsdist 4a0a947
- ignore socket error message (#18322).
cvsdist 4a0a947
cvsdist 4a0a947
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 4a0a947
- do not include /etc/xinetd.d/amandaidx in the server rpm
cvsdist 4a0a947
Radek Brich ecc6afb
* Mon Aug 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 7d45710
- only do reload of xinetd if xinetd is running (#16653)
cvsdist 7d45710
- don't show output of reload command to STDOUT (#16653)
cvsdist 7d45710
- don't use /usr/sbin/tcpd in amidx, xinetd is linked
cvsdist 7d45710
  with tcp_wrappers
cvsdist 7d45710
- prereq initscripts (fixes #14572 and duplicates)
cvsdist 7d45710
cvsdist 7d45710
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist 7d45710
- turn off amandaidx by default (#14937)
cvsdist 7d45710
- fix some binary permissions (#14938)
cvsdist 7d45710
cvsdist 7d45710
* Tue Aug  1 2000 Matt Wilson <msw@redhat.com>
cvsdist 7d45710
- added Prereq: /sbin/service xinetd to client and server subpackages
cvsdist 7d45710
Radek Brich ecc6afb
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 7d45710
- xinetd support
cvsdist 7d45710
cvsdist 7d45710
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 7d45710
- automatic rebuild
cvsdist 7d45710
cvsdist 7d45710
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 7d45710
- add prereqs for scriptlets, requires for common package.
cvsdist 7d45710
cvsdist 7d45710
* Sat Jun 10 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 7d45710
- FHS packaging.
cvsdist 7d45710
- move to 7.0 distro.
cvsdist 7d45710
cvsdist 7d45710
* Tue May 23 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- built for 7.0
cvsdist 7d45710
- man pages in /usr/share/man
cvsdist 7d45710
cvsdist 7d45710
* Thu Apr 27 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- added usr/lib/amanda/chg-zd-mtx to the client RPM to fix bug #8282
cvsdist 7d45710
cvsdist 7d45710
* Wed Mar 8 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- fixed files/dirs ending up in the wrong packages.
cvsdist 7d45710
- last time it wasn't built with dump (doh!), this time it is. Now has a
cvsdist 7d45710
	BuildRequires for dump.
cvsdist 7d45710
cvsdist 7d45710
* Thu Feb 10 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- strip binaries
cvsdist 7d45710
cvsdist 7d45710
* Fri Jan 21 2000 TIm Powers <timp@redhat.com>
cvsdist 7d45710
- added chown lines to post section
cvsdist 7d45710
cvsdist 7d45710
* Tue Jan 11 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- make sure the man pages are gzipped in each subpackage, overriding the build
cvsdist 7d45710
	system spec_install_post macro.
cvsdist 7d45710
- using mega spec file changes from Marc Merlin <merlin_bts@valinux.com> since
cvsdist 7d45710
	the package we were shipping in the past had some major issues (not in
cvsdist 7d45710
	Marc's words ;)
cvsdist 7d45710
- using Marc's added README and modified config files.
cvsdist 7d45710
- adapted patches written by Alexandre Oliva <oliva@dcc.unicamp.br> from Marc
cvsdist 7d45710
	Merlin's package so that the patch matches the source version (the patches
cvsdist 7d45710
	are the glibc2.1 and glibc2.2 patches)
cvsdist 7d45710
cvsdist 7d45710
* Mon Jan 3 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- fix so configure doesn't crap out (libtoolize --force)
cvsdist 7d45710
- gzip man pages, strip binaries
cvsdist 7d45710
- rebuilt for 6.2
cvsdist 7d45710
cvsdist 7d45710
* Thu Aug 5 1999 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- applied patch so that it reports the available holding disk space correctly
cvsdist 7d45710
cvsdist 7d45710
* Thu Jul 8 1999 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- added %defattr lines
cvsdist 7d45710
- rebuilt for 6.1
cvsdist 7d45710
cvsdist 7d45710
* Wed May 05 1999 Bill Nottingham <notting@redhat.com>
cvsdist 7d45710
- update to 2.4.1p1
cvsdist 7d45710
cvsdist 7d45710
* Tue Oct 27 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 7d45710
- version 2.4.1
cvsdist 7d45710
cvsdist 7d45710
* Tue May 19 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 7d45710
- upgraded to full 2.4.0 release
cvsdist 7d45710
cvsdist 7d45710
* Thu Feb 19 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- fixed group for -client and -server packages (Network->Networking)
cvsdist 7d45710
cvsdist 7d45710
* Wed Feb 11 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- updated to 2.4.0b6, fixes security hole among other things
cvsdist 7d45710
  (as well as finally got the glibc patch in the main source.)
cvsdist 7d45710
 
cvsdist 7d45710
* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- moved versionsuffix to client package to remove dependency of amanda on amanda-client
cvsdist 7d45710
cvsdist 7d45710
* Mon Jan 26 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- fixed libexec garbage.
cvsdist 7d45710
cvsdist 7d45710
* Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- split into three packages amanda, amanda-client, and amanda-server
cvsdist 7d45710
cvsdist 7d45710
* Fri Jan  9 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- updated to latest beta... builds much cleaner now.
cvsdist 7d45710
cvsdist 7d45710
* Thu Jan  8 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- created the package
cvsdist 7d45710