Rebuild to workaround DistroBaker issue
Related: rhbz#1951482
This commit is contained in:
parent
605780ebac
commit
90766418f1
@ -1,8 +1,12 @@
|
||||
%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
|
||||
|
||||
Name: google-guice
|
||||
Version: 4.2.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Lightweight dependency injection framework for Java 5 and above
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/google/guice
|
||||
@ -209,6 +213,9 @@ and above. This package provides Bill of Materials module for Guice.
|
||||
%files -n guice-bom -f .mfiles-guice-bom
|
||||
|
||||
%changelog
|
||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-7
|
||||
- Rebuild to workaround DistroBaker issue
|
||||
|
||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-6
|
||||
- Bootstrap Maven for CentOS Stream 9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user