Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Mon May 30 15:48:44 CEST 2011.



--------
--- systemd/systemd.changes     2011-05-05 09:46:20.000000000 +0200
+++ systemd/systemd.changes     2011-05-27 02:01:07.000000000 +0200
@@ -1,0 +2,59 @@
+Thu May 26 21:16:06 CEST 2011 - [email protected]
+
+- version 28
+  - drop hwclock-save.service
+  - fix segfault when a DBus message has no interface
+  - man: update the list of unit search locations
+  - readahead-collect: ignore EACCES for fanotify
+  - rtc in localtime: use settimeofday(NULL, tz)
+    instead of hwclock(8)
+
+-------------------------------------------------------------------
+Sat May 21 23:57:30 CEST 2011 - [email protected]
+
+- new snapshot
+  - fix crash in D-Bus code
+
+-------------------------------------------------------------------
+Sat May 21 18:17:59 CEST 2011 - [email protected]
+
+- new snapshot
+  - socket: always use SO_{RCV,SND}BUFFORCE to allow larger values
+  - util: use new VT ESC sequence to clear scrollback buffer
+  - sd-daemon: move _sd_hidden_ from .h to .c file
+  - missing: add IP_TRANSPARENT
+
+-------------------------------------------------------------------
+Sat May 21 16:17:38 CEST 2011 - [email protected]
+
+- version 27
+  - util: use open_terminal() in chvt() too
+  - socket: expose SO_BROADCAST
+  - git: add .mailmap
+  - exec: expose tty reset options in dbus introspection data
+  - socket: expose IP_TRANSPARENT
+  - exec: hangup/reset/deallocate VTs in gettys
+  - socket: use 666 socket mode by default since neither fifos,
+    nor sockets, nor mqueues need to be executable
+  - socket: add POSIX mqueue support
+  - README: document relation to nss-myhostname
+  - hostnamed: check that nss-myhostname is installed
+
+-------------------------------------------------------------------
+Tue May 17 19:15:17 CEST 2011 - [email protected]
+
+- new snapshot
+  - sysctl: apply /etc/sysctl.conf last
+  - systemd-analyze: print hostname, kernelversion and arch at
+    the top of the plot
+  - pam: downgrade a few log msgs
+  - hostnamed: SetPrettyHostname() should check PK action
+    org.freedesktop.hostname1.set-static-hostname
+  - user-sessions: ignore EROFS when unlinking /etc/nologin if
+    the file doesn't exist anyway
+  - unit: make ignoring in snapshots a per unit property,
+    instead of a per unit type property
+  - vconsole: use open_terminal() instead of open()
+  - units: enable automount units only if the kernel supports them
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  systemd-26.tar.bz2

New:
----
  systemd-28.tar.bz2

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.i2V9m3/_old  2011-05-30 15:47:19.000000000 +0200
+++ /var/tmp/diff_new_pack.i2V9m3/_new  2011-05-30 15:47:19.000000000 +0200
@@ -20,13 +20,14 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        26
+Version:        28
 Release:        1
 License:        GPLv2+
 Group:          System/Base
 Summary:        A System and Session Manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  dbus-1-devel libudev-devel udev
+BuildRequires:  libudev-devel udev
+BuildRequires:  dbus-1-devel
 BuildRequires:  audit-devel
 BuildRequires:  libcap-devel
 BuildRequires:  tcpd-devel
@@ -126,24 +127,23 @@
 rm -f $RPM_BUILD_ROOT/lib/systemd/system/plymouth-*.service
 rm -f $RPM_BUILD_ROOT/lib/systemd/system/*.wants/plymouth-*.service
 rm -f $RPM_BUILD_ROOT/lib/systemd/system/systemd-ask-password-plymouth.*
-# alias for /etc/init.d/*
-ln -s hwclock-load.service $RPM_BUILD_ROOT/lib/systemd/system/clock.service
-ln -s systemd-random-seed-load.service 
$RPM_BUILD_ROOT/lib/systemd/system/random.service
+# aliases for /etc/init.d/*
+ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/cgroup.service
 ln -s systemd-tmpfiles-setup.service 
$RPM_BUILD_ROOT/lib/systemd/system/cleanup.service
-ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.service
-ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service
-ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/earlysyslog.service
-ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localfs.service
-ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service
+ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/clock.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service
-ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/cgroup.service
+ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service
+ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/earlysyslog.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/klog.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/ldconfig.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/loadmodules.service
+ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localfs.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localnet.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/proc.service
+ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.service
 ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/swap.service
-
+ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service
+ln -s systemd-random-seed-load.service 
$RPM_BUILD_ROOT/lib/systemd/system/random.service
 #(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
 
 %post
@@ -161,7 +161,6 @@
   # Enable these services by default.
   /bin/systemctl enable \
     [email protected] \
-    hwclock-load.service \
     systemd-readahead-collect.service \
     systemd-readahead-replay.service \
     remote-fs.target >/dev/null 2>&1 || :
@@ -171,7 +170,6 @@
 if [ $1 -eq 0 ]; then
   /bin/systemctl disable \
     [email protected] \
-    hwclock-load.service \
     systemd-readahead-collect.service \
     systemd-readahead-replay.service \
     remote-fs.target >/dev/null 2>&1 || :

++++++ systemd-26.tar.bz2 -> systemd-28.tar.bz2 ++++++
++++ 19341 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to