Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2012-06-29 10:19:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc.changes      2012-06-28 
17:24:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-06-29 
10:39:42.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 18:46:30 UTC 2012 - [email protected]
+
+- Remove not anymore existing nscd.socket.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.NXOmAp/_old  2012-06-29 10:39:46.000000000 +0200
+++ /var/tmp/diff_new_pack.NXOmAp/_new  2012-06-29 10:39:46.000000000 +0200
@@ -1079,11 +1079,18 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libc.info.gz
 
 %preun -n nscd
+
 %stop_on_removal nscd
 
 %post -n nscd
 %{insserv_force_if_yast nscd}
 mkdir -p /var/run/nscd
+# Previously we had nscd.socket, remove it
+test -x /usr/bin/systemctl && /usr/bin/systemctl stop nscd.socket || :
+test -x /usr/bin/systemctl && /usr/bin/systemctl disable nscd.socket || :
+# Hard removal in case the above did not work
+rm -f /etc/systemd/system/sockets.target.wants/nscd.socket
+exit 0
 
 %postun -n nscd
 %restart_on_update nscd



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

Reply via email to