packages: amanda/amanda.spec - rel 1 - updated files - merged perl package ...
baggins
baggins at pld-linux.org
Sat Jul 4 00:14:05 CEST 2009
Author: baggins Date: Fri Jul 3 22:14:05 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 1
- updated files
- merged perl package with libs due to both client and server requiring it now
- renamed libs to common as that name didn't make sens anymore
- cut down changelog
---- Files affected:
packages/amanda:
amanda.spec (1.189 -> 1.190)
---- Diffs:
================================================================
Index: packages/amanda/amanda.spec
diff -u packages/amanda/amanda.spec:1.189 packages/amanda/amanda.spec:1.190
--- packages/amanda/amanda.spec:1.189 Fri Jul 3 21:07:44 2009
+++ packages/amanda/amanda.spec Sat Jul 4 00:14:00 2009
@@ -11,7 +11,7 @@
Summary(pl.UTF-8): Sieciowo zorientowany system tworzenia kopii zapasowych
Name: amanda
Version: 2.6.1p1
-Release: 0.1
+Release: 1
License: BSD
Group: Networking/Utilities
Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@
BuildRequires: dump
BuildRequires: flex
BuildRequires: glib2-devel
+BuildRequires: gnuplot
# curl is broken, see curl-config --libs
BuildRequires: keyutils-devel
BuildRequires: heimdal-devel
@@ -48,6 +49,7 @@
BuildRequires: pkgconfig
BuildRequires: readline-devel >= 4.2
BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: rpm-perlprov
%{?with_samba:BuildRequires: samba-client}
BuildRequires: swig
%{?with_xfs:BuildRequires: xfsdump}
@@ -80,9 +82,9 @@
serwerze jak i na kliencie. Pamiętaj także o instalacji pakietów
amanda-client i amanda-server!
-%package libs
-Summary: Amanda shared libraries
-Summary(pl.UTF-8): Biblioteki współdzielone pakietu amanda
+%package common
+Summary: Amanda common files
+Summary(pl.UTF-8): Wspólne pliki pakietu amanda
Group: Networking/Utilities
Requires(postun): /usr/sbin/groupdel
Requires(postun): /usr/sbin/userdel
@@ -94,12 +96,35 @@
Requires: setup >= 2.6.1-1
Provides: group(amanda)
Provides: user(amanda)
+Obsoletes: amanda-libs
+Obsoletes: amanda-perl
-%description libs
-Amanda shared libraries.
+%description common
+AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a
+backup system that allows the administrator of a LAN to set up a
+single master backup server to back up multiple hosts to a single
+large capacity tape drive. AMANDA uses native dump and/or GNU tar
+facilities and can back up a large number of workstations running
+multiple versions of Unix. Newer versions of AMANDA (including this
+version) can use SAMBA to back up Microsoft(TM) Windows95/NT hosts.
+The amanda package contains the core AMANDA programs and will need to
+be installed on both AMANDA clients and AMANDA servers. Note that you
+will have to install the amanda-client and amanda-server packages as
+well.
+
+Amanda common files.
-%description libs -l pl.UTF-8
-Biblioteki współdzielone pakietu amanda.
+%description common -l pl.UTF-8
+AMANDA jest sieciowo zorientowanym systemem tworzenia kopii
+zapasowych. Umożliwia administratorowi sieci tworzenie kopii z kilku
+hostów na jednej maszynie wyposażonej w pojemny dysk lub streamer.
+Nowsze wersje programu umożliwiają zabezpieczanie zasobów Microsoft
+Windows 95/98/NT/2000 przy użyciu protokołu Samba. Ten pakiet zawiera
+podstawowe pliki programu i powinien być zainstalowany zarówno na
+serwerze jak i na kliencie. Pamiętaj także o instalacji pakietów
+amanda-client i amanda-server!
+
+Wspólne pliki pakietu amanda.
%package client
Summary: The client side of Amanda
@@ -107,7 +132,7 @@
Group: Networking/Utilities
Requires(post): /bin/hostname
Requires(post): /usr/bin/ssh-keygen
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-common = %{version}-%{release}
Requires: rc-inetd
Suggests: openssh-clients
Suggests: openssh-server
@@ -133,8 +158,7 @@
Group: Networking/Utilities
Requires(post): /bin/hostname
Requires(post): /usr/bin/ssh-keygen
-Requires: %{name}-libs = %{version}-%{release}
-Requires: %{name}-perl = %{version}-%{release}
+Requires: %{name}-common = %{version}-%{release}
Requires: /etc/cron.d
Requires: crondaemon
Requires: gnuplot
@@ -158,18 +182,6 @@
magazynowane kopie zapasowe (lub do których podpięte są urządzenia
typu streamer).
-%package perl
-Summary: Perl bindings for amanda
-Summary(pl.UTF-8): Wiązania perla dla Amandy
-Group: Networking/Utilities
-Requires: %{name}-libs = %{version}-%{release}
-
-%description perl
-Perl bindings for amanda.
-
-%description perl -l pl.UTF-8
-Wiązania perla dla Amandy.
-
%prep
%setup -q
%patch0 -p1
@@ -206,7 +218,6 @@
--with-user=amanda \
--with-group=amanda \
--with-tape-device=/dev/null \
- --with-ftape-rawdevice=/dev/null \
--with-changer-device=/dev/null \
--with-fqdn \
%{?with_samba:--with-smbclient=%{_bindir}/smbclient} \
@@ -264,7 +275,7 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%triggerpostun libs -- %{name}-libs < 2.6.0p2-3
+%triggerpostun common -- amanda-libs < 2.6.0p2-3
echo "Adding amanda to disk and tape groups"
/usr/sbin/usermod -G disk,tape amanda
echo "Setting amanda shell to /bin/sh"
@@ -275,11 +286,11 @@
chmod 600 %{_sharedstatedir}/amanda/.amandahosts
fi
-%pre libs
-%groupadd -P %{name}-libs -g 80 amanda
-%useradd -P %{name}-libs -u 80 -G disk,tape -d /var/lib/amanda -s /bin/sh -c "Amanda Backup user" -g amanda amanda
+%pre common
+%groupadd -P %{name}-common -g 80 amanda
+%useradd -P %{name}-common -u 80 -G disk,tape -d /var/lib/amanda -s /bin/sh -c "Amanda Backup user" -g amanda amanda
-%postun libs
+%postun common
if [ "$1" = "0" ]; then
%userremove amanda
%groupremove amanda
@@ -334,15 +345,25 @@
%service -q rc-inetd reload
fi
-%files libs
+%files common
%defattr(644,root,root,755)
%doc AUTHORS COPYRIGHT ChangeLog NEWS README ReleaseNotes UPGRADING
%attr(755,root,root) %{_libdir}/amanda/libamanda*.so
+%attr(755,root,root) %{_libdir}/amanda/libamar*.so
+%attr(755,root,root) %{_libdir}/amanda/libamglue*.so
%attr(750,amanda,amanda) %dir %{_sysconfdir}/amanda
%dir %{_libdir}/amanda
%if %{_lib} != "lib"
%{_ulibdir}/amanda
%endif
+%attr(755,root,root) %{_sbindir}/amarchiver
+%attr(750,amanda,amanda) %dir %{_datadir}/amanda
+%attr(750,amanda,amanda) %dir %{_datadir}/amanda/example
+%attr(750,amanda,amanda) %dir %{_datadir}/amanda/example/label-templates
+%attr(640,amanda,amanda) %{_datadir}/amanda/example/*amanda*
+%attr(640,amanda,amanda) %{_datadir}/amanda/example/label-templates/*.ps
+%attr(750,amanda,amanda) %dir %{_datadir}/amanda/template.d
+%attr(640,amanda,amanda) %{_datadir}/amanda/template.d/*
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda
%attr(700,amanda,amanda) %dir %{_sharedstatedir}/amanda/.ssh
%attr(700,amanda,amanda) %dir %{_sharedstatedir}/amanda/.gnupg
@@ -351,6 +372,40 @@
%attr(600,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/amanda/.amandahosts
# Commented out so it won't get removed on uninstall
#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/authorized_keys
+%{_mandir}/man5/amanda-archive-format.5*
+%{_mandir}/man7/amanda-auth.7*
+%{_mandir}/man7/amanda-scripts.7*
+%{_mandir}/man8/script-email.8*
+%{_mandir}/man8/amarchiver.8*
+
+%dir %{perl_vendorarch}/Amanda
+%{perl_vendorarch}/Amanda/Archive.pm
+%{perl_vendorarch}/Amanda/BigIntCompat.pm
+%{perl_vendorarch}/Amanda/Config.pm
+%{perl_vendorarch}/Amanda/Constants.pm
+%{perl_vendorarch}/Amanda/Debug.pm
+%{perl_vendorarch}/Amanda/MainLoop.pm
+%{perl_vendorarch}/Amanda/Paths.pm
+%{perl_vendorarch}/Amanda/Script.pm
+%{perl_vendorarch}/Amanda/Script_App.pm
+%{perl_vendorarch}/Amanda/Tests.pm
+%{perl_vendorarch}/Amanda/Types.pm
+%{perl_vendorarch}/Amanda/Util.pm
+%dir %{perl_vendorarch}/auto/Amanda
+%dir %{perl_vendorarch}/auto/Amanda/Archive
+%dir %{perl_vendorarch}/auto/Amanda/Config
+%dir %{perl_vendorarch}/auto/Amanda/Debug
+%dir %{perl_vendorarch}/auto/Amanda/MainLoop
+%dir %{perl_vendorarch}/auto/Amanda/Tests
+%dir %{perl_vendorarch}/auto/Amanda/Types
+%dir %{perl_vendorarch}/auto/Amanda/Util
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Archive/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Config/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Debug/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/MainLoop/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Tests/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Types/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Util/*.so
%if %{with server}
%files server
@@ -364,19 +419,13 @@
#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/client_authorized_keys
#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/id_rsa_amdump*
-%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/example
-%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/example/label-templates
-%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/template.d
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/debug/server
-%attr(640,amanda,amanda) %{_sharedstatedir}/amanda/example/*amanda*
-%attr(640,amanda,amanda) %{_sharedstatedir}/amanda/example/label-templates/*.ps
-%attr(640,amanda,amanda) %{_sharedstatedir}/amanda/template.d/*
%config(noreplace) %attr(640,root,root) /etc/cron.d/amanda-srv
%attr(755,root,root) %{_libdir}/amanda/libamdevice*.so
%attr(755,root,root) %{_libdir}/amanda/libamserver*.so
-%attr(755,root,root) %{_libdir}/amanda/libamtape*.so
+%attr(755,root,root) %{_libdir}/amanda/libamxfer*.so
%attr(755,root,root) %{_libdir}/amanda/librestore*.so
%{_libdir}/amanda/amanda-sh-lib.sh
@@ -393,6 +442,7 @@
%attr(755,root,root) %{_libdir}/amanda/chg-chio
%attr(755,root,root) %{_libdir}/amanda/chg-chs
%attr(755,root,root) %{_libdir}/amanda/chg-disk
+%attr(755,root,root) %{_libdir}/amanda/chg-glue
%attr(755,root,root) %{_libdir}/amanda/chg-iomega
%attr(755,root,root) %{_libdir}/amanda/chg-juke
%attr(755,root,root) %{_libdir}/amanda/chg-lib.sh
@@ -408,10 +458,10 @@
%attr(755,root,root) %{_libdir}/amanda/chunker
%attr(755,root,root) %{_libdir}/amanda/driver
%attr(4750,root,amanda) %{_libdir}/amanda/dumper
-%attr(755,root,root) %{_libdir}/amanda/patch-system
%attr(4750,root,amanda) %{_libdir}/amanda/planner
%attr(755,root,root) %{_libdir}/amanda/taper
+%attr(755,root,root) %{_sbindir}/activate-devpay
%attr(755,root,root) %{_sbindir}/amaddclient
%attr(755,root,root) %{_sbindir}/amadmin
%attr(755,root,root) %{_sbindir}/amaespipe
@@ -420,7 +470,6 @@
%attr(755,root,root) %{_sbindir}/amcheckdump
%attr(755,root,root) %{_sbindir}/amcleanup
%attr(755,root,root) %{_sbindir}/amcrypt*
-%attr(755,root,root) %{_sbindir}/amdd
%attr(755,root,root) %{_sbindir}/amdevcheck
%attr(755,root,root) %{_sbindir}/amdump
%attr(755,root,root) %{_sbindir}/amfetchdump
@@ -428,20 +477,23 @@
%attr(755,root,root) %{_sbindir}/amgetconf
%attr(755,root,root) %{_sbindir}/amgpgcrypt
%attr(755,root,root) %{_sbindir}/amlabel
-%attr(755,root,root) %{_sbindir}/ammt
%attr(755,root,root) %{_sbindir}/amoverview
%attr(755,root,root) %{_sbindir}/amplot
%attr(755,root,root) %{_sbindir}/amreport
%attr(755,root,root) %{_sbindir}/amrestore
%attr(755,root,root) %{_sbindir}/amrmtape
%attr(755,root,root) %{_sbindir}/amserverconfig
+%attr(755,root,root) %{_sbindir}/amservice
%attr(755,root,root) %{_sbindir}/amstatus
%attr(755,root,root) %{_sbindir}/amtape
%attr(755,root,root) %{_sbindir}/amtapetype
%attr(755,root,root) %{_sbindir}/amtoc
-%attr(755,root,root) %{_sbindir}/amverify
-%attr(755,root,root) %{_sbindir}/amverifyrun
+%attr(755,root,root) %{_sbindir}/amvault
%{_mandir}/man5/amanda.conf.5*
+%{_mandir}/man5/disklist.5*
+%{_mandir}/man5/tapelist.5*
+%{_mandir}/man7/amanda-changers.7*
+%{_mandir}/man7/amanda-devices.7*
%{_mandir}/man8/amaddclient.8*
%{_mandir}/man8/amadmin.8*
%{_mandir}/man8/amaespipe.8*
@@ -451,7 +503,6 @@
%{_mandir}/man8/amcheckdump.8*
%{_mandir}/man8/amcleanup.8*
%{_mandir}/man8/amcrypt*.8*
-%{_mandir}/man8/amdd.8*
%{_mandir}/man8/amdevcheck.8*
%{_mandir}/man8/amdump.8*
%{_mandir}/man8/amfetchdump.8*
@@ -459,33 +510,40 @@
%{_mandir}/man8/amgetconf.8*
%{_mandir}/man8/amgpgcrypt.8*
%{_mandir}/man8/amlabel.8*
-%{_mandir}/man8/ammt.8*
%{_mandir}/man8/amoverview.8*
%{_mandir}/man8/amplot.8*
%{_mandir}/man8/amreport.8*
%{_mandir}/man8/amrestore.8*
%{_mandir}/man8/amrmtape.8*
%{_mandir}/man8/amserverconfig.8*
+%{_mandir}/man8/amservice.8*
%{_mandir}/man8/amstatus.8*
%{_mandir}/man8/amtape.8*
%{_mandir}/man8/amtapetype.8*
%{_mandir}/man8/amtoc.8*
-%{_mandir}/man8/amverify.8*
-%{_mandir}/man8/amverifyrun.8*
+%{_mandir}/man8/amvault.8*
%{perl_vendorarch}/Amanda/Changer.pm
+%dir %{perl_vendorarch}/Amanda/Changer
+%{perl_vendorarch}/Amanda/Changer/*.pm
%{perl_vendorarch}/Amanda/Cmdline.pm
+%dir %{perl_vendorarch}/Amanda/DB
+%{perl_vendorarch}/Amanda/DB/*.pm
%{perl_vendorarch}/Amanda/Device.pm
%{perl_vendorarch}/Amanda/Logfile.pm
-%{perl_vendorarch}/Amanda/Tapefile.pm
+%{perl_vendorarch}/Amanda/Process.pm
+%{perl_vendorarch}/Amanda/Tapelist.pm
+%{perl_vendorarch}/Amanda/Xfer.pm
%dir %{perl_vendorarch}/auto/Amanda/Cmdline
%dir %{perl_vendorarch}/auto/Amanda/Device
%dir %{perl_vendorarch}/auto/Amanda/Logfile
-%dir %{perl_vendorarch}/auto/Amanda/Tapefile
+%dir %{perl_vendorarch}/auto/Amanda/Tapelist
+%dir %{perl_vendorarch}/auto/Amanda/Xfer
%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Cmdline/*.so
%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Device/*.so
%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Logfile/*.so
-%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Tapefile/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Tapelist/*.so
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Xfer/*.so
%endif
%if %{with client}
@@ -498,14 +556,20 @@
%attr(640,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/amanda/amandates
%dir %{_libdir}/amanda/application
-%attr(755,root,root) %{_libdir}/amanda/application/amgtar
-%attr(644,root,root) %{_libdir}/amanda/application/generic-dumper
+%attr(755,root,root) %{_libdir}/amanda/application/amgtar*
+%attr(755,root,root) %{_libdir}/amanda/application/amlog-script
+%attr(755,root,root) %{_libdir}/amanda/application/amsamba
+%attr(755,root,root) %{_libdir}/amanda/application/amstar
+%attr(755,root,root) %{_libdir}/amanda/application/amzfs*
+%attr(755,root,root) %{_libdir}/amanda/application/script-email
%attr(755,root,root) %{_libdir}/amanda/libamclient*.so
%attr(755,root,root) %{_libdir}/amanda/amandad
%attr(755,root,root) %{_libdir}/amanda/noop
+%attr(755,root,root) %{_libdir}/amanda/patch-system
%attr(755,root,root) %{_libdir}/amanda/sendbackup
%attr(755,root,root) %{_libdir}/amanda/sendsize
+%attr(755,root,root) %{_libdir}/amanda/teecount
%attr(755,root,root) %{_libdir}/amanda/versionsuffix
%attr(4750,root,amanda) %{_libdir}/amanda/calcsize
%attr(4750,root,amanda) %{_libdir}/amanda/killpgrp
@@ -516,35 +580,34 @@
%attr(755,root,root) %{_sbindir}/amrecover
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/gnutar-lists
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/debug/client
+%{_mandir}/man7/amanda-applications.7*
%{_mandir}/man5/amanda-client.conf.5*
%{_mandir}/man8/amrecover.8*
+%{_mandir}/man8/amgtar.8*
+%{_mandir}/man8/amsamba.**
+%{_mandir}/man8/amstar.8*
+%{_mandir}/man8/amzfs*.8*
+
+%{perl_vendorarch}/Amanda/Application.pm
+%dir %{perl_vendorarch}/Amanda/Application
+%{perl_vendorarch}/Amanda/Application/Zfs.pm
+%dir %{perl_vendorarch}/auto/Amanda/Application
+%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Application/*.so
%endif
-%files perl
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/amanda/libamglue*.so
-%dir %{perl_vendorarch}/Amanda
-%{perl_vendorarch}/Amanda/Config.pm
-%{perl_vendorarch}/Amanda/Debug.pm
-%{perl_vendorarch}/Amanda/Paths.pm
-%{perl_vendorarch}/Amanda/Types.pm
-%{perl_vendorarch}/Amanda/Util.pm
-%dir %{perl_vendorarch}/auto/Amanda
-%dir %{perl_vendorarch}/auto/Amanda/Config
-%dir %{perl_vendorarch}/auto/Amanda/Debug
-%dir %{perl_vendorarch}/auto/Amanda/Types
-%dir %{perl_vendorarch}/auto/Amanda/Util
-%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Config/*.so
-%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Debug/*.so
-%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Types/*.so
-%attr(755,root,root) %{perl_vendorarch}/auto/Amanda/Util/*.so
-
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.190 2009/07/03 22:14:00 baggins
+- rel 1
+- updated files
+- merged perl package with libs due to both client and server requiring it now
+- renamed libs to common as that name didn't make sens anymore
+- cut down changelog
+
Revision 1.189 2009/07/03 19:07:44 baggins
- up to 2.6.1p1
@@ -671,497 +734,3 @@
Revision 1.154 2007/06/22 13:52:01 baggins
- 2.5.2p1
- todo: update files
-
-Revision 1.153 2007/04/02 10:28:46 sls
-- added as_needed.patch
-- back to rel. 0.9
-
-Revision 1.152 2007/04/01 19:30:16 sls
-- ver. 2.5.1p3
-
-Revision 1.151 2007/02/19 14:54:49 baggins
-- rel 0.9
-- added real samba support
-
-Revision 1.150 2007/02/12 21:23:46 glen
-- tabs in preamble
-
-Revision 1.149 2007/02/12 00:48:36 baggins
-- converted to UTF-8
-
-Revision 1.148 2006/12/11 11:57:09 qboosh
-- chown syntax
-
-Revision 1.147 2006/12/11 11:45:54 baggins
-- more trigger fun
-
-Revision 1.146 2006/12/08 16:15:45 baggins
-- R: chsh for the trigger to work
-
-Revision 1.145 2006/12/08 15:38:15 baggins
-- build with xfs support by default
-
-Revision 1.144 2006/12/06 18:15:32 baggins
-- added C: for shadow and pwdutils with broken chsh
-
-Revision 1.143 2006/12/06 18:13:26 baggins
-- trigger fixed
-- will bump rel to 1 after testing
-
-Revision 1.142 2006/12/06 17:53:56 baggins
-- added without client/server bconds
-- enabled ssh security
-- perm fix for .amandahosts
-- still fighting with triggers
-
-Revision 1.141 2006/12/05 18:35:43 baggins
-- updated files with new entries
-- moved server programs and libs from client and libs to server package
-
-Revision 1.140 2006/12/05 09:32:25 baggins
-- up to 2.5.1p2
-
-Revision 1.139 2006/06/23 13:28:29 aflinta
- - started update to 2.5.0p2
- - added TODO - anybody want to finish it?
-
-Revision 1.138 2006/04/14 11:39:18 glen
-- rel 5
-
-Revision 1.137 2006/03/14 01:24:26 glen
-- unified rc-inetd usage (via %service), adapterized
-
-Revision 1.136 2006/01/24 09:19:45 qboosh
-- pass more command paths (mail,lpr,dump,restore,xfsdump,xfsrestore)
-- release 4
-
-Revision 1.135 2005/12/12 13:44:44 glen
-- adapterized (sorted %verify attrs)
-
-Revision 1.134 2005/09/27 15:09:38 baggins
-- release 3
-
-Revision 1.133 2005/09/27 15:04:29 baggins
-- fix sed command
-
-Revision 1.132 2005/09/27 14:27:07 baggins
-- fix x8664 libdir
-
-Revision 1.131 2005/09/17 10:44:59 arekm
-- readline 5.0
-
-Revision 1.130 2005/08/04 09:35:26 kosmo
-- added .amandahosts file to amanda-libs package
-- fixed files permissions
-- release 1
-
-Revision 1.129 2005/07/25 08:41:09 zboczuch
-- typo
-
-Revision 1.128 2005/05/18 10:43:58 qboosh
-- pass gnuplot path not to BR it
-
-Revision 1.127 2005/05/02 18:23:50 glen
-- adapterized
-
-Revision 1.126 2005/05/01 18:49:15 glen
-- new spec syntax is so cool
-
-Revision 1.125 2005/05/01 17:31:30 glen
-- use %useradd/%groupadd macros
-
-Revision 1.124 2005/04/21 10:31:36 zawadaa
-- update to 2.4.5
-
-Revision 1.123 2005/04/14 15:14:57 qboosh
-- sane perms for libexecdir
-
-Revision 1.122 2005/04/14 09:08:38 qboosh
-- really sort
-
-Revision 1.121 2005/04/14 09:03:21 qboosh
-- suid for amqde
-
-Revision 1.120 2005/04/14 08:22:39 qboosh
-- updated to 2.4.4p4, no_private_libtool.m4 patch replaced by head
-
-Revision 1.119 2005/04/02 13:45:58 darekr
-- %verify() for config files
-
-Revision 1.118 2005/01/21 10:02:39 glen
-- services used not registered in /etc/services
-
-Revision 1.117 2004/12/07 01:00:39 glen
-- amanda-server obsoletes amanda
-
-Revision 1.116 2004/11/26 14:30:21 paladine
-- require ldconfig in proper places
-
-Revision 1.115 2004/11/26 14:16:26 paladine
-- postun dep is autogenerated
-
-Revision 1.114 2004/11/26 13:59:37 paladine
-- require ldconfig also in post
-- cosmetics
-
-Revision 1.113 2004/10/24 19:57:19 paladine
-- spaces->tabs
-- cleanups
-
-Revision 1.112 2004/10/16 00:18:00 ankry
-- %groupremove/%userremove support, some standarization
-
-Revision 1.111 2004/08/12 18:29:03 qboosh
-- typo
-
-Revision 1.110 2004/08/12 10:42:23 qboosh
-- no annoying message on upgrade, use new bcond
-
-Revision 1.109 2004/05/10 10:58:11 baggins
-- release 3
-- added tar patch (ignore harmless warning)
-
-Revision 1.108 2004/04/23 17:56:14 baggins
-- release 2
-- fixed perms (without'em amindexd doesn't work)
-
-Revision 1.107 2004/01/27 00:41:59 orzech
-- up to 2.4.4p2
-
-Revision 1.106 2003/11/23 14:19:01 qboosh
-- removed obsolete bug18322 patch (fixes build on alpha); release 3
-
-Revision 1.105 2003/11/23 04:45:32 speedy
-- new bcond
-- release 2 for AC
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amanda/amanda.spec?r1=1.189&r2=1.190&f=u
More information about the pld-cvs-commit
mailing list