Release bump to enable added gating.yaml

Resolves: RHEL-5625
This commit is contained in:
Filip Janus 2023-11-08 10:52:17 +01:00
parent 33556d5ab4
commit 13e659d869

View File

@ -5,7 +5,7 @@ Version: 7.2.1
# - Older releases used year.month
# - Newer releases use x.y.z
Epoch: 1
Release: 10%{?dist}
Release: 11%{?dist}
License: Qhull
Source0: https://github.com/qhull/qhull/archive/v%{version}.tar.gz#/qhull-%{version}.tar.gz
@ -119,6 +119,10 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.*
%changelog
* Wed Nov 8 2023 Filip Janus <fjanus@redhat.com> - 1:7.2.1-11
- Release bump to enable added gating.yaml
- Resolves: RHEL-5625
* Mon Aug 21 2023 Filip Janus <fjanus@redhat.com> - 1:7.2.1-10
- Compile libqhullcpp with -fPIC
- Resolves: RHEL-5625