SHA256
1
0
forked from pool/systemd
Kay Sievers 2011-03-14 18:12:52 +00:00 committed by Git OBS Bridge
parent d755f72d50
commit 9c9f09f931
3 changed files with 33 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b441c9392f6800b4111857268419058372b4dfea84fafc8639d3e8cc68a4c254
size 759008
oid sha256:07ff71ae0991ba76c57cf87fc7b9095e708389c4a7d04ff30ce5ccf0d0dcb835
size 761659

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Mar 14 18:29:23 CET 2011 - kay.sievers@novell.com
- new snapshot
- build-sys: move remaining tools from sbin/ to bin/ since they
might eventually be useful for user execution
- hostname: don't override the hostname with localhost if it
is already set and /etc/hostname unset
- audit: give up sending auditing messages when it failed due
to EPERM
- nspawn: don't require selinux on if it is compiled in
- main: remove AF_UNIX sockets before binding
- shutdown: print a nice message when terminating a container
- nspawn: mount /selinux if needed
- shutdown: just call exit() if we are in a container
- umount: assume that a non-existing /dev/loop device means it
is already detached
- socket: use 777 as default mode for sockets
- main: log to the console in a container
- main: don't parse /proc/cmdline in containers
- util: add detect_container()
- nspawn: reset environment and load login shell
- core: move abstract namespace sockets to /dev/.run
- nspawn: add simple chroot(1) like tool to execute commands
in a namespace container
- util: return exit status in wait_for_terminate_and_warn()
- util: properly identify pty devices by their major
-------------------------------------------------------------------
Sat Mar 12 14:26:28 CET 2011 - kay.sievers@novell.com

View File

@ -137,7 +137,7 @@ ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/swap.service
(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
%post
/sbin/systemd-machine-id-setup >/dev/null 2>&1 || :
/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
/bin/systemctl daemon-reexec >/dev/null 2>&1 || :
# Create default config in /etc at first install.
@ -179,7 +179,8 @@ rm -rf $RPM_BUILD_ROOT
/bin/systemd-ask-password
/bin/systemd-tty-ask-password-agent
/bin/systemd-tmpfiles
/sbin/systemd-machine-id-setup
/bin/systemd-machine-id-setup
/usr/bin/systemd-nspawn
/usr/bin/systemd-stdio-bridge
%{_bindir}/systemd-cgls
/lib/systemd/systemd-*