SHA256
1
0
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:
Frederic Crozat 2013-04-22 09:09:27 +00:00 committed by Git OBS Bridge
parent a6c42807cc
commit 7834b1c691
4 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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