From 901d0cefab0c3f6870b4a3a9e5623e260ceb86702e8c33299e8948ee1d7ef6fd Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 4 Jul 2015 20:05:18 +0000 Subject: [PATCH] Accepting request 315082 from KDE:Unstable:Frameworks Make cmake autoprovides work on !x86_64 arches OBS-URL: https://build.opensuse.org/request/show/315082 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=219 --- cmake.attr | 2 +- cmake.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cmake.attr b/cmake.attr index 3af017c..b1cb261 100644 --- a/cmake.attr +++ b/cmake.attr @@ -1,2 +1,2 @@ %__cmake_provides %{_rpmconfigdir}/cmake.prov -%__cmake_path ^/usr/lib(64)/cmake/.*/.*(Config\.cmake|-config\.cmake)$ \ No newline at end of file +%__cmake_path ^/usr/lib(64)?/cmake/.*/.*(Config\.cmake|-config\.cmake)$ \ No newline at end of file diff --git a/cmake.changes b/cmake.changes index c9b4480..b38215b 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 4 20:06:38 UTC 2015 - hrvoje.senjan@gmail.com + +- Make cmake autoprovides work on !x86_64 arches + ------------------------------------------------------------------- Tue Jun 2 06:55:04 UTC 2015 - foss@grueninger.de