forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=732
This commit is contained in:
parent
fd58d4a8d3
commit
f561ea2325
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user