From 67c1b87d5064544243486bd5e35f5445656e5528d7c5a8d15aaf5f462e835803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Fri, 12 Jul 2013 15:10:22 +0000 Subject: [PATCH] - fix build with rpm-4.11.1 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=414 --- systemd-mini.changes | 6 ++++++ systemd-mini.spec | 2 +- systemd.changes | 6 ++++++ systemd.spec | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 0c55f43a..c8c5872d 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 12 17:09:23 CEST 2013 - mls@suse.de + +- fix build with rpm-4.11.1: /etc/xdg/system/user is a symlink, + not a directory + ------------------------------------------------------------------- Fri Jul 5 02:17:19 UTC 2013 - crrodriguez@opensuse.org diff --git a/systemd-mini.spec b/systemd-mini.spec index cecc997d..e4e23082 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -860,7 +860,7 @@ fi %dir %{_sysconfdir}/systemd/system %dir %{_sysconfdir}/systemd/user %dir %{_sysconfdir}/xdg/systemd -%dir %{_sysconfdir}/xdg/systemd/user +%{_sysconfdir}/xdg/systemd/user %config(noreplace) %{_sysconfdir}/systemd/bootchart.conf %config(noreplace) %{_sysconfdir}/systemd/system.conf %config(noreplace) %{_sysconfdir}/systemd/logind.conf diff --git a/systemd.changes b/systemd.changes index 0c55f43a..c8c5872d 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 12 17:09:23 CEST 2013 - mls@suse.de + +- fix build with rpm-4.11.1: /etc/xdg/system/user is a symlink, + not a directory + ------------------------------------------------------------------- Fri Jul 5 02:17:19 UTC 2013 - crrodriguez@opensuse.org diff --git a/systemd.spec b/systemd.spec index 3c347842..df449218 100644 --- a/systemd.spec +++ b/systemd.spec @@ -855,7 +855,7 @@ fi %dir %{_sysconfdir}/systemd/system %dir %{_sysconfdir}/systemd/user %dir %{_sysconfdir}/xdg/systemd -%dir %{_sysconfdir}/xdg/systemd/user +%{_sysconfdir}/xdg/systemd/user %config(noreplace) %{_sysconfdir}/systemd/bootchart.conf %config(noreplace) %{_sysconfdir}/systemd/system.conf %config(noreplace) %{_sysconfdir}/systemd/logind.conf