Hello community,
here is the log from the commit of package colord for openSUSE:12.1:Update:Test
checked in at 2011-12-08 10:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/colord (Old)
and /work/SRC/openSUSE:12.1:Update:Test/.colord.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "colord", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/colord/colord.changes 2011-12-06
20:04:39.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.colord.new/colord.changes
2011-12-08 10:32:00.000000000 +0100
@@ -35 +35,2 @@
- + Add a %pre script to create the colord user.
+ + Add a %pre script to create the colord user and change
+ ownership of /var/lib/colord.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ colord.spec ++++++
--- /var/tmp/diff_new_pack.hcsDtM/_old 2011-12-08 10:32:01.000000000 +0100
+++ /var/tmp/diff_new_pack.hcsDtM/_new 2011-12-08 10:32:01.000000000 +0100
@@ -106,7 +106,9 @@
%pre
getent group colord >/dev/null || groupadd -r colord
-getent passwd colord >/dev/null || useradd -r -g colord -d /var/lib/colord -s
/sbin/nologin -c "user for colord" colord
+getent passwd colord >/dev/null || useradd -r -g colord -d
%{_localstatedir}/lib/colord -s /sbin/nologin -c "user for colord" colord
+# Fix ownership of /var/lib/colord from first packages (in 12.1)
+test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord
%{_localstatedir}/lib/colord
exit 0
%post -n libcolord1 -p /sbin/ldconfig
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]