forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=61
This commit is contained in:
parent
0806c1cdcc
commit
6b1df16069
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d119a3e541eaf72f78d12e0a4624a6128308fbde0f01005523a57f3ff8da11a5
|
||||
size 669130
|
||||
oid sha256:be67ba1aa0e4c24ea0b9af9a4b9a6edf8e1f339ff039c11f392799167619dc90
|
||||
size 678772
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 10:58:24 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- add new utility to initialize the virtual console
|
||||
- initialize locale from /etc/locale by default
|
||||
- ask-password: allow services query SSL/harddisk passphrases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 10:54:24 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
- version 10
|
||||
- logger: support SOCK_STREAM /dev/log sockets
|
||||
- make sure the file system is writable before we write utmp data
|
||||
- systemctl: use isolate when called as telinit for a runlevel
|
||||
- initctl: properly use isolate when activating runlevels
|
||||
- set HOME=/root when running shells
|
||||
- make sure we don't crash if there's an automount unit without
|
||||
mount unit
|
||||
- start logger only after syslog is up
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 11:52:42 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
|
@ -32,7 +32,7 @@ BuildRequires: libcap-devel
|
||||
BuildRequires: tcpd-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: dbus-1-glib-devel gtk2-devel
|
||||
BuildRequires: dbus-1-glib-devel gtk2-devel libnotify-devel
|
||||
BuildRequires: libselinux-devel libsepol-devel
|
||||
Requires: udev >= 162
|
||||
Requires: dbus-1 >= 1.4.0
|
||||
@ -156,6 +156,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/bin/systemd
|
||||
/bin/systemctl
|
||||
/bin/systemd-notify
|
||||
/bin/systemd-ask-password
|
||||
%{_bindir}/systemd-cgls
|
||||
/lib/systemd/systemd-*
|
||||
/%{_lib}/security/pam_systemd.so
|
||||
@ -170,6 +171,7 @@ 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/actions/org.freedesktop.systemd1.policy
|
||||
%{_datadir}/systemd
|
||||
%{_datadir}/pkgconfig/systemd.pc
|
||||
%{_mandir}/man1/*.1*
|
||||
@ -186,6 +188,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files gtk
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/systemadm
|
||||
%{_bindir}/systemd-ask-password-agent
|
||||
%{_mandir}/man1/systemadm.1*
|
||||
|
||||
%files sysvinit
|
||||
|
Loading…
Reference in New Issue
Block a user