From 3eb5b8b8da07234d6786d51dec8bc0692c9e5c5e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 7 Aug 2014 12:58:51 +0200 Subject: [PATCH] Revert "Use the cmake28 package in epel6." This reverts commit 3ad329c32b2e259b93896aaf0cc2bf046aa2b5db. --- uid_wrapper.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uid_wrapper.spec b/uid_wrapper.spec index b02f5ff..21619b1 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: cmake28 +BuildRequires: cmake BuildRequires: libcmocka-devel %description @@ -35,7 +35,7 @@ if test ! -e "obj"; then mkdir obj fi pushd obj -%cmake28 \ +%cmake \ -DUNIT_TESTING=ON \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ %{_builddir}/%{name}-%{version} @@ -72,7 +72,6 @@ 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.