From 6d61827d056179fcd7439f74754c6ffc8cbc9e0b Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Apr 14 2009 14:40:46 +0000 Subject: fix #495724 --- diff --git a/amanda.spec b/amanda.spec index 4070f7e..c121edb 100644 --- a/amanda.spec +++ b/amanda.spec @@ -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 @@ getent passwd 'amanda' | grep ':33:' >/dev/null && 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 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda"' /etc/amanda/*/amanda.conf | %{_libdir}/libamandad.so %changelog +* Tue Apr 14 2009 Daniel Novotny 2.6.0p2-8 +- fix #495724 (spec file fix, use "useradd -N" instead of "useradd -n") + * Wed Apr 08 2009 Daniel Novotny 2.6.0p2-7 - the tcpport patch was lost after rebase, adding again (#448071, #462681)