Jan Görig 3146317
%define _libexecdir %{_libdir}
1885f8d
%define defconfig DailySet1
87a801f
%define indexserver amandahost
87a801f
%define tapeserver %{indexserver}
87a801f
%define amanda_user amandabackup
87a801f
%define amanda_group disk
87a801f
87a801f
%global _hardened_build 1
cvsdist 7d45710
c6e090c
Summary:       A network-capable tape backup solution
c6e090c
Name:          amanda
ef96290
Version:       3.4.2
e40bd3d
Release:       2%{?dist}
c6e090c
Source:        http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
c6e090c
Source1:       amanda.crontab
c6e090c
Source4:       disklist
c6e090c
Source8:       amandahosts
c6e090c
Source9:       amanda.socket
c6e090c
Source10:      amanda@.service
c6e090c
Source11:      activate-devpay.1.gz
c6e090c
Source12:      killpgrp.8
c6e090c
Source13:      amanda-udp.socket
c6e090c
Source14:      amanda-udp.service
c6e090c
Source15:      kamanda.socket
c6e090c
Source16:      kamanda@.service
c6e090c
Patch1:        amanda-3.1.1-xattrs.patch
c6e090c
Patch2:        amanda-3.1.1-tcpport.patch
c6e090c
Patch3:        amanda-3.2.0-config-dir.patch
222578a
#Bugfix - solved problem with permission error message (#1257686)
222578a
Patch4:        amanda-3.3.9-hash-permission.patch
c5b0cc5
# Fails to build on non-x86 due to sse-related things.  This patch comes from
c5b0cc5
# upstream.
3ee6626
Patch5:        amanda-3.4.2-fix-sse.patch
e40bd3d
# Patch from upstream to fix segfault in planner.
e40bd3d
Patch6:        amanda-3.4.2-planner-segfault.patch
c6e090c
c6e090c
License:       BSD and GPLv3+ and GPLv2+ and GPLv2
c6e090c
Group:         Applications/System
c6e090c
URL:           http://www.amanda.org
c6e090c
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Daniel Novotny 6aa2a58
BuildRequires: automake autoconf libtool
fd488e4
BuildRequires: dump xfsdump
290477e
BuildRequires: gnuplot cups samba-client tar grep fileutils
Daniel Novotny 6aa2a58
BuildRequires: gcc-c++ readline-devel
Radek Brich a489289
BuildRequires: krb5-devel rsh openssh-clients ncompress mtx mt-st
4664536
BuildRequires: perl-devel perl-generators perl(ExtUtils::Embed) perl(Test::Simple)
Daniel Novotny 6aa2a58
BuildRequires: glib2-devel openssl-devel swig bison flex
1c8d127
BuildRequires: libcurl-devel procps-ng
1885f8d
Requires(post): grep sed systemd-units
1885f8d
Requires(preun): systemd-units
1885f8d
Requires(postun): systemd-units
c6e090c
Requires:      fileutils grep tar /bin/mail
c6e090c
Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
c6e090c
Requires:      amanda-libs%{?_isa} = %{version}-%{release}
c6e090c
Obsoletes:     amanda-devel < 2.6.1p2-5
cvsdist 7d45710
8684f84
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::BigInt\\)
Jan Görig bde2c8d
f07a99b
# Filter bogus libArchive.so() etc. Provides, this is intentional rpm-build
f07a99b
# feature, bug #1309664
f07a99b
%global __provides_exclude_from %{?__provides_exclude_from:%{__provides_exclude_from}|}^%{perl_vendorarch}/auto/.*\\.so$
f07a99b
390416d
%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
54cad4b
%package libs
c6e090c
Summary:       Amanda libraries
c6e090c
Group:         Applications/System
c6e090c
Requires:      fileutils grep
54cad4b
54cad4b
%description libs
54cad4b
This package contains basic Amanda libraries, which are used by all
54cad4b
Amanda programs.
54cad4b
cvsdist 7d45710
%package client
c6e090c
Summary:       The client component of the AMANDA tape backup system
c6e090c
Group:         Applications/System
c6e090c
Requires:      fileutils grep
Daniel Novotny d4ea71f
Requires(pre): amanda = %{version}-%{release}
c6e090c
Requires:      amanda-libs%{?_isa} = %{version}-%{release}
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
c6e090c
Summary:       The server side of the AMANDA tape backup system
c6e090c
Group:         Applications/System
c6e090c
Requires:      fileutils grep
cc2adb3
Requires:      perl(Amanda::DB) perl(Amanda::Recovery) perl(Amanda::Service)
Daniel Novotny d4ea71f
Requires(pre): amanda = %{version}-%{release}
c6e090c
Requires:      amanda-libs%{?_isa} = %{version}-%{release}
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 7d45710
%prep
6bcf790
%autosetup -p1 -n %{name}-%{version}
cvsdist 7d45710
cvsdist 7d45710
%build
ef96290
./autogen
Jan Görig 3146317
ef96290
export MAILER=/bin/mail CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS=-pie
Jan Görig 3146317
%configure --enable-shared \
Jan Görig 3146317
           --disable-rpath \
Jan Görig 3146317
           --disable-static \
Jan Görig 3146317
           --disable-dependency-tracking \
Jan Görig 3146317
           --disable-installperms \
Jan Görig 3146317
           --with-amdatadir=%{_localstatedir}/lib/amanda \
Jan Görig 3146317
           --with-amlibdir=%{_libdir} \
Jan Görig 3146317
           --with-amperldir=%{perl_vendorarch} \
Jan Görig 3146317
           --with-index-server=%{indexserver} \
Jan Görig 3146317
           --with-tape-server=%{tapeserver} \
Jan Görig 3146317
           --with-config=%{defconfig} \
Jan Görig 3146317
           --with-gnutar-listdir=%{_localstatedir}/lib/amanda/gnutar-lists \
Jan Görig 3146317
           --with-smbclient=%{_bindir}/smbclient \
Jan Görig 3146317
           --with-amandates=%{_localstatedir}/lib/amanda/amandates \
Jan Görig 3146317
           --with-amandahosts \
Jan Görig 3146317
           --with-user=%amanda_user \
