Only apply cgroups workaround on Fedora 18 and higher
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
parent
ecbec5e0c4
commit
d631eadf39
@ -55,7 +55,10 @@ is not used as the system init process.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# Only apply cgroups workaround on F18 and higher
|
||||||
|
%if "%{fedora}" >= "18"
|
||||||
%patch0 -p1 -b .cgroup
|
%patch0 -p1 -b .cgroup
|
||||||
|
%endif
|
||||||
|
|
||||||
# Fedora customization patches
|
# Fedora customization patches
|
||||||
%patch97 -p1 -b .udev
|
%patch97 -p1 -b .udev
|
||||||
|
Loading…
Reference in New Issue
Block a user