fix udisks2 vs halectomy logic

This commit is contained in:
Rex Dieter 2012-04-16 13:27:34 -05:00
parent fc485a0fea
commit 1eb8fd86c6
1 changed files with 3 additions and 4 deletions

View File

@ -337,13 +337,12 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch200 -p1 -b .CVE-2009-2702
# Fedora patches
%if 0%{?fedora}
%patch300 -p1 -b .halectomy
%endif
%if "%{?udisks}" == "udisks"
%if "%{?udisks}" == "udisks2"
pushd solid
%patch301 -p4 -b .udisks2backend
popd
%else
%patch300 -p1 -b .halectomy
%endif