From 14283ae5b33559a18ba72ffda75fbd5eee2be6e6 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 09:21:51 +0800 Subject: [PATCH] Completing build dependencies to fix git command missing error --- stax-ex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stax-ex.spec b/stax-ex.spec index 08d79d0..288fb4c 100644 --- a/stax-ex.spec +++ b/stax-ex.spec @@ -1,13 +1,13 @@ Name: stax-ex Version: 1.7.7 -Release: 10 +Release: 11 Summary: StAX API extensions License: CDDL or GPLv2 Url: https://stax-ex.dev.java.net Source0: https://github.com/javaee/metro-stax-ex/archive/stax-ex-%{version}.tar.gz BuildRequires: dos2unix maven-local mvn(javax.xml.stream:stax-api) mvn(junit:junit) BuildRequires: mvn(net.java:jvnet-parent:pom:) mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) git BuildArch: noarch %description @@ -49,5 +49,8 @@ dos2unix LICENSE.txt %license LICENSE.txt %changelog +* Mon May 31 2021 huanghaitao - 1.7.7-11 +- Completing build dependencies to fix git commands missing error + * Thu Apr 30 2020 Jeffery.Gao - 1.7.7-10 - Package init -- Gitee