forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=144
This commit is contained in:
parent
033a84508b
commit
16ba07707a
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25664ed77371f1c168267b1a3c2c7eb428981acc2a887b267a7deeff626a7c25
|
||||
size 816555
|
||||
oid sha256:3604c1170b5ac56155a0772f5f89b017d1349a013c9b49c0d4a205dee5a823a5
|
||||
size 813368
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 19:15:17 CEST 2011 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- sysctl: apply /etc/sysctl.conf last
|
||||
- systemd-analyze: print hostname, kernelversion and arch at
|
||||
the top of the plot
|
||||
- pam: downgrade a few log msgs
|
||||
- hostnamed: SetPrettyHostname() should check PK action
|
||||
org.freedesktop.hostname1.set-static-hostname
|
||||
- user-sessions: ignore EROFS when unlinking /etc/nologin if
|
||||
the file doesn't exist anyway
|
||||
- unit: make ignoring in snapshots a per unit property,
|
||||
instead of a per unit type property
|
||||
- vconsole: use open_terminal() instead of open()
|
||||
- units: enable automount units only if the kernel supports them
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 07:45:46 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@ -26,7 +26,8 @@ License: GPLv2+
|
||||
Group: System/Base
|
||||
Summary: A System and Session Manager
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: dbus-1-devel libudev-devel udev
|
||||
BuildRequires: libudev-devel udev
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: audit-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: tcpd-devel
|
||||
|
Loading…
Reference in New Issue
Block a user