SPECS (AC-branch): amanda.spec - rel 7 - added real samba support
baggins
baggins at pld-linux.org
Mon Feb 19 15:56:50 CET 2007
Author: baggins Date: Mon Feb 19 14:56:50 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- rel 7
- added real samba support
---- Files affected:
SPECS:
amanda.spec (1.138.2.1 -> 1.138.2.2)
---- Diffs:
================================================================
Index: SPECS/amanda.spec
diff -u SPECS/amanda.spec:1.138.2.1 SPECS/amanda.spec:1.138.2.2
--- SPECS/amanda.spec:1.138.2.1 Sat Sep 9 03:14:30 2006
+++ SPECS/amanda.spec Mon Feb 19 15:56:45 2007
@@ -1,13 +1,14 @@
# $Revision$, $Date$
#
# Conditional build:
+%bcond_without samba # without smbclient support
%bcond_with xfs # with support for xfsdump
#
Summary: A network-capable tape backup solution
Summary(pl): Sieciowo zorientowany system tworzenia kopii zapasowych
Name: amanda
Version: 2.4.5
-Release: 6
+Release: 7
License: BSD
Group: Networking/Utilities
Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -29,6 +30,7 @@
BuildRequires: libtool
BuildRequires: readline-devel >= 4.2
BuildRequires: rpmbuild(macros) >= 1.268
+%{?with_samba:BuildRequires: samba-client}
%{?with_xfs:BuildRequires: xfsdump}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -157,7 +159,7 @@
--with-ftape-rawdevice=/dev/null \
--with-changer-device=/dev/null \
--with-fqdn \
- --with-smbclient=%{_bindir}/smbclient \
+ %{?with_samba:--with-smbclient=%{_bindir}/smbclient} \
--with-bsd-security \
--with-buffered-dump \
--with-amandahosts \
@@ -353,6 +355,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.138.2.2 2007/02/19 14:56:45 baggins
+- rel 7
+- added real samba support
+
Revision 1.138.2.1 2006/09/09 01:14:30 glen
- rel 6 (rebuild with fixed %useradd/%groupadd macros)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/amanda.spec?r1=1.138.2.1&r2=1.138.2.2&f=u
More information about the pld-cvs-commit
mailing list