Enable XMvn dependency generator in ELN

This commit is contained in:
Mikolaj Izdebski 2023-08-30 15:28:33 +02:00
parent fca176a9ec
commit 9663e4a856

View File

@ -1,8 +1,8 @@
%bcond_with xmvn_generator
%if 0%{?fedora}
%bcond_with xmvn_generator
%bcond_without ivy
%else
%bcond_without xmvn_generator
%bcond_with ivy
%endif
@ -16,7 +16,7 @@
Name: javapackages-tools
Version: 6.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Macros and scripts for Java packaging support
License: BSD
URL: https://github.com/fedora-java/javapackages
@ -227,6 +227,9 @@ install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/java/javapackages-config
%license LICENSE
%changelog
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.2.0-2
- Enable XMvn dependency generator in ELN
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.2.0-1
- Update to upstream version 6.2.0