diff --git a/uid_wrapper.spec b/uid_wrapper.spec index 21619b1..b02f5ff 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -9,7 +9,7 @@ Url: http://cwrap.org/ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz Patch0: aarch64-has-no-sys-access.patch -BuildRequires: cmake +BuildRequires: cmake28 BuildRequires: libcmocka-devel %description @@ -35,7 +35,7 @@ if test ! -e "obj"; then mkdir obj fi pushd obj -%cmake \ +%cmake28 \ -DUNIT_TESTING=ON \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ %{_builddir}/%{name}-%{version} @@ -72,6 +72,7 @@ popd * Mon Aug 04 2014 Marcin Juszkiewicz - 1.0.2-2 - Handle lack of SYS_access on AArch64 - Fix building on rhel6 with bad %cmake macro. +- Use the cmake28 package in epel6. * Thu Jul 31 2014 - Andreas Schneider - 1.0.2-1 - Update to version 1.0.2.