[apache-commons-codec/f21] Fix incorrect parent BR causing FTBFS

Mat Booth mbooth at fedoraproject.org
Wed Jul 30 12:55:36 UTC 2014


commit d4508b766b5fb8afe670b9044cb4f416d4ab4bb5
Author: Eclipse Webtools Package <eclipse-webtools at fedoraproject.org>
Date:   Wed Jul 30 13:52:30 2014 +0100

    Fix incorrect parent BR causing FTBFS

 .gitignore                |    2 ++
 apache-commons-codec.spec |    7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 838fd20..c5fb0d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /commons-codec-1.7-src.tar.gz
 /commons-codec-1.8-src.tar.gz
 /commons-codec-1.9-src.tar.gz
+/*.src.rpm
+/noarch
diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec
index 3ab44ce..1d5f517 100644
--- a/apache-commons-codec.spec
+++ b/apache-commons-codec.spec
@@ -3,7 +3,7 @@
 
 Name:          apache-%{short_name}
 Version:       1.9
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Implementations of common encoders and decoders
 License:       ASL 2.0
 URL:           http://commons.apache.org/%{base_name}/
@@ -15,7 +15,7 @@ Source0:       http://archive.apache.org/dist/commons/%{base_name}/source/%{shor
 Source1:       aspell-mail.txt
 
 BuildRequires: maven-local
-BuildRequires: mvn(org.apache.commons:commons-parent)
+BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
 BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
 
 # It looks like there are packages in F-18 that BR/R the short name
@@ -61,6 +61,9 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
 %doc LICENSE.txt NOTICE.txt aspell-mail.txt
 
 %changelog
+* Wed Jul 30 2014 Mat Booth <mat.booth at redhat.com> - 1.9-4
+- Fix incorrect parent BR causing FTBFS
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list