Rebuild with no changes to trigger ET automation

Resolves: RHEL-45613
This commit is contained in:
Mikolaj Izdebski 2024-07-04 08:51:02 +02:00
parent e53520bdf2
commit 5679e01adb

View File

@ -7,7 +7,7 @@
Name: maven
Epoch: 1
Version: 3.9.6
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Java project management and project comprehension tool
# maven itself is Apache-2.0
# bundled slf4j is MIT
@ -283,6 +283,9 @@ if [[ $1 -eq 0 ]]; then update-alternatives --remove mvn %{homedir}/bin/mvn; fi
%config %{_javaconfdir}/maven%{?maven_version_suffix}.conf-openjdk21
%changelog
* Thu Jul 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.9.6-7
- Rebuild
* Tue Jul 02 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.9.6-6
- Drop openjdk8 and openjdk11 subpackages