Add missing BR: maven-failsafe-plugin
This commit is contained in:
parent
789b784c3d
commit
b083637924
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Apache Commons Logging
|
Summary: Apache Commons Logging
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
URL: http://commons.apache.org/%{base_name}
|
||||||
@ -19,6 +19,7 @@ BuildRequires: mvn(junit:junit)
|
|||||||
BuildRequires: mvn(log4j:log4j)
|
BuildRequires: mvn(log4j:log4j)
|
||||||
BuildRequires: mvn(logkit:logkit)
|
BuildRequires: mvn(logkit:logkit)
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent)
|
BuildRequires: mvn(org.apache.commons:commons-parent)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -91,6 +92,9 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.1.3-4
|
||||||
|
- Add missing BR: maven-failsafe-plugin
|
||||||
|
|
||||||
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.1.3-3
|
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.1.3-3
|
||||||
- Adapt to current guidelines
|
- Adapt to current guidelines
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user