forked from pool/systemd
Accepting request 172719 from home:elvigia:branches:Base:System
- Fix packaging error, there is no syslog.target anymore do not pretend there is one. - Fix packaging error, there is no syslog.target anymore do not pretend there is one. OBS-URL: https://build.opensuse.org/request/show/172719 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=366
This commit is contained in:
parent
58624a23ff
commit
41b8a2e3a0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 22:24:15 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Fix packaging error, there is no syslog.target anymore
|
||||
do not pretend there is one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 16:40:17 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -546,7 +546,6 @@ mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-sleep/
|
||||
# Make sure these directories are properly owned
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/default.target.wants
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/dbus.target.wants
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/syslog.target.wants
|
||||
|
||||
src="%buildroot/%_libexecdir/systemd/system/getty@.service"
|
||||
dst="${src/@/@tty1}"
|
||||
@ -781,7 +780,6 @@ fi
|
||||
%dir %{_prefix}/lib/systemd/system-sleep/
|
||||
%dir %{_prefix}/lib/systemd/system/default.target.wants
|
||||
%dir %{_prefix}/lib/systemd/system/dbus.target.wants
|
||||
%dir %{_prefix}/lib/systemd/system/syslog.target.wants
|
||||
%if ! 0%{?bootstrap}
|
||||
%{_prefix}/lib/systemd/system-generators/systemd-cryptsetup-generator
|
||||
%endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 22:24:15 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Fix packaging error, there is no syslog.target anymore
|
||||
do not pretend there is one.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 16:40:17 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -541,7 +541,6 @@ mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-sleep/
|
||||
# Make sure these directories are properly owned
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/default.target.wants
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/dbus.target.wants
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system/syslog.target.wants
|
||||
|
||||
src="%buildroot/%_libexecdir/systemd/system/getty@.service"
|
||||
dst="${src/@/@tty1}"
|
||||
@ -776,7 +775,6 @@ fi
|
||||
%dir %{_prefix}/lib/systemd/system-sleep/
|
||||
%dir %{_prefix}/lib/systemd/system/default.target.wants
|
||||
%dir %{_prefix}/lib/systemd/system/dbus.target.wants
|
||||
%dir %{_prefix}/lib/systemd/system/syslog.target.wants
|
||||
%if ! 0%{?bootstrap}
|
||||
%{_prefix}/lib/systemd/system-generators/systemd-cryptsetup-generator
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user