fix typo in obsoleted package name
This commit is contained in:
parent
9ffcb8e533
commit
49b498e986
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: jakarta-annotations
|
Name: jakarta-annotations
|
||||||
Version: 1.3.5
|
Version: 1.3.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Jakarta Annotations
|
Summary: Jakarta Annotations
|
||||||
License: EPL-2.0 or GPLv2 with exceptions
|
License: EPL-2.0 or GPLv2 with exceptions
|
||||||
|
|
||||||
@ -18,8 +18,8 @@ BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|||||||
BuildRequires: mvn(org.glassfish.build:spec-version-maven-plugin)
|
BuildRequires: mvn(org.glassfish.build:spec-version-maven-plugin)
|
||||||
|
|
||||||
# renamed in fedora 33, remove in fedora 35
|
# renamed in fedora 33, remove in fedora 35
|
||||||
Obsoletes: glassfish-annotations-api < 1.3.5-1
|
Obsoletes: glassfish-annotation-api < 1.3.5-1
|
||||||
Provides: glassfish-annotations-api = %{version}-%{release}
|
Provides: glassfish-annotation-api = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jakarta Annotations defines a collection of annotations representing
|
Jakarta Annotations defines a collection of annotations representing
|
||||||
@ -60,6 +60,9 @@ that applies across a variety of Java technologies.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3.5-2
|
||||||
|
- Fix typo in obsoleted package name.
|
||||||
|
|
||||||
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3.5-1
|
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3.5-1
|
||||||
- Initial package renamed from glassfish-annotation-api.
|
- Initial package renamed from glassfish-annotation-api.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user