Rebuild to workaround DistroBaker issue
Related: rhbz#1951482
This commit is contained in:
parent
3361fcde66
commit
09dbe1b023
11
xmlunit.spec
11
xmlunit.spec
@ -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: xmlunit
|
Name: xmlunit
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Provides classes to do asserts on xml
|
Summary: Provides classes to do asserts on xml
|
||||||
# The whole package is ASL 2.0 except for xmlunit-legacy which is BSD
|
# The whole package is ASL 2.0 except for xmlunit-legacy which is BSD
|
||||||
License: ASL 2.0 and BSD
|
License: ASL 2.0 and BSD
|
||||||
@ -113,6 +117,9 @@ rm -rf xmlunit-core/src/{main,test}/java/org/xmlunit/builder/{jaxb/,JaxbBuilder.
|
|||||||
%files placeholders -f .mfiles-xmlunit-placeholders
|
%files placeholders -f .mfiles-xmlunit-placeholders
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.2-4
|
||||||
|
- Rebuild to workaround DistroBaker issue
|
||||||
|
|
||||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.2-3
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.2-3
|
||||||
- Bootstrap Maven for CentOS Stream 9
|
- Bootstrap Maven for CentOS Stream 9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user