Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2015-09-27 14:31:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and      /work/SRC/openSUSE:Factory/.plymouth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes        2014-11-13 
09:16:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2015-09-27 
14:31:15.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Sep 21 12:15:11 UTC 2015 - idon...@suse.com
+
+- Use is_opensuse to simplify if/else block 
+
+-------------------------------------------------------------------
+Fri Sep  4 09:41:01 UTC 2015 - idon...@suse.com
+
+- Add a direct dependency on systemd, since we need to know the
+  path to systemd-tty-ask-password-agent, fixes part of bsc#943312
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.ZA0iJo/_old  2015-09-27 14:31:16.000000000 +0200
+++ /var/tmp/diff_new_pack.ZA0iJo/_new  2015-09-27 14:31:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -70,6 +70,7 @@
 BuildRequires:  libudev-devel
 BuildRequires:  libxslt
 BuildRequires:  module-init-tools
+BuildRequires:  systemd >= 186
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
@@ -366,10 +367,10 @@
 
 # Change the default theme
 
-%if %{suse_version} == 1315
-sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
-%else
+%if 0%{?is_opensuse}
 sed -i -e 's/spinner/openSUSE/g' src/plymouthd.defaults
+%else
+sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
 %endif
 
 %build



Reply via email to