diff --git a/workspace.spec b/workspace.spec index f54e821..fe20224 100644 --- a/workspace.spec +++ b/workspace.spec @@ -1,7 +1,7 @@ Name: workspace Version: 1.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A tool to create scratch directories by users with an expiration date License: GPLv3 @@ -38,12 +38,12 @@ sed -e '/^SET(CMAKE_CXX_FLAGS "-Wall -g")/d' -i CMakeLists.txt %build -%cmake . -%make_build +%cmake +%cmake_build %install -%make_install +%cmake_install install -p -m 755 contribs/ws_prepare %{buildroot}%{_sbindir}/ws_prepare @@ -67,6 +67,10 @@ install -p -m 755 contribs/ws_prepare %{buildroot}%{_sbindir}/ws_prepare %changelog +* Wed Aug 12 2020 Gerd Pokorra - 1.3.1-4 +- Fix bug 1865626 with using new cmake macros + https://bugzilla.redhat.com/show_bug.cgi?id=1865626 + * Sat Aug 01 2020 Fedora Release Engineering - 1.3.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild