[uid_wrapper/el6] Use the cmake28 package in epel6.

asn asn at fedoraproject.org
Thu Aug 7 10:59:31 UTC 2014


commit c2ab12b6a3b84c4c8787364495d6d4a92f7bf9da
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Thu Aug 7 12:56:33 2014 +0200

    Use the cmake28 package in epel6.

 uid_wrapper.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
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 <mjuszkiewicz at redhat.com> - 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 <asn at redhat.com> - 1.0.2-1
 - Update to version 1.0.2.


More information about the scm-commits mailing list