Rebuild with regenerated Requires on Java

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-20 09:23:35 +01:00
parent 7db18f6231
commit ea272d571e

View File

@ -1,6 +1,6 @@
Name: jzlib
Version: 1.1.3
Release: 19%{?dist}
Release: 20%{?dist}
Summary: Re-implementation of zlib in pure Java
License: BSD
URL: http://www.jcraft.com/jzlib/
@ -35,7 +35,7 @@ Requires: %{name} = %{version}-%{release}
%prep
%setup -q
%patch0
%patch 0
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.6
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.6
@ -66,6 +66,9 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
%doc %{_datadir}/%{name}
%changelog
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.1.3-20
- Rebuild with regenerated Requires on Java
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.3-19
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688