|
|
|
@ -2,15 +2,16 @@
|
|
|
|
|
|
|
|
|
|
Summary: Library to create ISO 9660 disk images
|
|
|
|
|
Name: libisofs
|
|
|
|
|
Version: 1.5.4
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
|
Version: 1.5.6
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
# libisofs/make_isohybrid_mbr.c is LGPL-2.0-or-later, rest is GPL-2.0-or-later
|
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
|
|
|
|
URL: https://libburnia-project.org/
|
|
|
|
|
Source0: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
|
|
|
|
Source1: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
|
|
|
|
Source2: gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
|
|
|
|
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854
|
|
|
|
|
Patch0: libisofs-0.6.16-multilib.patch
|
|
|
|
|
Patch1: libisofs-1.5.4-rpath.patch
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: gcc, make, libacl-devel, zlib-devel
|
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
@ -50,6 +51,7 @@ documentation for developing applications that use %{name}.
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
|
%setup -q -n %{pkgname}-%{version}
|
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
%patch1 -p1 -b .rpath
|
|
|
|
|
|
|
|
|
|
# Rename from libisofs to libisofs1 for EPEL
|
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
@ -96,16 +98,32 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 11 2022 Jiri Kucera <jkucera@redhat.com> - 1.5.4-4
|
|
|
|
|
- Fix URLs
|
|
|
|
|
Resolves: #1967489
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.5.6-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 20 2023 Robert Scheck <robert@fedoraproject.org> 1.5.6-1
|
|
|
|
|
- Upgrade to 1.5.6 (#2216133)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-1
|
|
|
|
|
- Upgrade to 1.5.4 (#1926007)
|
|
|
|
|