Hello community,
here is the log from the commit of package systemd-presets-branding-openSUSE
for openSUSE:Factory checked in at 2017-02-13 07:46:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-presets-branding-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
2017-01-15 10:55:48.467659720 +0100
+++
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
2017-02-13 07:46:32.352349149 +0100
@@ -1,0 +2,24 @@
+Fri Feb 10 09:46:22 UTC 2017 - [email protected]
+
+- Enable by default uuidd shipped by util-linux (bsc#1012850)
+
+ util-linux was previously shipping a preset file enabling uuidd by
+ default. This is now done here as other packages are not supposed to
+ ship their own preset rules.
+
+ Also increase the package version so util-linux can conflict with
+ the previous versions and hence will be updated *after* the new
+ version of the presets package is. This is important otherwise if
+ util-linux removed its preset file first, then the presets package
+ would believe a new change in the presets and you enable again
+ uuidd.
+
+-------------------------------------------------------------------
+Tue Jan 24 09:20:33 UTC 2017 - [email protected]
+
+- Enable the issue-generator.service by default: /etc/issue is in
+ progress of no longer being a static file, but being generated by
+ a service, which allows for much more flexible content (think
+ ssh key fingerprint or similar).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-presets-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.xudrad/_old 2017-02-13 07:46:33.316211508 +0100
+++ /var/tmp/diff_new_pack.xudrad/_new 2017-02-13 07:46:33.316211508 +0100
@@ -1,7 +1,7 @@
#
# spec file for package systemd-presets-branding-openSUSE
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define generic_name systemd-presets-branding
Name: %{generic_name}-openSUSE
-Version: 0.3.0
+Version: 0.4.0
Release: 0
Summary: Systemd default presets for openSUSE
License: GPL-2.0+
@@ -56,8 +56,8 @@
install -m755 %{SOURCE2} %{buildroot}%{_prefix}/lib/%{generic_name}/
%pre
- # On initial installation, branding-preset-states does not yet exist,
which is
- # why we also check for the file to be present/executable
+# On initial installation, branding-preset-states does not yet exist,
+# which is why we also check for the file to be present/executable
if [ $1 -gt 1 -a -x %{_prefix}/lib/%{generic_name}/branding-preset-states ] ;
then
#
# Save the old state so we can detect which package have its
++++++ default-openSUSE.preset ++++++
--- /var/tmp/diff_new_pack.xudrad/_old 2017-02-13 07:46:33.372203512 +0100
+++ /var/tmp/diff_new_pack.xudrad/_new 2017-02-13 07:46:33.376202941 +0100
@@ -37,3 +37,6 @@
enable mcelog.service
enable snapper-cleanup.timer
enable snapper-timeline.timer
+enable issue-generator.service
+enable uuidd.socket
+enable uuidd.service