Author: baggins Date: Fri Jun 22 13:52:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.5.2p1 - todo: update files
---- Files affected: SPECS: amanda.spec (1.153 -> 1.154) ---- Diffs: ================================================================ Index: SPECS/amanda.spec diff -u SPECS/amanda.spec:1.153 SPECS/amanda.spec:1.154 --- SPECS/amanda.spec:1.153 Mon Apr 2 12:28:46 2007 +++ SPECS/amanda.spec Fri Jun 22 15:52:01 2007 @@ -9,12 +9,12 @@ Summary: A network-capable tape backup solution Summary(pl.UTF-8): Sieciowo zorientowany system tworzenia kopii zapasowych Name: amanda -Version: 2.5.1p3 -Release: 0.9 +Version: 2.5.2p1 +Release: 0.1 License: BSD Group: Networking/Utilities Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz -# Source0-md5: 7232da6d43543f2c7dac2ded21c65ee9 +# Source0-md5: da1234b12e1e34f8535f1c6269d27788 Source1: %{name}-srv.crontab Source2: %{name}.inetd Source3: %{name}idx.inetd @@ -22,14 +22,20 @@ Source5: %{name}.conf Patch0: %{name}-no_libnsl.patch Patch1: %{name}-ac25x.patch +# needs rewrite Patch2: %{name}-chg-zd-mtx-sh.patch Patch3: %{name}-tar.patch Patch4: %{name}-as_needed.patch +Patch5: %{name}-bashizm.patch +Patch6: %{name}-no-static-krb5.patch URL: http://www.amanda.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: dump BuildRequires: flex +BuildRequires: krb5-devel +# for kerberos +BuildRequires: libcom_err-devel BuildRequires: libxslt-progs BuildRequires: libtool BuildRequires: readline-devel >= 4.2 @@ -137,12 +143,15 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 +# needs rewrite +#%patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 +%patch6 -p1 # kill libtool.m4 copy -head -n 1147 acinclude.m4 > acinc.tmp +tail -n 1291 acinclude.m4 > acinc.tmp mv -f acinc.tmp acinclude.m4 %build @@ -172,6 +181,8 @@ %{?with_samba:--with-smbclient=%{_bindir}/smbclient} \ --with-bsd-security \ --with-ssh-security \ + --with-krb5-security \ + --without-krb4-security \ --with-buffered-dump \ --with-amandahosts \ --with-debugging=%{_localstatedir}/amanda/debug \ @@ -388,6 +399,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/amanda.spec?r1=1.153&r2=1.154&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
