diff --git a/zziplib.spec b/zziplib.spec index 088e29159bd6bbf9f114f84a281aa3a4051380a4..6fbc0c25ef9fc8c93bff8279cf8af528c01c597e 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -1,7 +1,9 @@ +%define anolis_release .0.1 + Summary: Lightweight library to easily extract data from zip files Name: zziplib Version: 0.13.71 -Release: 9%{?dist} +Release: 9%{?dist}%{?anolis_release} License: LGPLv2+ or MPLv1.1 URL: http://zziplib.sourceforge.net/ #Source: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz @@ -122,6 +124,9 @@ popd %{_mandir}/man3/* %changelog +* Tue May 21 2024 Weisson - 0.13.71-9.0.1 +- add sw_64 support. + * Tue Aug 10 2021 Mohan Boddu - 0.13.71-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688