spec: Fix building with new cmake macros
= changelog = resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1863984 Signed-off-by: Nicola Sella <nsella@redhat.com>
This commit is contained in:
parent
2bab2d9cde
commit
d81b0c70ad
@ -1,3 +1,5 @@
|
|||||||
|
%define __cmake_in_source_build 1
|
||||||
|
|
||||||
# Do not build python3 bindings for RHEL <= 7
|
# Do not build python3 bindings for RHEL <= 7
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
@ -14,7 +16,7 @@
|
|||||||
|
|
||||||
Name: libcomps
|
Name: libcomps
|
||||||
Version: 0.1.15
|
Version: 0.1.15
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Comps XML file manipulation library
|
Summary: Comps XML file manipulation library
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -192,6 +194,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 07 2020 Nicola Sella <nsella@redhat.com> - 0.1.15-5
|
||||||
|
- spec: Fix building with new cmake macros
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-4
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-4
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user