forked from pool/systemd
Accepting request 77329 from home:a_jaeger:branches:openSUSE:Factory
Update to v31 - to not push into factory yet OBS-URL: https://build.opensuse.org/request/show/77329 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=163
This commit is contained in:
parent
ac04cb96b7
commit
86753cd606
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10f6fffe45fab4c2985267fad25781eb51aa07a216541443806cf7da7f616bb7
|
||||
size 868377
|
3
systemd-31.tar.bz2
Normal file
3
systemd-31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63475cecd244a4b30ae83ecee3bf2c5f353f12f9f33a2026e218dbfd7d6afd46
|
||||
size 877404
|
@ -4,4 +4,6 @@ addFilter(".*devel-file-in-non-devel-package.*systemd.pc.*")
|
||||
addFilter(".*files-duplicate .*/reboot.8.*")
|
||||
addFilter(".*files-duplicate .*/sd_is_socket.3.*")
|
||||
addFilter(".*dbus-policy-allow-receive")
|
||||
|
||||
# Do not enable for submission into openSUSE:Factory,
|
||||
# just for testing
|
||||
setBadness('polkit-unauthorized-privilege', 1)
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 07:27:32 UTC 2011 - aj@suse.de
|
||||
|
||||
- Update to version 31:
|
||||
* rewrite of enable/disable code: New features systemctl --runtime,
|
||||
systemctl mask, systemctl link and presets.
|
||||
* sd-daemon is now shared library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 11:56:43 UTC 2011 - aj@suse.de
|
||||
|
||||
|
18
systemd.spec
18
systemd.spec
@ -21,8 +21,8 @@
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 30
|
||||
Release: 1
|
||||
Version: 31
|
||||
Release: 3
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
Summary: A System and Session Manager
|
||||
@ -159,6 +159,7 @@ ln -s systemd-random-seed-load.service %{buildroot}/lib/systemd/system/random.se
|
||||
%post
|
||||
/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
||||
/bin/systemctl daemon-reexec >/dev/null 2>&1 || :
|
||||
/sbin/ldconfig
|
||||
|
||||
# Create default config in /etc at first install.
|
||||
# Later package updates should not overwrite these settings.
|
||||
@ -176,6 +177,8 @@ if [ "$1" -eq 1 ]; then
|
||||
remote-fs.target >/dev/null 2>&1 || :
|
||||
fi
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
/bin/systemctl disable \
|
||||
@ -202,6 +205,8 @@ rm -rf %{buildroot}
|
||||
/usr/bin/systemd-nspawn
|
||||
/usr/bin/systemd-stdio-bridge
|
||||
/usr/bin/systemd-analyze
|
||||
%{_libdir}/libsystemd-daemon.so.*
|
||||
%{_libdir}/libsystemd-login.so.*
|
||||
%{_bindir}/systemd-cgls
|
||||
/lib/systemd/systemd-*
|
||||
%dir /lib/systemd/system-shutdown
|
||||
@ -242,7 +247,6 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/polkit-1
|
||||
%{_datadir}/polkit-1/actions
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
|
||||
%{_datadir}/pkgconfig/systemd.pc
|
||||
%if %{build_plymouth}
|
||||
# Packaged in plymouth subpackage
|
||||
%exclude /lib/systemd/system/plymouth-*.service
|
||||
@ -274,6 +278,14 @@ rm -rf %{buildroot}
|
||||
%dir %{_sysconfdir}/systemd
|
||||
%dir %{_sysconfdir}/bash_completion.d
|
||||
/etc/bash_completion.d/systemctl-bash-completion.sh
|
||||
# The following files might go into a devel package
|
||||
%{_includedir}/systemd/
|
||||
%{_datadir}/pkgconfig/systemd.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-daemon.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-login.pc
|
||||
%{_libdir}/libsystemd-daemon.so
|
||||
%{_libdir}/libsystemd-login.so
|
||||
|
||||
|
||||
%files gtk
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user