Remove legacy Provides
This commit is contained in:
parent
6d69a56cf4
commit
7e0365f95c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: google-%{short_name}
|
Name: google-%{short_name}
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Lightweight dependency injection framework for Java 5 and above
|
Summary: Lightweight dependency injection framework for Java 5 and above
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/google/%{short_name}
|
URL: https://github.com/google/%{short_name}
|
||||||
@ -49,8 +49,6 @@ BuildRequires: mvn(org.hsqldb:hsqldb-j5)
|
|||||||
BuildRequires: testng
|
BuildRequires: testng
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Provides: %{short_name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Put simply, Guice alleviates the need for factories and the use of new
|
Put simply, Guice alleviates the need for factories and the use of new
|
||||||
in your Java code. Think of Guice's @Inject as the new new. You will
|
in your Java code. Think of Guice's @Inject as the new new. You will
|
||||||
@ -167,7 +165,6 @@ and above. This package provides Bill of Materials module for Guice.
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for Guice
|
Summary: API documentation for Guice
|
||||||
Provides: %{short_name}-javadoc = %{version}-%{release}
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
@ -259,6 +256,9 @@ This package provides %{summary}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-11
|
||||||
|
- Remove legacy Provides
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-10
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user