diff --git a/systemd-mini.changes b/systemd-mini.changes index 6d7b6869..60b328d2 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 f39657d0..50f4e26d 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 6d7b6869..60b328d2 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 27a15606..697c6d07 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