Bump release and add changelog

This commit is contained in:
Mikolaj Izdebski 2022-06-14 20:02:10 +02:00
parent 3014435d1c
commit c3e3b13d05

View File

@ -14,7 +14,7 @@
Name: javapackages-tools
Version: 6.0.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Macros and scripts for Java packaging support
License: BSD
URL: https://github.com/fedora-java/javapackages
@ -230,6 +230,13 @@ install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/java/javapackages-config
%license LICENSE
%changelog
* Tue Jun 14 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.0.0-10
- Introduce javapackages-extra and javapackages-common subpackages
- Drop metadata for com.sun:tools and sun.jdk:jconsole
- Re-enable tests
- Re-add manpages
- Drop bootstrap mode
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 6.0.0-9
- Rebuilt for Python 3.11