SHA256
1
0
forked from pool/systemd

Accepting request 71916 from Base:System

Update to 28

OBS-URL: https://build.opensuse.org/request/show/71916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=36
This commit is contained in:
Marcus Rückert 2011-05-30 13:48:36 +00:00 committed by Git OBS Bridge
parent fcb9fd518a
commit d06ea64b98
4 changed files with 75 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25664ed77371f1c168267b1a3c2c7eb428981acc2a887b267a7deeff626a7c25
size 816555

3
systemd-28.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90691dd21bd9a296ec7cc2e6edaa5bc813c847b3219891afd9f38fb9696ddf70
size 816801

View File

@ -1,3 +1,62 @@
-------------------------------------------------------------------
Thu May 26 21:16:06 CEST 2011 - kay.sievers@novell.com
- version 28
- drop hwclock-save.service
- fix segfault when a DBus message has no interface
- man: update the list of unit search locations
- readahead-collect: ignore EACCES for fanotify
- rtc in localtime: use settimeofday(NULL, tz)
instead of hwclock(8)
-------------------------------------------------------------------
Sat May 21 23:57:30 CEST 2011 - kay.sievers@novell.com
- new snapshot
- fix crash in D-Bus code
-------------------------------------------------------------------
Sat May 21 18:17:59 CEST 2011 - kay.sievers@novell.com
- new snapshot
- socket: always use SO_{RCV,SND}BUFFORCE to allow larger values
- util: use new VT ESC sequence to clear scrollback buffer
- sd-daemon: move _sd_hidden_ from .h to .c file
- missing: add IP_TRANSPARENT
-------------------------------------------------------------------
Sat May 21 16:17:38 CEST 2011 - kay.sievers@novell.com
- version 27
- util: use open_terminal() in chvt() too
- socket: expose SO_BROADCAST
- git: add .mailmap
- exec: expose tty reset options in dbus introspection data
- socket: expose IP_TRANSPARENT
- exec: hangup/reset/deallocate VTs in gettys
- socket: use 666 socket mode by default since neither fifos,
nor sockets, nor mqueues need to be executable
- socket: add POSIX mqueue support
- README: document relation to nss-myhostname
- hostnamed: check that nss-myhostname is installed
-------------------------------------------------------------------
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

View File

@ -20,13 +20,14 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 26
Version: 28
Release: 1
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
@ -126,24 +127,23 @@ rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target
rm -f $RPM_BUILD_ROOT/lib/systemd/system/plymouth-*.service
rm -f $RPM_BUILD_ROOT/lib/systemd/system/*.wants/plymouth-*.service
rm -f $RPM_BUILD_ROOT/lib/systemd/system/systemd-ask-password-plymouth.*
# alias for /etc/init.d/*
ln -s hwclock-load.service $RPM_BUILD_ROOT/lib/systemd/system/clock.service
ln -s systemd-random-seed-load.service $RPM_BUILD_ROOT/lib/systemd/system/random.service
ln -s systemd-tmpfiles-setup.service $RPM_BUILD_ROOT/lib/systemd/system/cleanup.service
ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.service
ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/earlysyslog.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localfs.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service
# aliases for /etc/init.d/*
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/cgroup.service
ln -s systemd-tmpfiles-setup.service $RPM_BUILD_ROOT/lib/systemd/system/cleanup.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/clock.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/earlysyslog.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/klog.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/ldconfig.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/loadmodules.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localfs.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localnet.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/proc.service
ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.service
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/swap.service
ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service
ln -s systemd-random-seed-load.service $RPM_BUILD_ROOT/lib/systemd/system/random.service
#(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
%post
@ -161,7 +161,6 @@ if [ "$1" -eq 1 ]; then
# Enable these services by default.
/bin/systemctl enable \
getty@.service \
hwclock-load.service \
systemd-readahead-collect.service \
systemd-readahead-replay.service \
remote-fs.target >/dev/null 2>&1 || :
@ -171,7 +170,6 @@ fi
if [ $1 -eq 0 ]; then
/bin/systemctl disable \
getty@.service \
hwclock-load.service \
systemd-readahead-collect.service \
systemd-readahead-replay.service \
remote-fs.target >/dev/null 2>&1 || :