forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=87
This commit is contained in:
parent
849f231ed1
commit
067e9835b0
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51632ade1eadde399d790d6a9ea598cb335e1c574d1cf6c5a6879ec76830cd88
|
||||
size 755138
|
||||
oid sha256:4222f1b535c21520eaa683343da1e50350ec893dde382a3ba04270b8d6cc90d7
|
||||
size 753835
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 11:47:28 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- cryptsetup: reword questions a little
|
||||
- units: order hwclock after readahead
|
||||
- path: don't mention too many inotify msgs
|
||||
- cryptsetup: include device name in password question
|
||||
- cryptsetup: lock ourselves into memory as long as we deal
|
||||
with passwords
|
||||
- plymouth: use updated socket name
|
||||
- units: set TERM for gettys again, since they acquire a TTY
|
||||
- units: allow start-up of plymouth ask-password agent very early
|
||||
- units: enable ask-paswword .path units early enough to be useful
|
||||
for early mounts
|
||||
- units: delay getty until logins are allowed
|
||||
- pam: always rely on loginuid instead of uid to determine cgroup
|
||||
and XDG_RUNTIME_DIR name
|
||||
- cgroup: call root cgroup system instead of systemd-1
|
||||
- exec: determine right TERM= setting based on tty name
|
||||
- pam: rename master user cgroup to 'master'
|
||||
- drop support for MANAGER_SESSION, introduce MANAGER_USER
|
||||
- units: use ConditionDirectoryNotEmpty= where applicable
|
||||
- unit: introduce ConditionDirectoryNotEmpty=
|
||||
- delete tmp.mount which may conflict with an unrelated fstab
|
||||
entry
|
||||
- revert too new libnotify code/requirement
|
||||
- disable native crypto handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 15 18:45:31 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
@ -18,6 +47,8 @@ Mon Nov 15 18:45:31 CET 2010 - kay.sievers@novell.com
|
||||
- automatically start cryptsetup when looking for mount source
|
||||
- log: add automatic log target
|
||||
- cryptsetup: hook up tool with ask-password
|
||||
- manager: hookup generators
|
||||
- split mount_point_is_api() and mount_point_ignore()
|
||||
- replace boot.crypto job with systemd native crypto handling
|
||||
- enable readahead (requires 2.6.37+ kernel's fanotify to work)
|
||||
|
||||
|
13
systemd.spec
13
systemd.spec
@ -44,7 +44,7 @@ Source0: http://www.freedesktop.org/software/systemd/releases/%{name}-%{v
|
||||
Source1: systemd-rpmlintrc
|
||||
|
||||
%description
|
||||
Systemd is a system and session manager, compatible with SysV and LSB
|
||||
Systemd is a system and service manager, compatible with SysV and LSB
|
||||
init scripts for Linux. systemd provides aggressive parallelization
|
||||
capabilities, uses socket and D-Bus activation for starting services,
|
||||
offers on-demand starting of daemons, keeps track of processes using
|
||||
@ -60,7 +60,7 @@ Summary: Graphical front-end for systemd
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description gtk
|
||||
Graphical front-end for systemd system and session manager.
|
||||
Graphical front-end for systemd system and service manager.
|
||||
|
||||
%package sysvinit
|
||||
License: GPLv2+
|
||||
@ -102,6 +102,7 @@ ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
|
||||
ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
|
||||
rm -rf $RPM_BUILD_ROOT/etc/systemd/system/*.target.wants
|
||||
rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target
|
||||
rm -f $RPM_BUILD_ROOT/lib/systemd/system-generators/*
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/modules-load.d
|
||||
# alias for /etc/init.d/*
|
||||
ln -s hwclock-load.service $RPM_BUILD_ROOT/lib/systemd/system/clock.service
|
||||
@ -110,8 +111,8 @@ ln -s systemd-tmpfiles-setup.service $RPM_BUILD_ROOT/lib/systemd/system/cleanup.
|
||||
ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.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
|
||||
#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
|
||||
|
||||
%post
|
||||
/bin/systemctl daemon-reexec >/dev/null 2>&1 || :
|
||||
@ -160,9 +161,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/lib/systemd/systemd-*
|
||||
/%{_lib}/security/pam_systemd.so
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%dir %{_sysconfdir}/systemd/session
|
||||
%dir %{_sysconfdir}/systemd/user
|
||||
%dir %{_sysconfdir}/xdg/systemd
|
||||
%dir %{_sysconfdir}/xdg/systemd/session
|
||||
%dir %{_sysconfdir}/xdg/systemd/user
|
||||
%dir %{_sysconfdir}/modules-load.d
|
||||
%dir %{_sysconfdir}/tmpfiles.d
|
||||
%{_sysconfdir}/tmpfiles.d/*.conf
|
||||
|
Loading…
Reference in New Issue
Block a user