Add ?dist macro to release field
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
c4b1800b74
commit
fb556c2564
@ -57,7 +57,7 @@
|
||||
|
||||
Name: booth
|
||||
Version: %{boothver}
|
||||
Release: %{boothrel}%{dist}
|
||||
Release: %{boothrel}%{?dist}.1
|
||||
Summary: Ticket Manager for Multi-site Clusters
|
||||
License: GPLv2+
|
||||
Url: https://github.com/%{github_owner}/%{name}
|
||||
@ -265,6 +265,9 @@ VERBOSE=1 make check
|
||||
/usr/lib/ocf/resource.d/booth/sharedrsc
|
||||
|
||||
%changelog
|
||||
* Mon May 4 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-4.5d837d2.git.1
|
||||
- Add '?dist' macro to release field
|
||||
|
||||
* Mon May 4 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-4.5d837d2.git
|
||||
- Update to current snapshot (commit 5d837d2) to build with gcc10
|
||||
- Pass full path of Python3 to configure
|
||||
|
Loading…
Reference in New Issue
Block a user