Workaround build issue with RPM 4.18
See https://bugzilla.redhat.com/show_bug.cgi?id=2079127
This commit is contained in:
parent
27d7ac28aa
commit
6fc518e3cf
@ -1,6 +1,6 @@
|
|||||||
Name: jakarta-mail
|
Name: jakarta-mail
|
||||||
Version: 1.6.5
|
Version: 1.6.5
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Jakarta Mail API
|
Summary: Jakarta Mail API
|
||||||
License: EPL-2.0 or GPLv2 with exceptions
|
License: EPL-2.0 or GPLv2 with exceptions
|
||||||
URL: https://github.com/eclipse-ee4j/mail
|
URL: https://github.com/eclipse-ee4j/mail
|
||||||
@ -24,7 +24,7 @@ The Jakarta Mail API provides a platform-independent and
|
|||||||
protocol-independent framework to build mail and messaging applications.
|
protocol-independent framework to build mail and messaging applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n mail-%{version}
|
%setup -q -n mail-%{version}
|
||||||
|
|
||||||
# remove unnecessary dependency on parent POM
|
# remove unnecessary dependency on parent POM
|
||||||
%pom_remove_parent
|
%pom_remove_parent
|
||||||
@ -84,6 +84,9 @@ sed -i "/-Werror/d" mail/pom.xml
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 27 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.5-9
|
||||||
|
- Workaround build issue with RPM 4.18
|
||||||
|
|
||||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.6.5-8
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.6.5-8
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user