Hello community,

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

Package is "obs-service-download_files", Maintainer is "adr...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
    2012-09-14 12:32:01.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
       2012-11-20 13:09:55.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 19 22:20:26 UTC 2012 - dims...@opensuse.org
+
+- Fix useradd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ obs-service-download_files.spec ++++++
--- /var/tmp/diff_new_pack.AFjiXL/_old  2012-11-20 13:09:56.000000000 +0100
+++ /var/tmp/diff_new_pack.AFjiXL/_new  2012-11-20 13:09:56.000000000 +0100
@@ -25,8 +25,9 @@
 Source:         download_files
 Source1:        download_files.service
 Source2:        download_files.rc
-Requires:       wget diffutils
 Requires:       build >= 2012.08.24
+Requires:       diffutils
+Requires:       wget
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -50,7 +51,7 @@
 
 %pre
 /usr/sbin/groupadd -r obsrun 2> /dev/null || :
-/usr/sbin/useradd -r -o -s /bin/false -c "User for build service backend" -d 
/usr/lib/obs -g obsrun obsrun 2> /dev/null || :
+/usr/sbin/useradd -r -s /bin/false -c "User for build service backend" -d 
/usr/lib/obs -g obsrun obsrun 2> /dev/null || :
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to