Workaround build issue with RPM 4.18

See https://bugzilla.redhat.com/show_bug.cgi?id=2079127
This commit is contained in:
Mikolaj Izdebski 2022-04-27 08:22:28 +02:00
parent 27d7ac28aa
commit 6fc518e3cf

View File

@ -1,6 +1,6 @@
Name: jakarta-mail
Version: 1.6.5
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Jakarta Mail API
License: EPL-2.0 or GPLv2 with exceptions
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.
%prep
%setup -n mail-%{version}
%setup -q -n mail-%{version}
# remove unnecessary dependency on parent POM
%pom_remove_parent
@ -84,6 +84,9 @@ sed -i "/-Werror/d" mail/pom.xml
%doc README.md
%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
- Rebuilt for java-17-openjdk as system jdk