disable plymouth in configure
This commit is contained in:
parent
c4ec0e4c58
commit
9e13f37b8b
@ -3,7 +3,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 185
|
Version: 185
|
||||||
Release: 4%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 5%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -157,6 +157,7 @@ glib-based applications using libudev functionality.
|
|||||||
%{?gitcommit: ./autogen.sh }
|
%{?gitcommit: ./autogen.sh }
|
||||||
%configure \
|
%configure \
|
||||||
--with-distro=fedora \
|
--with-distro=fedora \
|
||||||
|
--disable-plymouth \
|
||||||
--libexecdir=%{_prefix}/lib \
|
--libexecdir=%{_prefix}/lib \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--disable-static
|
--disable-static
|
||||||
@ -236,9 +237,6 @@ rm -f %{buildroot}%{_prefix}/lib/sysctl.d/coredump.conf
|
|||||||
# Let rsyslog read from /proc/kmsg for now
|
# Let rsyslog read from /proc/kmsg for now
|
||||||
sed -i -e 's/\#ImportKernel=yes/ImportKernel=no/' %{buildroot}%{_sysconfdir}/systemd/journald.conf
|
sed -i -e 's/\#ImportKernel=yes/ImportKernel=no/' %{buildroot}%{_sysconfdir}/systemd/journald.conf
|
||||||
|
|
||||||
# plymouth now ships these, remove them here until they get dropped in the next upstream systemd release
|
|
||||||
rm -f %{buildroot}%{_prefix}/lib/systemd/system/plymouth-*.service
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group cdrom >/dev/null || /usr/sbin/groupadd -g 11 cdrom || :
|
getent group cdrom >/dev/null || /usr/sbin/groupadd -g 11 cdrom || :
|
||||||
getent group tape >/dev/null || /usr/sbin/groupadd -g 33 tape || :
|
getent group tape >/dev/null || /usr/sbin/groupadd -g 33 tape || :
|
||||||
@ -486,6 +484,9 @@ mv /etc/systemd/system/default.target.save /etc/systemd/system/default.target >/
|
|||||||
%attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
|
%attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
|
||||||
|
- disable plymouth in configure, to drop the .wants/ symlinks
|
||||||
|
|
||||||
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
|
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
|
||||||
- Update to current git snapshot
|
- Update to current git snapshot
|
||||||
- Add systemd-readahead-analyze
|
- Add systemd-readahead-analyze
|
||||||
|
Loading…
Reference in New Issue
Block a user