Rebuild to workaround DistroBaker issue

Related: rhbz#1951482
This commit is contained in:
Mikolaj Izdebski 2021-06-09 18:55:23 +02:00
parent eba9e26269
commit 4e0902ff9f

View File

@ -1,10 +1,14 @@
%bcond_with bootstrap
# Workaround for rhbz#1969370: __bootstrap macro is not defined in
# CentOS Stream, See https://bugzilla.redhat.com/1969370
%global __bootstrap ~bootstrap
%bcond_withouht bootstrap
%global pkg_version 11b
Name: java_cup
Version: 0.11b
Release: 18%{?dist}
Release: 19%{?dist}
Epoch: 1
Summary: LALR parser generator for Java
License: MIT
@ -99,6 +103,9 @@ jar ufm dist/java-cup-%{pkg_version}-runtime.jar %{SOURCE4}
%license licence.txt
%changelog
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:0.11b-19
- Rebuild to workaround DistroBaker issue
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:0.11b-18
- Bootstrap Maven for CentOS Stream 9