Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:Factory checked in at 2015-01-30 06:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd-rpm-macros"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes    
2014-12-01 14:00:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-rpm-macros.new/systemd-rpm-macros.changes   
    2015-01-30 06:00:50.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 13:38:16 UTC 2015 - jeng...@inai.de
+
+- Update with new macros from systemd 218
+- Remove empty sections from specfile
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ systemd-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.Mx3UwV/_old  2015-01-30 06:00:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Mx3UwV/_new  2015-01-30 06:00:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemd-rpm-macros
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-#!BuildIgnore: util-linux
-
 Name:           systemd-rpm-macros
 Version:        2
 Release:        0
@@ -29,13 +27,13 @@
 Requires:       coreutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+#!BuildIgnore:  util-linux
 
 %description
 Starting with openSUSE 12.1, several RPM macros must be used to package systemd
 services files. This package provides these macros.
 
 %prep
-cd %{_sourcedir}
 
 %build
 
@@ -48,10 +46,6 @@
    echo $i >> unitdir
 done
 
-%post
-
-%postun
-
 %files -f unitdir
 %defattr(-,root,root)
 %config %{_sysconfdir}/rpm/macros.systemd

++++++ macros.systemd ++++++
--- /var/tmp/diff_new_pack.Mx3UwV/_old  2015-01-30 06:00:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Mx3UwV/_new  2015-01-30 06:00:52.000000000 +0100
@@ -35,6 +35,7 @@
 %_udevrulesdir /usr/lib/udev/rules.d
 %_journalcatalogdir /usr/lib/systemd/catalog
 %_tmpfilesdir /usr/lib/tmpfiles.d
+%_sysusersdir /usr/lib/sysusers.d
 %_sysctldir /usr/lib/sysctl.d
 %_ntpunitsdir /usr/lib/systemd/ntp-units.d
 %_binfmtdir /usr/lib/binfmt.d
@@ -151,6 +152,9 @@
 /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :                          
        \
 %{nil}
 
+%systemd_user_postun() %{nil}
+%systemd_user_postun_with_restart() %{nil}
+
 %systemd_postun_with_restart()                                                 
        \
 @rootbindir@/systemctl daemon-reload >/dev/null 2>&1 || :                      
        \
 if [ $1 -ge 1 ] ; then                                                         
        \
@@ -175,6 +179,14 @@
 /usr/bin/systemd-tmpfiles --create %{?*} >/dev/null 2>&1 || : \
 %{nil}
 
+%sysusers_create() \
+systemd-sysusers %{?*} >/dev/null 2>&1 || : \
+%{nil}
+
+%sysusers_create_inline() \
+echo %{?*} | systemd-sysusers - >/dev/null 2>&1 || : \
+%{nil}
+
 %sysctl_apply() \
 /usr/lib/systemd/systemd-sysctl %{?*} >/dev/null 2>&1 || : \
 %{nil}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to