rpms/amanda/F-11 amanda.spec,1.59,1.60

Daniel Novotny dnovotny at fedoraproject.org
Thu Oct 15 13:07:36 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/amanda/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28925

Modified Files:
	amanda.spec 
Log Message:
add amanda user to group "tape" (#529159)



Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/F-11/amanda.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- amanda.spec	14 Apr 2009 14:40:46 -0000	1.59
+++ amanda.spec	15 Oct 2009 13:07:36 -0000	1.60
@@ -7,7 +7,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.6.0p2
-Release: 8%{?dist}
+Release: 9%{?dist}
 Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
 #Source: http://www.zmanda.com/downloads/community/community-builds/amanda-%{version}.tar.gz
 Source1: amanda.crontab
@@ -169,6 +169,7 @@ mv /var/spool/cron/amanda /var/spool/cro
 
 /usr/sbin/useradd -M -N -g %amanda_group -o -r -d %{_localstatedir}/lib/amanda -s /bin/bash \
 	-c "Amanda user" -u 33 %amanda_user >/dev/null 2>&1 || :
+/usr/bin/gpasswd -a %amanda_user tape >/dev/null 2>&1 || :
 
 %post
 /sbin/ldconfig
@@ -375,6 +376,9 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda
 %{_libdir}/libamandad.so
 
 %changelog
+* Thu Oct 15 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-9
+- add amanda user to group "tape" (#529159)
+
 * Tue Apr 14 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-8
 - fix #495724 (spec file fix, use "useradd -N" instead of "useradd -n") 
 




More information about the fedora-extras-commits mailing list