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
This commit is contained in:
parent
fe97b2baf4
commit
f983786aea
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 05:58:21 UTC 2019 - Cliff Zhao <qzhao@suse.com>
|
||||
|
||||
- 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 <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- 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 <qzhao@suse.com>
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user