Jan Görig 3146317
           --with-group=%amanda_group \
Jan Görig 3146317
           --with-tmpdir=/var/log/amanda \
Jan Görig 3146317
           --with-gnutar=/bin/tar \
Jan Görig 3146317
           --with-ssh-security \
Jan Görig 3146317
           --with-rsh-security \
Jan Görig 3146317
           --with-bsdtcp-security \
Jan Görig 3146317
           --with-bsdudp-security \
Jan Görig 3146317
           --with-krb5-security
6bcf790
b738709
pushd perl
b738709
make maintainer-clean-am
b738709
popd
b738709
cvsdist 0d42c16
make %{?_smp_mflags}
cvsdist 0737458
cvsdist 7d45710
cvsdist 7d45710
%install
cvsdist 967f8a9
make install BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn) DESTDIR=$RPM_BUILD_ROOT
cvsdist 7d45710
Jan Görig 0b13753
mkdir -p $RPM_BUILD_ROOT/etc/amanda
cvsdist aa23f7b
mkdir -p $RPM_BUILD_ROOT/var/log/amanda
Daniel Novotny 6aa2a58
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/amanda
Daniel Novotny 6aa2a58
install -m 600 %SOURCE8 $RPM_BUILD_ROOT%{_localstatedir}/lib/amanda/.amandahosts
1885f8d
install -p -m 644 -D %{SOURCE9} %{buildroot}%{_unitdir}/amanda.socket
1885f8d
install -p -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/amanda@.service
2ffb03d
install -p -m 644 -D %{SOURCE13} %{buildroot}%{_unitdir}/amanda-udp.socket
a20abb3
install -p -m 644 -D %{SOURCE14} %{buildroot}%{_unitdir}/amanda-udp.service
67f8c8f
install -p -m 644 -D %{SOURCE15} %{buildroot}%{_unitdir}/kamanda.socket
67f8c8f
install -p -m 644 -D %{SOURCE16} %{buildroot}%{_unitdir}/kamanda@.service
87a801f
install -D %{SOURCE11}  %{buildroot}/%{_mandir}/man1/activate-devpay.1.gz
cdb2314
install -D %{SOURCE12}  %{buildroot}/%{_mandir}/man8/killpgrp.8
7c14a94
install -m 644 %{buildroot}/etc/amanda/amanda-security.conf %{buildroot}/etc/amanda-security.conf
0b98a79
ln -s %{_libexecdir}/amanda/amandad $RPM_BUILD_ROOT%{_sbindir}/amandad
Jan Görig 3146317
ln -s amrecover.8.gz $RPM_BUILD_ROOT%{_mandir}/man8/amoldrecover.8
cvsdist 7d45710
cvsdist 43a170a
pushd ${RPM_BUILD_ROOT}
Jan Görig 0b13753
  mv .%{_localstatedir}/lib/amanda/example .%{_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 0ef79e2
  cp ${RPM_SOURCE_DIR}/disklist .%{_sysconfdir}/amanda/%defconfig
Jan Görig bde2c8d
  rm -f .%{_sysconfdir}/amanda/%defconfig/xinetd*
Jan Görig bde2c8d
  rm -f .%{_sysconfdir}/amanda/%defconfig/inetd*
cvsdist 7d45710
Daniel Novotny 6aa2a58
  mkdir -p .%{_localstatedir}/lib/amanda/gnutar-lists
Daniel Novotny 6aa2a58
  mkdir -p .%{_localstatedir}/lib/amanda/%defconfig/index
Daniel Novotny 6aa2a58
  touch .%{_localstatedir}/lib/amanda/amandates
cvsdist 43a170a
popd
cvsdist 0d42c16
rm -rf $RPM_BUILD_ROOT/usr/share/amanda
Daniel Novotny 6aa2a58
find $RPM_BUILD_ROOT -name \*.la | xargs rm
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
%check
Daniel Novotny 6aa2a58
make check
cvsdist 7d45710
cvsdist 4a0a947
%pre
Daniel Novotny 6d61827
/usr/sbin/useradd -M -N -g %amanda_group -o -r -d %{_localstatedir}/lib/amanda -s /bin/bash \
Jan Görig 3146317
        -c "Amanda user" -u 33 %amanda_user >/dev/null 2>&1 || :
Daniel Novotny e95db26
/usr/bin/gpasswd -a %amanda_user tape >/dev/null 2>&1 || :
cvsdist 4a0a947
Radek Brich 7b33ced
%post
Radek Brich 7b33ced
/sbin/ldconfig
1885f8d
%systemd_post amanda.socket
2ffb03d
%systemd_post amanda-udp.socket
67f8c8f
%systemd_post kamanda.socket
1885f8d
1885f8d
%preun
1885f8d
%systemd_preun amanda.socket
2ffb03d
%systemd_preun amanda-udp.socket
67f8c8f
%systemd_preun kamanda.socket
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
%postun
Daniel Novotny 6aa2a58
/sbin/ldconfig
1885f8d
%systemd_postun_with_restart amanda.socket
2ffb03d
%systemd_postun_with_restart amanda-udp.socket
67f8c8f
%systemd_postun_with_restart kamanda.socket
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
%post client -p /sbin/ldconfig
cvsdist 7d45710
Jan Görig 3146317
%post server -p /sbin/ldconfig
cvsdist 7d45710
Daniel Novotny 6aa2a58
%postun client -p /sbin/ldconfig
cvsdist 7d45710
Daniel Novotny 6aa2a58
%postun server -p /sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%files
3ee6626
%license COPYRIGHT
3ee6626
%doc NEWS README
1885f8d
%{_unitdir}/amanda@.service
1885f8d
%{_unitdir}/amanda.socket
7acf57a
%{_unitdir}/amanda-udp.service
2ffb03d
%{_unitdir}/amanda-udp.socket
67f8c8f
%{_unitdir}/kamanda@.service
67f8c8f
%{_unitdir}/kamanda.socket
1885f8d
Jan Görig bde2c8d
%dir %{_libexecdir}/amanda
Jan Görig bde2c8d
%{_libexecdir}/amanda/amandad
Jan Görig bde2c8d
%{_libexecdir}/amanda/amanda-sh-lib.sh
Jan Görig bde2c8d
%{_libexecdir}/amanda/amcat.awk
Jan Görig bde2c8d
%{_libexecdir}/amanda/amndmjob
Jan Görig bde2c8d
%{_libexecdir}/amanda/amplot.awk
Jan Görig bde2c8d
%{_libexecdir}/amanda/amplot.g
Jan Görig bde2c8d
%{_libexecdir}/amanda/amplot.gp
Jan Görig bde2c8d
%{_libexecdir}/amanda/ndmjob
Jan Görig bde2c8d
Jan Görig bde2c8d
%{_sbindir}/amandad
Jan Görig bde2c8d
%{_sbindir}/amaespipe
Jan Görig bde2c8d
%{_sbindir}/amarchiver
Jan Görig bde2c8d
%{_sbindir}/amcrypt
Jan Görig bde2c8d
%{_sbindir}/amcrypt-ossl
Jan Görig bde2c8d
%{_sbindir}/amcrypt-ossl-asym
Jan Görig bde2c8d
%{_sbindir}/amcryptsimple
Jan Görig bde2c8d
%{_sbindir}/amgetconf
Jan Görig bde2c8d
%{_sbindir}/amgpgcrypt
Jan Görig bde2c8d
%{_sbindir}/amplot
390416d
%{_sbindir}/amssl
Jan Görig bde2c8d
960fefa
%{perl_vendorarch}/Amanda/
960fefa
%{perl_vendorarch}/auto/Amanda/
Jan Görig bde2c8d
Jan Görig bde2c8d
%{_mandir}/man5/amanda-archive-format.5*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-compatibility.7*
Jan Görig bde2c8d
%{_mandir}/man5/amanda.conf*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-auth.7*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-match.7*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-scripts.7*
Jan Görig bde2c8d
%{_mandir}/man8/amanda.8*
Jan Görig bde2c8d
%{_mandir}/man8/amarchiver.8*
Jan Görig bde2c8d
%{_mandir}/man8/amplot.8*
Jan Görig bde2c8d
%{_mandir}/man8/script-email.8*
Jan Görig bde2c8d
%{_mandir}/man8/amaespipe.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcrypt-ossl-asym.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcrypt-ossl.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcryptsimple.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcrypt.8*
Jan Görig bde2c8d
%{_mandir}/man8/amgpgcrypt.8*
Jan Görig bde2c8d
%{_mandir}/man8/amgetconf.8*
c9faf05
%{_mandir}/man8/amcleanupdisk.8*
390416d
%{_mandir}/man7/amanda-auth-ssl.7.*
390416d
%{_mandir}/man8/amssl.8.*
Jan Görig bde2c8d
Jan Görig bde2c8d
%dir %{_sysconfdir}/amanda/
Jan Görig bde2c8d
%dir %{_sysconfdir}/amanda/%defconfig
Jan Görig 3146317
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group)     %dir %{_localstatedir}/lib/amanda/
Jan Görig 3146317
%attr(600,%amanda_user,%amanda_group)   %config(noreplace) %{_localstatedir}/lib/amanda/.amandahosts
fenlason 0ef79e2
%attr(02700,%amanda_user,%amanda_group) %dir /var/log/amanda
fenlason e3d1d37
54cad4b
%files libs
Jan Görig bde2c8d
%{_libdir}/libamdevice*.so
Jan Görig bde2c8d
%{_libdir}/libamserver*.so
54cad4b
%{_libdir}/libamclient*.so
54cad4b
%{_libdir}/libamanda-*.so
54cad4b
%{_libdir}/libamanda.so
54cad4b
%{_libdir}/libamandad*.so
54cad4b
%{_libdir}/libamar*.so
54cad4b
%{_libdir}/libamglue*.so
54cad4b
%{_libdir}/libamxfer*.so
54cad4b
%{_libdir}/libndmjob*.so
54cad4b
%{_libdir}/libndmlib*.so
54cad4b
54cad4b
%files server
Jan Görig b1031e6
%{_libexecdir}/amanda/amdumpd
Jan Görig bde2c8d
%{_libexecdir}/amanda/amcheck-device
Jan Görig bde2c8d
%{_libexecdir}/amanda/amidxtaped
Jan Görig bde2c8d
%{_libexecdir}/amanda/amindexd
Jan Görig bde2c8d
%{_libexecdir}/amanda/amlogroll
Jan Görig bde2c8d
%{_libexecdir}/amanda/amtrmidx
Jan Görig bde2c8d
%{_libexecdir}/amanda/amtrmlog
Jan Görig bde2c8d
%{_libexecdir}/amanda/driver
390416d
%{_libexecdir}/amanda/amadmin_perl
390416d
%{_libexecdir}/amanda/ambackupd
390416d
%{_libexecdir}/amanda/rest-server/
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/dumper
Jan Görig bde2c8d
%{_libexecdir}/amanda/chunker
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/planner
Jan Görig bde2c8d
%{_libexecdir}/amanda/taper
390416d
Jan Görig bde2c8d
%{_sbindir}/activate-devpay
Jan Görig bde2c8d
%{_sbindir}/amaddclient
Jan Görig bde2c8d
%{_sbindir}/amadmin
Jan Görig bde2c8d
%{_sbindir}/amcleanup
c9faf05
%{_sbindir}/amcleanupdisk
Jan Görig bde2c8d
%{_sbindir}/amdevcheck
Jan Görig bde2c8d
%{_sbindir}/amdump
Jan Görig bde2c8d
%{_sbindir}/amfetchdump
Jan Görig bde2c8d
%{_sbindir}/amflush
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_sbindir}/amcheck
Jan Görig bde2c8d
%{_sbindir}/amcheckdb
Jan Görig bde2c8d
%{_sbindir}/amcheckdump
Jan Görig bde2c8d
%{_sbindir}/amlabel
Jan Görig bde2c8d
%{_sbindir}/amoverview
Jan Görig bde2c8d
%{_sbindir}/amreport
Jan Görig bde2c8d
%{_sbindir}/amrestore
Jan Görig bde2c8d
%{_sbindir}/amrmtape
Jan Görig bde2c8d
%{_sbindir}/amserverconfig
Jan Görig 4a39478
%attr(4750,root,%amanda_group) %{_sbindir}/amservice
Jan Görig bde2c8d
%{_sbindir}/amstatus
Jan Görig bde2c8d
%{_sbindir}/amtape
Jan Görig bde2c8d
%{_sbindir}/amtapetype
Jan Görig bde2c8d
%{_sbindir}/amtoc
Jan Görig bde2c8d
%{_sbindir}/amvault
390416d
%{_sbindir}/amanda-rest-server
390416d
%{_sbindir}/amreindex
Jan Görig bde2c8d
Jan Görig bde2c8d
%{_mandir}/man5/disklist.5*
Jan Görig bde2c8d
%{_mandir}/man5/tapelist.5*
390416d
%{_mandir}/man5/amanda-command-file.5*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-devices.7*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-changers.7*
Jan Görig b1031e6
%{_mandir}/man7/amanda-interactivity.7*
Jan Görig bde2c8d
%{_mandir}/man7/amanda-taperscan.7*
Jan Görig bde2c8d
%{_mandir}/man8/amaddclient.8*
Jan Görig bde2c8d
%{_mandir}/man8/amadmin.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcleanup.8*
Jan Görig bde2c8d
%{_mandir}/man8/amdevcheck.8*
Jan Görig bde2c8d
%{_mandir}/man8/amdump.8*
Jan Görig bde2c8d
%{_mandir}/man8/amfetchdump.8*
Jan Görig bde2c8d
%{_mandir}/man8/amflush.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcheckdb.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcheckdump.8*
Jan Görig bde2c8d
%{_mandir}/man8/amcheck.8*
Jan Görig bde2c8d
%{_mandir}/man8/amlabel.8*
Jan Görig bde2c8d
%{_mandir}/man8/amoverview.8*
Jan Görig bde2c8d
%{_mandir}/man8/amreport.8*
Jan Görig bde2c8d
%{_mandir}/man8/amrestore.8*
Jan Görig bde2c8d
%{_mandir}/man8/amrmtape.8*
Jan Görig bde2c8d
%{_mandir}/man8/amserverconfig.8*
Jan Görig bde2c8d
%{_mandir}/man8/amservice.8*
Jan Görig bde2c8d
%{_mandir}/man8/amstatus.8*
Jan Görig bde2c8d
%{_mandir}/man8/amtapetype.8*
Jan Görig bde2c8d
%{_mandir}/man8/amtape.8*
Jan Görig bde2c8d
%{_mandir}/man8/amtoc.8*
Jan Görig bde2c8d
%{_mandir}/man8/amvault.8*
390416d
%{_mandir}/man8/amanda-rest-server.8.*
390416d
%{_mandir}/man8/amreindex.8.*
87a801f
%{_mandir}/man1/activate-devpay.1*
Jan Görig bde2c8d
Jan Görig bde2c8d
%config(noreplace) %{_sysconfdir}/amanda/crontab.sample
Jan Görig bde2c8d
%config(noreplace) %{_sysconfdir}/amanda/%defconfig/*
Jan Görig bde2c8d
%exclude %{_sysconfdir}/amanda/%defconfig/amanda-client.conf
Jan Görig bde2c8d
%exclude %{_sysconfdir}/amanda/%defconfig/amanda-client-postgresql.conf
Jan Görig bde2c8d
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group) %dir %{_localstatedir}/lib/amanda/%defconfig/
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group) %dir %{_localstatedir}/lib/amanda/%defconfig/index
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group) %dir %{_localstatedir}/lib/amanda/template.d
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group) %config(noreplace) %{_localstatedir}/lib/amanda/template.d/*
cvsdist 7d45710
cvsdist 7d45710
%files client
Jan Görig 4a39478
%dir %{_libexecdir}/amanda/application/
ac8c2be
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/application/ambsdtar
Jan Görig 4a39478
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/application/amgtar
Jan Görig 4a39478
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/application/amstar
Jan Görig 4a39478
%{_libexecdir}/amanda/application/amlog-script
Jan Görig 4a39478
%{_libexecdir}/amanda/application/ampgsql
Jan Görig 4a39478
%{_libexecdir}/amanda/application/amraw
Jan Görig 4a39478
%{_libexecdir}/amanda/application/amsamba
Jan Görig 4a39478
%{_libexecdir}/amanda/application/amsuntar
Jan Görig 4a39478
%{_libexecdir}/amanda/application/amzfs-sendrecv
Jan Görig 4a39478
%{_libexecdir}/amanda/application/amzfs-snapshot
Jan Görig 4a39478
%{_libexecdir}/amanda/application/script-email
390416d
%{_libexecdir}/amanda/application/amrandom
390416d
%{_libexecdir}/amanda/application/script-fail
390416d
%{_libexecdir}/amanda/restore
390416d
%{_libexecdir}/amanda/senddiscover
Jan Görig 4a39478
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/calcsize
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/killpgrp
Jan Görig bde2c8d
%{_libexecdir}/amanda/noop
Jan Görig bde2c8d
%{_libexecdir}/amanda/patch-system
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/rundump
Jan Görig bde2c8d
%attr(4750,root,%amanda_group) %{_libexecdir}/amanda/runtar
Jan Görig bde2c8d
%{_libexecdir}/amanda/selfcheck
Jan Görig bde2c8d
%{_libexecdir}/amanda/sendbackup
Jan Görig bde2c8d
%{_libexecdir}/amanda/sendsize
Jan Görig bde2c8d
%{_libexecdir}/amanda/teecount
390416d
Jan Görig b1031e6
%{_sbindir}/amdump_client
Jan Görig bde2c8d
%{_sbindir}/amoldrecover
Jan Görig bde2c8d
%{_sbindir}/amrecover
390416d
%{_sbindir}/ambackup
390416d
7c14a94
%{_sysconfdir}/amanda/amanda-security.conf
Jan Görig bde2c8d
Jan Görig bde2c8d
%{_mandir}/man7/amanda-applications.7*
Jan Görig b1031e6
%{_mandir}/man8/amdump_client.8*
Jan Görig bde2c8d
%{_mandir}/man5/amanda-client.conf.5*
007ffff
%{_mandir}/man5/amanda-security.conf.5*
ac8c2be
%{_mandir}/man8/ambsdtar.8*
Jan Görig bde2c8d
%{_mandir}/man8/amgtar.8*
Jan Görig bde2c8d
%{_mandir}/man8/ampgsql.8*
Jan Görig bde2c8d
%{_mandir}/man8/amraw.8*
Jan Görig bde2c8d
%{_mandir}/man8/amrecover.8*
Jan Görig bde2c8d
%{_mandir}/man8/amoldrecover.8*
Jan Görig bde2c8d
%{_mandir}/man8/amsamba.8*
Jan Görig bde2c8d
%{_mandir}/man8/amstar.8*
Jan Görig bde2c8d
%{_mandir}/man8/amsuntar.8*
Jan Görig bde2c8d
%{_mandir}/man8/amzfs-sendrecv.8*
Jan Görig bde2c8d
%{_mandir}/man8/amzfs-snapshot.8*
c949220
%{_mandir}/man8/killpgrp.8*
390416d
%{_mandir}/man8/ambackup.8.*
Jan Görig bde2c8d
Jan Görig bde2c8d
%config(noreplace) %{_sysconfdir}/amanda/%defconfig/amanda-client.conf
Jan Görig bde2c8d
%config(noreplace) %{_sysconfdir}/amanda/%defconfig/amanda-client-postgresql.conf
Jan Görig bde2c8d
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group) %config(noreplace) %{_localstatedir}/lib/amanda/amandates
Jan Görig bde2c8d
%attr(-,%amanda_user,%amanda_group) %{_localstatedir}/lib/amanda/gnutar-lists/
7c14a94
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/amanda-security.conf
Jan Görig bde2c8d
cvsdist 7d45710
cvsdist 7d45710
%changelog
e40bd3d
* Mon Feb 20 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.4.2-2
e40bd3d
- Add patch from upstream to fix a segfault in planner.  Hopefully fixes
e40bd3d
  https://bugzilla.redhat.com/show_bug.cgi?id=1423471
e40bd3d
ef96290
* Tue Jan 31 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.4.2-1
ef96290
- Update to 3.4.2.
be482a7
- Remove upstreamed patches.
3ee6626
- Add patch to allow builds on non-x86 arches.
ef96290
- Move autogen call from %%prep to %%build.
3ee6626
- Remove some specfile cruft.
3ee6626
- Use %%license.
ef96290
c1bf481
* Tue Jan 31 2017 Josef Ridky <jridky@redhat.com> - 3.4.1-4
c1bf481
- Fix warning with checking return value from setreuid in krb5-security.c (#1417828)
c1bf481
6bcf790
* Fri Jan 13 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.4.1-3
6bcf790
- Add patch to avoid breakage with RHEL5 clients.
6bcf790
Igor Gnatenko 7f7810a
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.4.1-2
Igor Gnatenko 7f7810a
- Rebuild for readline 7.x
Igor Gnatenko 7f7810a
b05d0d2
* Tue Dec 06 2016 Josef Ridky <jridky@redhat.com> - 3.4.1-1
b05d0d2
- New upstream release 3.4.1 (#1398045)
b05d0d2
fd488e4
* Wed Nov 16 2016 Josef Ridky <jridky@redhat.com> - 3.4-5
fd488e4
- add BuildRequires dependency for dump and xfsdump - (#1395445)
fd488e4
960fefa
* Thu Nov 10 2016 Josef Ridky <jridky@redhat.com> - 3.4-4
960fefa
- Update amanda spec file (thanks Jason Tibbitts for optimalization) - (#1386434)
960fefa
f2a7583
* Wed Oct 26 2016 Josef Ridky <jridky@redhat.com> - 3.4-3
f2a7583
- Upstream fix of broken dependencies
f2a7583
625f5cb
* Mon Oct 24 2016 Josef Ridky <jridky@redhat.com> - 3.4-2
625f5cb
- Add Requires for server package
625f5cb
390416d
* Wed Oct 19 2016 Josef Ridky <jridky@redhat.com> - 3.4-1
390416d
- New upstream release 3.4 (#1386434) - resolves (#1384065)
390416d
7c14a94
* Thu Aug 18 2016 Josef Ridky <jridky@redhat.com> - 3.3.9-3
7c14a94
- Add security configuration file into /etc folder (#1368021)
7c14a94
222578a
* Thu Aug  4 2016 Josef Ridky <jrikdy@redhat.com> - 3.3.9-2
222578a
- Fix Tie::StdHash permission problem (#1257686)
222578a
007ffff
* Wed Jul 27 2016 Josef Ridky <jridky@redhat.com> - 3.3.9-1
007ffff
- New upstream release 3.3.9 (#1360703)
a320d4e
- Remove Require(pre) from .spec file (unimportant here) (#1319129)
007ffff
6824051
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.3.8-3
6824051
- Perl 5.24 rebuild
6824051
f07a99b
* Fri Mar 11 2016 Petr Pisar <ppisar@redhat.com> - 3.3.8-2
f07a99b
- Do not provide private libraries (bug #1309664)
f07a99b
c6e090c
* Tue Feb 09 2016 Petr Hracek <phracek@redhat.com> - 3.3.8-1
c6e090c
- New upstream release 3.3.8
c6e090c
7d3df61
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.7p1-2
7d3df61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7d3df61
c2fd8f9
* Mon Jun 22 2015 Petr Hracek <phracek@redhat.com> - 3.3.7p1-1
c2fd8f9
- Update to 3.3.7p1 version
c2fd8f9
- fixed bug (#1225841)
c2fd8f9
7e43512
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-12
7e43512
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7e43512
d8848ea
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.3.6-11
d8848ea
- Perl 5.22 rebuild
d8848ea
b6e48b1
* Fri Feb 27 2015 Petr Hracek <phracek@redhat.com> - 3.3.6-10
b6e48b1
- Fix for Swig-3.0.5 (#1195297)
b6e48b1
67f8c8f
* Fri Nov 21 2014 Petr Hracek <phracek@redhat.com> - 3.3.6-9
67f8c8f
- inlude unit files for systemd
67f8c8f
8853632
* Fri Nov 21 2014 Petr Hracek <phracek@redhat.com> - 3.3.6-8
8853632
- add kamanda unit files (#1077642)
8853632
aa13c8a
* Tue Nov 11 2014 Petr Hracek <phracek@redhat.com> - 3.3.6-7
aa13c8a
- Resolves #1033896 Add amindexd as argument to amandad
aa13c8a
926099d
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.3.6-6
926099d
- Perl 5.20 rebuild
926099d
926099d
* Wed Sep 03 2014 Petr Hracek <phracek@redhat.com> - 3.3.6-5
b738709
- FTBFS with perl 5.20 (#1134732)
b738709
54cce24
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.3.6-4
54cce24
- Perl 5.20 rebuild
54cce24
3313a62
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
3313a62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3313a62
1c8d127
* Mon Jul 28 2014 Petr Hracek <phracek@redhat.com> - 3.3.6-2
1c8d127
- amstatus perl script is broken due to misconfiguration of $PS (#1074216)
1c8d127
7d24a58
* Thu Jul 10 2014 Orion Poplawski <orion@cora.nwra.com> - 3.3.6-1
7d24a58
- Update to 3.3.6
7d24a58
a2b30d7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.5-2
a2b30d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a2b30d7
26e4b16
* Fri May 23 2014 Orion Poplawski <orion@cora.nwra.com> - 3.3.5-1
26e4b16
- Update to 3.3.5
26e4b16
- Drop stdio patch, fixed upstream
26e4b16
d15eeec
* Tue Apr 08 2014 Petr Hracek <phracek@redhat.com> - 3.3.3-11
d15eeec
- Remove initscripts from dependencies (#1081399)
d15eeec
a20abb3
* Fri Jan 31 2014 Petr Hracek <phracek@redhat.com> - 3.3.3-10
a20abb3
- Fix: #1056675 systemd file incorrectly named (missing file in install section)
a20abb3
7acf57a
* Fri Jan 31 2014 Petr Hracek <phracek@redhat.com> - 3.3.3-9
7acf57a
- Fix: #1056675 systemd file incorrectly named
7acf57a
ff55033
* Mon Oct 21 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-8
ff55033
- Moved all dynamic libraries to amanda-libs (#881128)
ff55033
- Added dependencies to client and server on amanda-libs
ff55033
54cad4b
* Mon Oct 21 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-7
54cad4b
- package amanda-libs introduced because of multilib issue
54cad4b
04a336a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-6
04a336a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
04a336a
7e57610
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 3.3.3-5
7e57610
- Perl 5.18 rebuild
7e57610
cdb2314
* Tue Jul 16 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-4
54cad4b
- Correct problem with man page killpgrp (#881128)
cdb2314
28a8e94
* Tue Jun 25 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-3
290477e
- Remove dependency on dump in RHEL-7
290477e
2ffb03d
* Tue Jun 18 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-2
2ffb03d
- Added systemd udp unit files
2ffb03d
c2fc17a
* Fri Mar 22 2013 Petr Hracek <phracek@redhat.com> - 3.3.3-1
c2fc17a
- New upstream version
c2fc17a
- Dependecy to /usr/sbin/service was removed.
c2fc17a
 Instead of /usr/sbin/service systemd files are used.
c2fc17a
bbd8475
* Thu Mar 21 2013 Petr Hracek <phracek@redhat.com> - 3.3.2-5
8d2044e
- Fix (#924326) Requires /sbin/service was changed to /usr/sbin/service
bbd8475
a2306d8
* Thu Jan 31 2013 Petr Hracek <phracek@redhat.com> - 3.3.2-4
a2306d8
- fix (#858703) add killpgrp(8) man page to the amanda-client package
a2306d8
    (killpgrp will be removed from man-pages package)
499fc77
- Fix autogen for parallel tests. 
a2306d8
87a801f
* Thu Dec 06 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 3.3.2-3
87a801f
- Fix group ownership
87a801f
- Add manpage for activate-devpay
87a801f
8684f84
* Tue Sep 18 2012 Petr Pisar <ppisar@redhat.com> - 3.3.2-2
8684f84
- Do not provide perl(Math::BigInt) (bug #648321)
8684f84
1885f8d
* Wed Aug 15 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 3.3.2-1
1885f8d
- upgrade to new upstream release
1885f8d
- convert to systemd
1885f8d
b10bd93
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-3
b10bd93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b10bd93
f2047c4
* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 3.3.1-2
f2047c4
- Perl 5.16 rebuild
f2047c4
c9faf05
* Wed Jun 20 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 3.3.1-1
c9faf05
- upgrade to new upstream release
c9faf05
f54768d
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 3.3.0-6
f54768d
- Perl 5.16 rebuild
f54768d
257a3a8
* Wed Apr 18 2012 Lukáš Nykrýn <lnykryn@redhat.com>> - 3.3.0-5
257a3a8
- Fix building issues with newer glib
257a3a8
43ab4fd
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-4
43ab4fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
43ab4fd
6c8bd6c
* Mon Nov 28 2011 Lukáš Nykrýn <lnykryn@redhat.com> - 3.3.0-3
6c8bd6c
- fix #757618 - Use of qw(...) as parentheses is deprecated
0fa0b18
- fix #752253 - Using functions in amanda-client which are provided by server
6c8bd6c
15d52a3
* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.3.0-2
15d52a3
- Perl mass rebuild
15d52a3
Jan Görig 8f856a9
* Wed Jun 08 2011 Jan Görig <jgorig@redhat.com> - 3.3.0-1
Jan Görig 8f856a9
- upgrade to new upstream release
Jan Görig 8f856a9
- uses bsdtcp authentication by default
Jan Görig 8f856a9
- dropped amanda-3.1.1-bsd.patch
Jan Görig 0b13753
- modified example directory handling and dropped amanda-3.1.0-example.patch
Jan Görig 8f856a9
Jan Görig b1031e6
* Wed May 4 2011 Jan Görig <jgorig@redhat.com> - 3.3.0-0.1.beta1
Jan Görig b1031e6
- update to new upstream beta release
Jan Görig b1031e6
- removed merged patch amanda-3.2.2-krb5-libs.patch
Jan Görig b1031e6
Jan Görig 4a39478
* Wed Apr 27 2011 Jan Görig <jgorig@redhat.com> - 3.2.2-2
Jan Görig 4a39478
- amgtar, amstar and amservice must have setuid flag (#697933)
Jan Görig 4a39478
Jan Görig e3cc242
* Wed Mar 16 2011 Jan Görig <jgorig@redhat.com> - 3.2.2-1
Jan Görig e3cc242
- upgrade to new upstream release
Jan Görig e3cc242
- removed merged patch amanda-3.1-amrestore.patch
Jan Görig e3cc242
- fixed build on system with amanda installed
Jan Görig e3cc242
785a32d
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
785a32d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
785a32d
Jan Görig 15b1474
* Mon Jan 31 2011 Jan Görig <jgorig@redhat.com> - 3.2.1-2
Jan Görig 15b1474
- fix #666968 - amrestore should restore one file when outputting to a pipe
Jan Görig 15b1474
Jan Görig b6b018a
* Wed Dec 15 2010 Jan Görig <jgorig@redhat.com> - 3.2.1-1
Jan Görig b6b018a
- upgrade to new upstream release
Jan Görig b6b018a
- removed unneeded patches
Jan Görig b6b018a
Jan Görig bde2c8d
* Thu Nov 4 2010 Jan Görig <jgorig@redhat.com> - 3.2.0-1
Jan Görig bde2c8d
- upgrade to new upstream release
Jan Görig af029f0
- fixed build with new glib
Jan Görig bde2c8d
- changed owner of the most files to root
Jan Görig bde2c8d
- moved variable files from /etc/amanda to /var/lib/amanda
Jan Görig bde2c8d
- spec cleanups
Jan Görig bde2c8d
- fix #648321 - amanda rpm should not provide the perl(Math::BigInt)
Jan Görig bde2c8d
Jan Görig b427de4
* Thu Oct 7 2010 Jan Görig <jgorig@redhat.com> - 3.1.3-1
Jan Görig b427de4
- upstream security update
Jan Görig b427de4
Jan Görig bdd0f04
* Wed Aug 18 2010 Jan Görig <jgorig@redhat.com> - 3.1.2-1
Jan Görig bdd0f04
- upgraded to new upstream bugfix version
Jan Görig bdd0f04
Jan Görig ea87af0
* Tue Aug 10 2010 Jan Görig <jgorig@redhat.com> - 3.1.1-2
Jan Görig ea87af0
- removed obsolete README-rpm
Jan Görig ea87af0
- modified client configuration to match xinetd one
Jan Görig ea87af0
- modified tcpport patch to include postgresql sample configuration
Jan Görig ea87af0
Jan Görig 3146317
* Tue Aug 03 2010 Jan Görig <jgorig@redhat.com> - 3.1.1-1
Jan Görig 3146317
- upgraded to new upstream bugfix version
Jan Görig 3146317
- dropped old upgrade scriptlets
Jan Görig 3146317
- spec cleanups
Jan Görig 3146317
- created symlink to manpage for amoldrecover
Jan Görig 3146317
- default configuration now backups extended attributes
Jan Görig 3146317
- fix #610169 - fixed build flags
Jan Görig 3146317
- fix #600552 - corrected amdatadir path, updated example patch
Jan Görig 3146317
0b98a79
* Mon Jun 28 2010 Jan Görig <jgorig@redhat.com> - 3.1.0-1
0b98a79
- upgraded to new upstream version
0b98a79
- documentation moved to main package
0b98a79
- fixed license tag
0b98a79
- moved files from libexecdir to libdir to avoid multilib conflict
0b98a79
- moved files between subpackages
0b98a79
- updated path in xinetd config
0b98a79
- added -fPIE to CFLAGS and -pie to LDFLAGS
0b98a79
- removed unused patches
0b98a79
- removed obsolete devel subpackage
0b98a79
d2d0c5a
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.6.1p2-4
d2d0c5a
- Mass rebuild with perl-5.12.0
d2d0c5a
Daniel Novotny 39eb23f
* Thu Apr 22 2010 Daniel Novotny <dnovotny@redhat.com> 2.6.1p2-3
Daniel Novotny 39eb23f
- fix #584774 - PIE patch disabled in amanda 2.6.1p2-2 
Daniel Novotny 39eb23f
Daniel Novotny f54fea5
* Tue Feb 16 2010 Daniel Novotny <dnovotny@redhat.com> 2.6.1p2-2
Daniel Novotny f54fea5
- fix #564935 -  FTBFS amanda-2.6.1p2-1.fc13
Daniel Novotny f54fea5
Daniel Novotny 0c6a7dd
* Thu Jan 21 2010 Daniel Novotny <dnovotny@redhat.com> 2.6.1p2-1
Daniel Novotny 0c6a7dd
- upgrade to 2.6.1p2, drop upstreamed patches, rebase remaining patches
Daniel Novotny 0c6a7dd
55bff1f
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 2.6.0p2-15
55bff1f
- rebuild against perl 5.10.1
55bff1f
Daniel Novotny e95db26
* Thu Oct 15 2009 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-14
Daniel Novotny e95db26
- add amanda user to group "tape" (#529159)
Daniel Novotny e95db26
bf9a6ff
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.6.0p2-13
bf9a6ff
- rebuilt with new openssl
bf9a6ff
Daniel Novotny 8ec47c1
* Tue Aug 04 2009 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-12
Daniel Novotny 8ec47c1
-fix #512534 -  amstatus outputs "Insecure dependency in printf ..." 
Daniel Novotny 8ec47c1
dadb432
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0p2-11
dadb432
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
dadb432
Daniel Novotny 9171bd0
* Wed Jul 22 2009 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-10
Daniel Novotny 9171bd0
- fix #510961 -  FTBFS: amanda-2.6.0p2-9
Daniel Novotny 9171bd0
Daniel Novotny d4ea71f
* Fri Apr 24 2009 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-9
Daniel Novotny d4ea71f
- fix #497488 -  amanda subpackages require only a specific version of amanda,
Daniel Novotny d4ea71f
      not also release
Daniel Novotny d4ea71f
Daniel Novotny 6d61827
* Tue Apr 14 2009 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-8
Daniel Novotny 6d61827
- fix #495724 (spec file fix, use "useradd -N" instead of "useradd -n") 
Daniel Novotny 6d61827
Daniel Novotny 491397e
* Wed Apr 08 2009 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-7
Daniel Novotny 491397e
- the tcpport patch was lost after rebase, adding again
Daniel Novotny 491397e
  (#448071, #462681)
Daniel Novotny 491397e
a9f1f7c
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0p2-6
a9f1f7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a9f1f7c
81bc117
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> 2.6.0p2-5
81bc117
- rebuild with new openssl
81bc117
Daniel Novotny cbeb730
* Thu Nov 20 2008 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-4
Daniel Novotny cbeb730
  .usernameupdate extension changed to .rpmsave (#472349)
Daniel Novotny cbeb730
Daniel Novotny 6e23aff
* Thu Oct 23 2008 Daniel Novotny <dnovotny@redhat.com> 2.6.0p2-3
Daniel Novotny 6e23aff
- added trailing || : in the %%pre client script
Daniel Novotny 6e23aff
Daniel Novotny 6aa2a58
* Fri Oct 10 2008 Orion Poplawski <orion@cora.nwra.com> 2.6.0p2-2
Daniel Novotny 6aa2a58
- Drop duplicated libamglue.so from -devel
Daniel Novotny 6aa2a58
- Update -pie patch
Daniel Novotny 6aa2a58
- Fix Source typo
Daniel Novotny 6aa2a58
- Move xinetd to main package - used by both client and server
0b98a79
- Move %%{_libexecdir}/amanda/amanda-sh-lib.sh to main package
Daniel Novotny 6aa2a58
- LIBEXECDIR is used in xinetd template
Daniel Novotny 6aa2a58
- Make calcsize setuid root
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
* Wed Oct 01 2008 Daniel Novotny 2.6.0p2-1
Daniel Novotny 6aa2a58
- Update to 2.6.0p2
Daniel Novotny 6aa2a58
- perl-ExtUtils-Embed added to BuildRequires
Daniel Novotny 6aa2a58
- perl patch dropped (upstreamed)
Daniel Novotny 6aa2a58
- library name change from libamglue.so.* to libamglue.so
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
* Thu Mar 27 2008 Orion Poplawski <orion@cora.nwra.com> 2.6.0-0.b3_20080314.1
Daniel Novotny 6aa2a58
- Update to 2.6.0b3_20080314
Daniel Novotny 6aa2a58
- New -lib patch that patches the autotool source files
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
* Tue Mar 11 2008 Orion Poplawski <orion@cora.nwra.com> 2.6.0-0.b3_20080310.1
Daniel Novotny 6aa2a58
- Update to 2.6.0b3_20080310
Daniel Novotny 6aa2a58
- Re-add updated pie patch, re-add autogen
Daniel Novotny 6aa2a58
- Update example patch to modify Makefile.am, leave template.d in
Daniel Novotny 6aa2a58
 /var/lib/amanda for now
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
* Wed Feb 20 2008 Orion Poplawski <orion@cora.nwra.com> 2.6.0-0.b2_20080220.1
Daniel Novotny 6aa2a58
- Update to 2.6.0b2-20080220
Daniel Novotny 6aa2a58
- Drop libdir patch, use --with-libdir instead
Daniel Novotny 6aa2a58
- Move perl modules to %%{perl_vendorarch} and add perl Requires
Daniel Novotny 6aa2a58
Daniel Novotny 6aa2a58
* Wed Feb 20 2008 Orion Poplawski <orion@cora.nwra.com> 2.6.0-0.b2
Daniel Novotny 6aa2a58
- Update to 2.6.0b2, drop upstreamed patches
Daniel Novotny 6aa2a58
- Update xattrs patch
Daniel Novotny 6aa2a58
- Add patches to fix install locations
Daniel Novotny 6aa2a58
- Add -fPIE/-pie to CFLAGS/LDFLAGS, drop pie patch
Daniel Novotny 6aa2a58
- Drop autotools BR
Daniel Novotny 6aa2a58
- Drop /usr/bin/Mail BR and specify mailer as /bin/mail
Daniel Novotny 6aa2a58
- Add %%check section
Daniel Novotny 6aa2a58
- Move /etc/amanda/amandates to /var/lib/amanda/amandates
Daniel Novotny 6aa2a58
- Remove ending . from summaries
Daniel Novotny 60c5f1c
Radek Brich 72e8080
* Mon Feb 18 2008 Radek Brich <rbrich@redhat.com> 2.5.2.p1-10
Radek Brich 72e8080
- do not require gnuplot by -server subpackage (bz#433101)
Radek Brich 72e8080
Radek Brich 7b33ced
* Thu Nov 22 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-9
Radek Brich 7b33ced
- Change default amanda user name to 'amandabackup' (#124510).
Radek Brich 7b33ced
  This should not break upgrades as config files are checked for
Radek Brich 7b33ced
  old user name and updated.
Radek Brich 7b33ced
- Add some explaining comments to .amandahosts (#153749)
Radek Brich 7b33ced
Radek Brich 60ade24
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-8
Radek Brich 60ade24
- rebuild
Radek Brich 60ade24
Radek Brich a489289
* Fri Aug 17 2007 Radek Brich <rbrich@redhat.com> 2.5.2.p1-7
Radek Brich a489289
- BuildRequires mtx and mt-st (#251690).
Radek Brich a489289
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
c2fc17a
* Mon 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
Jan Görig 3146317
  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
Jan Görig 3146317
  system spec_install_post macro.
cvsdist 7d45710
- using mega spec file changes from Marc Merlin <merlin_bts@valinux.com> since
Jan Görig 3146317
  the package we were shipping in the past had some major issues (not in
Jan Görig 3146317
  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
Jan Görig 3146317
  Merlin's package so that the patch matches the source version (the patches
Jan Görig 3146317
  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>
Daniel Novotny 6aa2a58
- 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