rpms/amanda/devel amanda.spec,1.58,1.59

Daniel Novotny dnovotny at fedoraproject.org
Tue Apr 14 14:41:18 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/amanda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16821

Modified Files:
	amanda.spec 
Log Message:

fix #495724



Index: amanda.spec
===================================================================
RCS file: /cvs/extras/rpms/amanda/devel/amanda.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- amanda.spec	8 Apr 2009 13:12:36 -0000	1.58
+++ amanda.spec	14 Apr 2009 14:40:46 -0000	1.59
@@ -7,7 +7,7 @@
 Summary: A network-capable tape backup solution
 Name: amanda
 Version: 2.6.0p2
-Release: 7%{?dist}
+Release: 8%{?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
@@ -167,7 +167,7 @@
 usermod -l %amanda_user amanda >/dev/null 2>&1 &&
 mv /var/spool/cron/amanda /var/spool/cron/%amanda_user &>/dev/null
 
-/usr/sbin/useradd -M -n -g %amanda_group -o -r -d %{_localstatedir}/lib/amanda -s /bin/bash \
+/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 || :
 
 %post
@@ -375,6 +375,9 @@
 %{_libdir}/libamandad.so
 
 %changelog
+* 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") 
+
 * Wed Apr 08 2009 Daniel Novotny <dnovotny at redhat.com> 2.6.0p2-7
 - the tcpport patch was lost after rebase, adding again
   (#448071, #462681)




More information about the fedora-extras-commits mailing list