From d4508b766b5fb8afe670b9044cb4f416d4ab4bb5 Mon Sep 17 00:00:00 2001 From: Eclipse Webtools Package Date: Jul 30 2014 12:52:30 +0000 Subject: Fix incorrect parent BR causing FTBFS --- 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 - 1.9-4 +- Fix incorrect parent BR causing FTBFS + * Sat Jun 07 2014 Fedora Release Engineering - 1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild