Accepting request 52831 from Base:System
Accepted submit request 52831 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/52831 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=13
This commit is contained in:
parent
5824efe9f6
commit
98de0dd667
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f67f8cd3e71b60399d5369e464adfb97f97a04092c8d58ac8c0c04951dba988a
|
||||
size 739665
|
||||
oid sha256:788abe068e41eeabc177f519e15d5380daa8d2d8b7de809637fae851a8c27280
|
||||
size 748317
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 11 07:44:02 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- tmpfiles: include reference to man page in tmpfiles files
|
||||
- vconsole: support additional keymap for toggling layouts
|
||||
- main: warn if /etc/mtab is not a symlink
|
||||
- add bash completion for systemctl --system
|
||||
- man: minor tmpfiles(5) updates and reindenting
|
||||
- main: rename process on startup to 'systemd' to avoid confusion
|
||||
- unit: add ConditionNull= condition
|
||||
- ac-power: make ac-power a proper binary that scripts can call
|
||||
- manager: parse RD_TIMESTAMP passed from initrd
|
||||
- modules-load: fix minor race
|
||||
- label: use internal utility functions wher epossible
|
||||
- cryptsetup: minimal cryptsetup unit generator
|
||||
- selinux: relabel /dev after loading policy
|
||||
- log: downgrade syslog connection failure message
|
||||
- service: delay automatic restart if job is pending
|
||||
- manager: when isolating undo all pending jobs, too
|
||||
- manager: only minimize impact if we are in fail mode
|
||||
- replace /etc/mtab with link to /proc/self/mounts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 00:28:10 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- man/tmpfiles.d.xml: add a manpage for tmpfiles
|
||||
- do not overwrite other udev tags
|
||||
- readahead: shortcut replay if /.readahead doesn't exist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 21:20:57 CEST 2010 - kay.sievers@novell.com
|
||||
|
||||
|
@ -126,6 +126,8 @@ if [ "$1" -eq 1 ]; then
|
||||
getty@.service \
|
||||
remote-fs.target >/dev/null 2>&1 || :
|
||||
fi
|
||||
# regular mtab is not written/cleaned-up/supported
|
||||
ln -sf /proc/self/mounts /etc/mtab || :
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
@ -150,6 +152,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/%{_lib}/security/pam_systemd.so
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%dir %{_sysconfdir}/systemd/session
|
||||
%dir %{_sysconfdir}/xdg/systemd
|
||||
%dir %{_sysconfdir}/xdg/systemd/session
|
||||
%dir %{_sysconfdir}/modules-load.d
|
||||
%dir %{_sysconfdir}/tmpfiles.d
|
||||
@ -159,6 +162,8 @@ 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
|
||||
%{_datadir}/polkit-1/actions
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
|
||||
%{_datadir}/systemd
|
||||
%{_datadir}/pkgconfig/systemd.pc
|
||||
@ -182,6 +187,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /lib/systemd
|
||||
/lib/systemd/system
|
||||
%dir %{_sysconfdir}/systemd
|
||||
%dir %{_sysconfdir}/bash_completion.d
|
||||
/etc/bash_completion.d/systemctl-bash-completion.sh
|
||||
|
||||
%files gtk
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user