Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Tue Aug 2 09:39:30 CEST 2011.



--------
--- systemd/systemd.changes     2011-07-19 14:02:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes        2011-08-01 
11:05:26.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Aug  1 09:04:53 UTC 2011 - [email protected]
+
+- Split up devel package.
+- restart logind after upgrade.
+- Adjust rpmlintrc for changes.
+
+-------------------------------------------------------------------
+Fri Jul 29 10:48:20 UTC 2011 - [email protected]
+
+- Update to version 32:
+  * bugfixes
+  * improve selinux setup
+
+-------------------------------------------------------------------
+Thu Jul 28 07:27:32 UTC 2011 - [email protected]
+
+- Update to version 31:
+  * rewrite of enable/disable code: New features systemctl --runtime,
+    systemctl mask, systemctl link and presets.
+  * sd-daemon is now shared library.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  systemd-30.tar.bz2

New:
----
  systemd-32.tar.bz2

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.XGiAPK/_old  2011-08-02 09:38:31.000000000 +0200
+++ /var/tmp/diff_new_pack.XGiAPK/_new  2011-08-02 09:38:31.000000000 +0200
@@ -21,7 +21,7 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        30
+Version:        32
 Release:        1
 License:        GPLv2+
 Group:          System/Base
@@ -63,6 +63,16 @@
 transactional dependency-based service control logic. It can work as a
 drop-in replacement for sysvinit.
 
+%package devel
+License:        GPLv2+
+Group:          Development/Libraries/C and C++
+Summary:        Development headers for systemd
+Requires:       %{name} = %{version}
+Requires:       pkg-config
+
+%description devel
+Development headers and auxiliary files for developing applications for 
systemd.
+
 %package gtk
 License:        GPLv2+
 Group:          System/Base
@@ -159,6 +169,7 @@
 %post
 /bin/systemd-machine-id-setup >/dev/null 2>&1 || :
 /bin/systemctl daemon-reexec >/dev/null 2>&1 || :
+/sbin/ldconfig
 
 # Create default config in /etc at first install.
 # Later package updates should not overwrite these settings.
@@ -176,6 +187,12 @@
     remote-fs.target >/dev/null 2>&1 || :
 fi
 
+%postun
+/sbin/ldconfig
+if [ $1 -ge 1 ] ; then
+        /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
+fi
+
 %preun
 if [ $1 -eq 0 ]; then
   /bin/systemctl disable \
@@ -202,6 +219,8 @@
 /usr/bin/systemd-nspawn
 /usr/bin/systemd-stdio-bridge
 /usr/bin/systemd-analyze
+%{_libdir}/libsystemd-daemon.so.*
+%{_libdir}/libsystemd-login.so.*
 %{_bindir}/systemd-cgls
 /lib/systemd/systemd-*
 %dir /lib/systemd/system-shutdown
@@ -242,7 +261,6 @@
 %{_datadir}/polkit-1
 %{_datadir}/polkit-1/actions
 %{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
-%{_datadir}/pkgconfig/systemd.pc
 %if %{build_plymouth}
 # Packaged in plymouth subpackage
 %exclude /lib/systemd/system/plymouth-*.service
@@ -281,6 +299,17 @@
 %{_bindir}/systemd-gnome-ask-password-agent
 %{_mandir}/man1/systemadm.1*
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libsystemd-daemon.so
+%{_libdir}/libsystemd-login.so
+%dir %{_includedir}/systemd
+%{_includedir}/systemd/sd-login.h
+%{_includedir}/systemd/sd-daemon.h
+%{_datadir}/pkgconfig/systemd.pc
+%{_libdir}/pkgconfig/libsystemd-daemon.pc
+%{_libdir}/pkgconfig/libsystemd-login.pc
+
 %if %{build_plymouth}
 
 %files plymouth

++++++ systemd-30.tar.bz2 -> systemd-32.tar.bz2 ++++++
++++ 16240 lines of diff (skipped)

++++++ systemd-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.XGiAPK/_old  2011-08-02 09:38:31.000000000 +0200
+++ /var/tmp/diff_new_pack.XGiAPK/_new  2011-08-02 09:38:31.000000000 +0200
@@ -1,7 +1,10 @@
 addFilter(".*dangling-symlink 
/sbin/(halt|init|poweroff|telinit|shutdown|runlevel|reboot).*")
 addFilter(".*dangling-symlink .* /dev/null.*")
-addFilter(".*devel-file-in-non-devel-package.*systemd.pc.*")
 addFilter(".*files-duplicate .*/reboot.8.*")
 addFilter(".*files-duplicate .*/sd_is_socket.3.*")
+addFilter("non-conffile-in-etc 
/etc/bash_completion.d/systemctl-bash-completion.sh")
 addFilter(".*dbus-policy-allow-receive")
+# Do not enable for submission into openSUSE:Factory, 
+# just for testing while polkit-default-privs is not checked in
+# setBadness('polkit-unauthorized-privilege', 1)
 


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



Remember to have fun...

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

Reply via email to