Remove legacy obsoletes and provides
This commit is contained in:
parent
b3f21df0ef
commit
1d7a35ea2f
@ -1,7 +1,6 @@
|
||||
Name: maven-reporting-api
|
||||
Version: 3.0
|
||||
Release: 12%{?dist}
|
||||
# Maven-shared defines maven-reporting-api version as 3.0
|
||||
Release: 13%{?dist}
|
||||
Epoch: 1
|
||||
Summary: API to manage report generation
|
||||
License: ASL 2.0
|
||||
@ -18,9 +17,6 @@ BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
|
||||
Obsoletes: maven-shared-reporting-api < %{epoch}:%{version}-%{release}
|
||||
Provides: maven-shared-reporting-api = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description
|
||||
API to manage report generation. Maven-reporting-api is included in Maven 2.x
|
||||
core distribution, but moved to shared components to achieve report decoupling
|
||||
@ -48,7 +44,6 @@ cp %{SOURCE1} LICENSE.txt
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
@ -56,6 +51,9 @@ cp %{SOURCE1} LICENSE.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.0-13
|
||||
- Remove legacy obsoletes and provides
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user