Hello community, here is the log from the commit of package nut for openSUSE:Factory checked in at 2012-11-18 20:26:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nut (Old) and /work/SRC/openSUSE:Factory/.nut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nut", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/nut/nut.changes 2012-09-05 09:46:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nut.new/nut.changes 2012-11-18 20:26:04.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Nov 17 09:54:35 UTC 2012 - [email protected] + +- Fix useradd invocation: -o is useless without -u and newer + versions of pwdutils/shadowutils fail on this now. +- Fix provides/obsoletes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nut.spec ++++++ --- /var/tmp/diff_new_pack.0XTfH1/_old 2012-11-18 20:26:06.000000000 +0100 +++ /var/tmp/diff_new_pack.0XTfH1/_new 2012-11-18 20:26:06.000000000 +0100 @@ -75,9 +75,9 @@ Requires: usbutils Requires(post): udev # for update from openSUSE <= 11.3, SLE <= 11 -Provides: nut-classic <= %{version} -Obsoletes: nut-classic <= %{version} -Obsoletes: nut-hal <= %{version} +Provides: nut-classic = %{version} +Obsoletes: nut-classic < %{version} +Obsoletes: nut-hal < %{version} %define apache_serverroot %(%{_sbindir}/apxs2 -q datadir 2>/dev/null || %{_sbindir}/apxs -q PREFIX) %define CGIPATH %{apache_serverroot}/cgi-bin %define HTMLPATH %{apache_serverroot}/htdocs @@ -259,7 +259,7 @@ install -m0644 scripts/misc/nut.bash_completion $RPM_BUILD_ROOT/etc/bash_completion.d/ %pre -usr/sbin/useradd -r -o -g %{GROUP} -s /bin/false \ +usr/sbin/useradd -r -g %{GROUP} -s /bin/false \ -c "UPS daemon" -d /sbin %{USER} 2>/dev/null || : %post -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
