From 41b8a2e3a0f8e81b7ebdfc30f4e844e8552d53f5c3e3e2f7e34cca2bcbaa847d Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 22 Apr 2013 09:09:27 +0000 Subject: [PATCH] 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 --- systemd-mini.changes | 6 ++++++ systemd-mini.spec | 2 -- systemd.changes | 6 ++++++ systemd.spec | 2 -- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 1216a5e5..7ea00d05 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 4779c7b1..2f71fddd 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 diff --git a/systemd.changes b/systemd.changes index 1216a5e5..7ea00d05 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index dfb95a86..c72ba937 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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