Rebuild to regenerate auto-requires

Related: RHEL-17126
This commit is contained in:
Mikolaj Izdebski 2024-02-05 13:40:31 +01:00
parent 2aef45ddf1
commit 9e83827d00
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: maven
Epoch: 1
Version: 3.8.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Java project management and project comprehension tool
# maven itself is ASL 2.0
# bundled slf4j is MIT
@ -315,6 +315,9 @@ if [[ $1 -eq 0 ]]; then update-alternatives --remove mvn %{homedir}/bin/mvn; fi
%config %{_javaconfdir}/maven.conf-openjdk21
%changelog
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.8.5-5
- Rebuild to regenerate auto-requires
* Mon Jan 22 2024 Marián Konček <mkoncek@redhat.com> - 1:3.8.5-4
- Add OpenJDK 21 binding
- Related: RHEL-17126