Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2012-11-17 07:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-lite", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes      2012-09-01 
21:58:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2012-11-17 
07:26:57.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 08:44:18 UTC 2012 - a...@suse.de
+
+- Fix useradd/groupadd invocation: -o is useless without -u and newer
+  versions of pwdutils/shadowutils fail on this now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcsc-lite.spec ++++++
--- /var/tmp/diff_new_pack.tujexv/_old  2012-11-17 07:26:58.000000000 +0100
+++ /var/tmp/diff_new_pack.tujexv/_new  2012-11-17 07:26:58.000000000 +0100
@@ -158,8 +158,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-getent group %{GROUP} >/dev/null || groupadd -r -o %{GROUP}
-getent passwd %{USER} >/dev/null || useradd -r -o -g %{GROUP} -s /bin/nologin 
-c "Smart Card Reader" -d /var/run/pcscd %{USER}
+getent group %{GROUP} >/dev/null || groupadd -r %{GROUP}
+getent passwd %{USER} >/dev/null || useradd -r -g %{GROUP} -s /bin/nologin -c 
"Smart Card Reader" -d /var/run/pcscd %{USER}
 %if %suse_version > 1140
 %service_add_pre pcscd.service pcscd.socket
 %endif

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

Reply via email to