Hello community,

here is the log from the commit of package festival for openSUSE:Factory 
checked in at 2012-11-20 13:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/festival (Old)
 and      /work/SRC/openSUSE:Factory/.festival.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "festival", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/festival/festival.changes        2012-03-23 
12:05:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.festival.new/festival.changes   2012-11-20 
13:03:44.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 18:44:35 UTC 2012 - [email protected]
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ festival.spec ++++++
--- /var/tmp/diff_new_pack.yyqyAk/_old  2012-11-20 13:03:50.000000000 +0100
+++ /var/tmp/diff_new_pack.yyqyAk/_new  2012-11-20 13:03:50.000000000 +0100
@@ -165,7 +165,7 @@
 
 %pre
 /usr/sbin/groupadd -r festival 2> /dev/null || :
-/usr/sbin/useradd -r -o -g festival -s /bin/false -c "Festival daemon" -d 
/usr/share/festival/ festival 2> /dev/null || :
+/usr/sbin/useradd -r -g festival -s /bin/false -c "Festival daemon" -d 
/usr/share/festival/ festival 2> /dev/null || :
 
 %post
 %{fillup_only}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to