From 4b00c927cac052c8e0e63d7f59430b7f4378c568 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 17 May 2021 15:50:51 +0200 Subject: [PATCH] Bootstrap build --- xmlunit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlunit.spec b/xmlunit.spec index 9fdb736..0c8e144 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: xmlunit Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides classes to do asserts on xml # The whole package is ASL 2.0 except for xmlunit-legacy which is BSD License: ASL 2.0 and BSD @@ -113,6 +113,9 @@ rm -rf xmlunit-core/src/{main,test}/java/org/xmlunit/builder/{jaxb/,JaxbBuilder. %files placeholders -f .mfiles-xmlunit-placeholders %changelog +* Mon May 17 2021 Mikolaj Izdebski - 2.8.2-2 +- Bootstrap build + * Thu Feb 04 2021 Merlin Mathesius - 0:2.7.0-7 - Update previous patch to use improved version that was merged upstream