forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=84
This commit is contained in:
parent
15c8d62bdb
commit
eab8cd4a86
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed0e22e97e85b0aa1af563f5c551bc67a4c858313a913885e552d7fbff2729c7
|
||||
size 740486
|
||||
oid sha256:788abe068e41eeabc177f519e15d5380daa8d2d8b7de809637fae851a8c27280
|
||||
size 748317
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 11 07:44:02 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- tmpfiles: include reference to man page in tmpfiles files
|
||||
- vconsole: support additional keymap for toggling layouts
|
||||
- main: warn if /etc/mtab is not a symlink
|
||||
- add bash completion for systemctl --system
|
||||
- man: minor tmpfiles(5) updates and reindenting
|
||||
- main: rename process on startup to 'systemd' to avoid confusion
|
||||
- unit: add ConditionNull= condition
|
||||
- ac-power: make ac-power a proper binary that scripts can call
|
||||
- manager: parse RD_TIMESTAMP passed from initrd
|
||||
- modules-load: fix minor race
|
||||
- label: use internal utility functions wher epossible
|
||||
- cryptsetup: minimal cryptsetup unit generator
|
||||
- selinux: relabel /dev after loading policy
|
||||
- log: downgrade syslog connection failure message
|
||||
- service: delay automatic restart if job is pending
|
||||
- manager: when isolating undo all pending jobs, too
|
||||
- manager: only minimize impact if we are in fail mode
|
||||
- replace /etc/mtab with link to /proc/self/mounts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 00:28:10 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
|
@ -34,7 +34,6 @@ BuildRequires: pam-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: dbus-1-glib-devel gtk2-devel libnotify-devel
|
||||
BuildRequires: libselinux-devel libsepol-devel
|
||||
BuildRequires: polkit
|
||||
Requires: udev >= 164
|
||||
Requires: dbus-1 >= 1.4.0
|
||||
Requires: kbd
|
||||
@ -127,6 +126,8 @@ if [ "$1" -eq 1 ]; then
|
||||
getty@.service \
|
||||
remote-fs.target >/dev/null 2>&1 || :
|
||||
fi
|
||||
# regular mtab is not written/cleaned-up/supported
|
||||
ln -sf /proc/self/mounts /etc/mtab || :
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
@ -161,6 +162,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
|
||||
%{_datadir}/polkit-1
|
||||
%{_datadir}/polkit-1/actions
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
|
||||
%{_datadir}/systemd
|
||||
%{_datadir}/pkgconfig/systemd.pc
|
||||
@ -184,6 +187,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /lib/systemd
|
||||
/lib/systemd/system
|
||||
%dir %{_sysconfdir}/systemd
|
||||
%dir %{_sysconfdir}/bash_completion.d
|
||||
/etc/bash_completion.d/systemctl-bash-completion.sh
|
||||
|
||||
%files gtk
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user