rpms/amanda/devel amanda.spec,1.42,1.43

Radek Brich (rbrich) fedora-extras-commits at redhat.com
Fri Aug 17 14:18:26 UTC 2007


Author: rbrich

Update of /cvs/extras/rpms/amanda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4731

Modified Files:
	amanda.spec 
Log Message:
Resolves: #251690


Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- amanda.spec	10 Aug 2007 11:38:01 -0000	1.42
+++ amanda.spec	17 Aug 2007 14:17:54 -0000	1.43
@@ -11,7 +11,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.5.2p1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://download.sourceforge.net/amanda/amanda-%{version}.tar.gz
 Source1: amanda.crontab
 Source4: disklist
@@ -28,8 +28,9 @@
 Prereq: fileutils grep initscripts
 BuildRequires: dump gnuplot cups samba-client tar grep fileutils
 BuildRequires: libtool automake autoconf gcc-c++ readline-devel /usr/bin/Mail
-BuildRequires: krb5-devel rsh openssh-clients ncompress
+BuildRequires: krb5-devel rsh openssh-clients ncompress mtx mt-st
 Requires: tar /usr/bin/Mail
+Requires(pre): useradd
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %description 
@@ -164,7 +165,7 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %pre
-useradd -M -n -g %amanda_group -o -r -d %{_localstatedir}/amanda -s /bin/bash \
+/usr/sbin/useradd -M -n -g %amanda_group -o -r -d %{_localstatedir}/amanda -s /bin/bash \
 	-c "Amanda user" -u 33 %amanda_user >/dev/null 2>&1 || :
 
 
@@ -338,6 +339,9 @@
 %{_libdir}/libamandad.so
 
 %changelog
+* Fri Aug 17 2007 Radek Brich <rbrich at redhat.com> 2.5.2.p1-7
+- BuildRequires mtx and mt-st (#251690).
+
 * Fri Aug 10 2007 Radek Brich <rbrich at redhat.com> 2.5.2.p1-6
 - Included upstream patch for chg-multi.sh (#251316).
 




More information about the fedora-extras-commits mailing list