Rebuild to workaround DistroBaker issue
Related: rhbz#1951482
This commit is contained in:
parent
e81f302265
commit
c87b922422
@ -1,4 +1,8 @@
|
|||||||
%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
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%bcond_without ivy
|
%bcond_without ivy
|
||||||
@ -18,7 +22,7 @@
|
|||||||
|
|
||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 6.0.0~alpha
|
Version: 6.0.0~alpha
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/fedora-java/javapackages
|
URL: https://github.com/fedora-java/javapackages
|
||||||
@ -193,6 +197,9 @@ install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/java/javapackages-config
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.0.0~alpha-9
|
||||||
|
- Rebuild to workaround DistroBaker issue
|
||||||
|
|
||||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.0.0~alpha-8
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.0.0~alpha-8
|
||||||
- Bootstrap Maven for CentOS Stream 9
|
- Bootstrap Maven for CentOS Stream 9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user