Fix incorrect parent BR causing FTBFS
This commit is contained in:
parent
13ebd9ab5b
commit
d4508b766b
2 changed files with 7 additions and 2 deletions
|
|
@ -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@redhat.com> - 1.9-4
|
||||
- Fix incorrect parent BR causing FTBFS
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue