Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Mon Jun 20 09:39:26 CEST 2011.



--------
--- systemd/systemd.changes     2011-06-14 15:26:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes        2011-06-17 
12:45:38.000000000 +0200
@@ -1,0 +2,25 @@
+Fri Jun 17 09:34:24 UTC 2011 - [email protected]
+
+- version 29:
+  + enable chkconfig support in systemctl for openSUSE.
+  + systemctl: plug a leak upon create_symlink mismatch
+  + mount /run without MS_NOEXEC
+  + dbus: fix name of capability property
+  + systemctl: fix double unref of a dbus message
+  + cryptsetup-generator: fix /etc/cryptsetup options
+  + selinux: selinuxfs can be mounted on /sys/fs/selinux
+  + readahead-common: fix total memory size detection
+  + systemctl: fix 'is-enabled' for native units under /lib
+  + systemctl: fix a FILE* leak
+  + pam-module: add debug= parameter
+  + remote-fs.target: do not order after network.target
+- update tarball url.
+
+-------------------------------------------------------------------
+Wed Jun 15 10:00:29 UTC 2011 - [email protected]
+
+- Use RPM macros instead of $RPM_FOO variables
+- Don't require %{version}-%{release} of the base package,
+  %{version} is sufficient
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  systemd-28.tar.bz2

New:
----
  systemd-29.tar.bz2

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.iTaMY7/_old  2011-06-20 09:38:13.000000000 +0200
+++ /var/tmp/diff_new_pack.iTaMY7/_new  2011-06-20 09:38:13.000000000 +0200
@@ -21,8 +21,8 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        28
-Release:        2
+Version:        29
+Release:        1
 License:        GPLv2+
 Group:          System/Base
 Summary:        A System and Session Manager
@@ -43,7 +43,7 @@
 Requires:       util-linux >= 2.19
 Conflicts:      filesystem < 11.5
 Conflicts:      mkinitrd < 2.7.0
-Source0:        
http://www.freedesktop.org/software/systemd/releases/%{name}-%{version}.tar.bz2
+Source0:        
http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
 Source1:        systemd-rpmlintrc
 Patch1:         0001-Add-bootsplash-handling-for-password-dialogs.patch
 
@@ -66,7 +66,7 @@
 License:        GPLv2+
 Group:          System/Base
 Summary:        Graphical front-end for systemd
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 
 %description gtk
 Graphical front-end for systemd system and service manager.
@@ -75,7 +75,7 @@
 License:        GPLv2+
 Group:          System/Base
 Summary:        System V init tools
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 Provides:       sbin_init
 Conflicts:      sysvinit
 Conflicts:      upstart
@@ -89,7 +89,7 @@
 License:        GPLv2+
 Group:          System/Base
 Summary:        Plymouth support for systemd
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 Requires:       plymouth
 
 %description plymouth
@@ -110,48 +110,48 @@
   --with-distro=suse \
   --docdir=%{_docdir}/systemd \
   --with-rootdir= \
-  CFLAGS="$RPM_OPT_FLAGS"
+  CFLAGS="%{optflags}"
 # rebuild due to libnotify 0.7 in factory
 touch *.vala */*.vala
 make %{?_smp_mflags}
 
 %install
 %makeinstall
-find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
-mkdir -p $RPM_BUILD_ROOT/sbin
-ln -s ../bin/systemd $RPM_BUILD_ROOT/sbin/init
-ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/reboot
-ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/halt
-ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/shutdown
-ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/poweroff
-ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
-ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
-rm -rf $RPM_BUILD_ROOT/etc/systemd/system/*.target.wants
-rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target
+find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
+mkdir -p %{buildroot}/sbin
+ln -s ../bin/systemd %{buildroot}/sbin/init
+ln -s ../bin/systemctl %{buildroot}/sbin/reboot
+ln -s ../bin/systemctl %{buildroot}/sbin/halt
+ln -s ../bin/systemctl %{buildroot}/sbin/shutdown
+ln -s ../bin/systemctl %{buildroot}/sbin/poweroff
+ln -s ../bin/systemctl %{buildroot}/sbin/telinit
+ln -s ../bin/systemctl %{buildroot}/sbin/runlevel
+rm -rf %{buildroot}/etc/systemd/system/*.target.wants
+rm -f %{buildroot}/etc/systemd/system/default.target
 %if !%{build_plymouth}
-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.*
+rm -f %{buildroot}/lib/systemd/system/plymouth-*.service
+rm -f %{buildroot}/lib/systemd/system/*.wants/plymouth-*.service
+rm -f %{buildroot}/lib/systemd/system/systemd-ask-password-plymouth.*
 %endif
 # 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 /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/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
+ln -s /dev/null %{buildroot}/lib/systemd/system/cgroup.service
+ln -s systemd-tmpfiles-setup.service 
%{buildroot}/lib/systemd/system/cleanup.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/clock.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/crypto.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/crypto-early.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/earlysyslog.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/klog.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/ldconfig.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/loadmodules.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/localfs.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/localnet.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/proc.service
+ln -s fsck-root.service %{buildroot}/lib/systemd/system/rootfsck.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/swap.service
+ln -s systemd-sysctl.service %{buildroot}/lib/systemd/system/sysctl.service
+ln -s systemd-random-seed-load.service 
%{buildroot}/lib/systemd/system/random.service
 %if %{build_plymouth}
-(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
+(cd %{buildroot} && find . -name '*plymouth*') > files.plymouth
 %endif
 
 %post
@@ -185,7 +185,7 @@
 fi
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++++++ systemd-28.tar.bz2 -> systemd-29.tar.bz2 ++++++
++++ 3560 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