From 17d229baa907b2ae881a2a3af1ba705bbe14d4bb5672c1d7a876d28e946fd63c Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 25 Jul 2014 11:07:45 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=732 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 4 ++++ systemd.changes | 5 +++++ systemd.spec | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index 6d7b686..60b328d 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 25 11:06:54 UTC 2014 - werner@suse.de + +- Disable blkrrpart for SLES12 and below + ------------------------------------------------------------------- Fri Jul 25 09:37:56 UTC 2014 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index f39657d..50f4e26 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -33,7 +33,11 @@ %endif %bcond_with udevsettle %bcond_with permission +%if 0%{?suse_version} > 1315 %bcond_without blkrrpart +%else +%bcond_with blkrrpart +%endif Name: systemd-mini Url: http://www.freedesktop.org/wiki/Software/systemd diff --git a/systemd.changes b/systemd.changes index 6d7b686..60b328d 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 25 11:06:54 UTC 2014 - werner@suse.de + +- Disable blkrrpart for SLES12 and below + ------------------------------------------------------------------- Fri Jul 25 09:37:56 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 27a1560..697c6d0 100644 --- a/systemd.spec +++ b/systemd.spec @@ -31,7 +31,11 @@ %endif %bcond_with udevsettle %bcond_with permission +%if 0%{?suse_version} > 1315 %bcond_without blkrrpart +%else +%bcond_with blkrrpart +%endif Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd