From f983786aead1ddd434c7a7be130df13cf1c290d24d656fc63f0b4eff8631eee1 Mon Sep 17 00:00:00 2001 From: Cliff Zhao Date: Mon, 5 Aug 2019 06:14:40 +0000 Subject: [PATCH] Accepting request 720962 from home:qzhao:branches:Base:System Update plymouth.spec: Disable upstart-monitor compile because it only used in Ubuntu/Debian. OBS-URL: https://build.opensuse.org/request/show/720962 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=237 --- plymouth.changes | 9 ++++++++- plymouth.spec | 21 +++++++++++---------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/plymouth.changes b/plymouth.changes index 696ca11..2911ffb 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 5 05:58:21 UTC 2019 - Cliff Zhao + +- Update plymouth.spec: Disable upstart-monitor compile because it + only used in Ubuntu/Debian. + ------------------------------------------------------------------- Sun Aug 4 03:51:50 UTC 2019 - Stefan BrĂ¼ns -- Use bcond_with for X11 renderer, cleanup syntax +- Update plymouth.spec: Use bcond_with for X11 renderer, cleanup + syntax. ------------------------------------------------------------------- Wed Jul 31 11:36:57 UTC 2019 - Cliff Zhao diff --git a/plymouth.spec b/plymouth.spec index a0fbdbd..462a7dc 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -379,22 +379,23 @@ sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults %build autoreconf -fiv %configure \ - --disable-silent-rules \ - --disable-static \ --enable-systemd-integration \ --enable-tracing \ - --with-background-start-color-stop=0x1A3D1F \ - --with-background-end-color-stop=0x4EA65C \ - --with-background-color=0x3391cd \ + --disable-silent-rules \ + --disable-static \ --disable-gdm-transition \ - --without-system-root-install \ - --without-rhgb-compat-link \ - --with-boot-tty=/dev/tty7 \ - --with-shutdown-tty=/dev/tty1 \ + --disable-upstart-monitoring \ %if %{without x11_renderer} --disable-gtk \ %endif - --with-release-file=%{_sysconfdir}/os-release + --with-release-file=%{_sysconfdir}/os-release \ + --with-boot-tty=/dev/tty7 \ + --with-shutdown-tty=/dev/tty1 \ + --with-background-start-color-stop=0x1A3D1F \ + --with-background-end-color-stop=0x4EA65C \ + --with-background-color=0x3391cd \ + --without-rhgb-compat-link \ + --without-system-root-install make %{?_smp_mflags}