Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2017-07-29 08:54:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Sat Jul 29 08:54:38 2017 rev:259 rq:512933 version:234

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes     2017-07-28 
14:30:56.056609245 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes        
2017-07-29 08:54:41.673733540 +0200
@@ -1,0 +2,56 @@
+Fri Jul 28 14:22:38 UTC 2017 - [email protected]
+
+- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea
+
+  9dcc6c04e pid1: forward port console specificities handling for s390 arch to 
v234
+
+-------------------------------------------------------------------
+Fri Jul 28 13:06:27 UTC 2017 - [email protected]
+
+- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc
+
+  4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) 
(boo#1051172)
+
+-------------------------------------------------------------------
+Thu Jul 27 16:55:33 UTC 2017 - [email protected]
+
+- Remove the unneeded hack forcing systemd-crypsetup binary to be linked 
against the just built libudev
+
+  I don't remember why it was added but it looks unnecessary: most of
+  all systemd components are linked againt libsystemd-shared.so which
+  includes all the just built symbols.
+
+  Also I don't see why it was done only for systemd-cryptsetup since
+  all other binaries should have had suffered from the same issue.
+
+-------------------------------------------------------------------
+Wed Jul 26 14:23:36 UTC 2017 - [email protected]
+
+- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211
+
+  8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' 
symlinks for NVMe devices (bsc#1048679)
+
+-------------------------------------------------------------------
+Wed Jul 26 11:03:38 UTC 2017 - [email protected]
+
+- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b
+
+  66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target 
when machined is disabled
+  96c232066 Revert "core: don't load dropin data multiple times for the same 
unit (#5139)"
+
+-------------------------------------------------------------------
+Wed Jul 26 10:41:32 UTC 2017 - [email protected]
+
+- Drop support of compression from the mini package
+
+  Hence remove the relevant build-requires from the mini package.
+
+-------------------------------------------------------------------
+Fri Jul 21 09:54:12 UTC 2017 - [email protected]
+
+- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284)
+
+  - package /etc/systemd/system/dbus-org.freedesktop.network1.service
+  - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled
+
+-------------------------------------------------------------------
@@ -89 +145 @@
-- Make sure dracut (if installed) will embed the new compat rule (bsc#982303)
+- Make sure dracut (if installed) will embed the new compat rule
systemd.changes: same change

Old:
----
  systemd-233.tar.xz

New:
----
  systemd-234.tar.xz

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.srMxFp/_old  2017-07-29 08:54:42.653595102 +0200
+++ /var/tmp/diff_new_pack.srMxFp/_new  2017-07-29 08:54:42.657594537 +0200
@@ -49,7 +49,7 @@
 
 Name:           systemd-mini
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        233
+Version:        234
 Release:        0
 Summary:        A System and Session Manager
 License:        LGPL-2.1+
@@ -66,6 +66,8 @@
 BuildRequires:  python3
 BuildRequires:  python3-lxml
 BuildRequires:  pkgconfig(libcryptsetup) >= 1.6.0
+BuildRequires:  pkgconfig(liblz4)
+BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libqrencode)
 %endif
 BuildRequires:  fdupes
@@ -83,8 +85,6 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(blkid) >= 2.26
 BuildRequires:  pkgconfig(libkmod) >= 15
-BuildRequires:  pkgconfig(liblz4)
-BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libpci) >= 3
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libselinux) >= 2.1.9
@@ -414,16 +414,6 @@
 %endif
 
 %build
-#
-# Be sure that fresh build libudev is found and used at linkage time
-#
-sed -ri '/^systemd_cryptsetup_CFLAGS/,/^systemd_cryptsetup_LDADD/{ /^$/a\
-systemd_cryptsetup_LDFLAGS =\\\
-       $(AM_LDFLAGS)\\\
-       -Wl,-rpath-link=$(top_srcdir)/.libs\
-
-}' Makefile.am
-
 ./autogen.sh
 
 # keep split-usr until all packages have moved their systemd rules to /usr
@@ -954,7 +944,9 @@
 %{_prefix}/lib/systemd/systemd-*
 %{_prefix}/lib/systemd/systemd
 %{_prefix}/lib/systemd/libsystemd-shared-*.so
+%if %{with resolved}
 %{_prefix}/lib/systemd/resolv.conf
+%endif
 %{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
 %dir %{_prefix}/lib/systemd/catalog
 %{_prefix}/lib/systemd/catalog/systemd.catalog
@@ -1034,9 +1026,11 @@
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
 %endif
 %if %{with networkd}
+%{_sysconfdir}/systemd/system/dbus-org.freedesktop.network1.service
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.network1.conf
 %endif
 %if %{with resolved}
+%{_sysconfdir}/systemd/system/dbus-org.freedesktop.resolve1.service
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
 %endif
 %if %{with importd}

++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.srMxFp/_old  2017-07-29 08:54:42.701588321 +0200
+++ /var/tmp/diff_new_pack.srMxFp/_new  2017-07-29 08:54:42.705587756 +0200
@@ -47,7 +47,7 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        233
+Version:        234
 Release:        0
 Summary:        A System and Session Manager
 License:        LGPL-2.1+
@@ -64,6 +64,8 @@
 BuildRequires:  python3
 BuildRequires:  python3-lxml
 BuildRequires:  pkgconfig(libcryptsetup) >= 1.6.0
+BuildRequires:  pkgconfig(liblz4)
+BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libqrencode)
 %endif
 BuildRequires:  fdupes
@@ -81,8 +83,6 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(blkid) >= 2.26
 BuildRequires:  pkgconfig(libkmod) >= 15
-BuildRequires:  pkgconfig(liblz4)
-BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libpci) >= 3
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libselinux) >= 2.1.9
@@ -412,16 +412,6 @@
 %endif
 
 %build
-#
-# Be sure that fresh build libudev is found and used at linkage time
-#
-sed -ri '/^systemd_cryptsetup_CFLAGS/,/^systemd_cryptsetup_LDADD/{ /^$/a\
-systemd_cryptsetup_LDFLAGS =\\\
-       $(AM_LDFLAGS)\\\
-       -Wl,-rpath-link=$(top_srcdir)/.libs\
-
-}' Makefile.am
-
 ./autogen.sh
 
 # keep split-usr until all packages have moved their systemd rules to /usr
@@ -952,7 +942,9 @@
 %{_prefix}/lib/systemd/systemd-*
 %{_prefix}/lib/systemd/systemd
 %{_prefix}/lib/systemd/libsystemd-shared-*.so
+%if %{with resolved}
 %{_prefix}/lib/systemd/resolv.conf
+%endif
 %{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
 %dir %{_prefix}/lib/systemd/catalog
 %{_prefix}/lib/systemd/catalog/systemd.catalog
@@ -1032,9 +1024,11 @@
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
 %endif
 %if %{with networkd}
+%{_sysconfdir}/systemd/system/dbus-org.freedesktop.network1.service
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.network1.conf
 %endif
 %if %{with resolved}
+%{_sysconfdir}/systemd/system/dbus-org.freedesktop.resolve1.service
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
 %endif
 %if %{with importd}

++++++ systemd-233.tar.xz -> systemd-234.tar.xz ++++++
++++ 60942 lines of diff (skipped)


Reply via email to