|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
%undefine _package_note_flags
|
|
|
|
|
# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
|
|
# On platforms and architectures that support it, the default is
|
|
|
|
|
# ‘--with dietlibc’.
|
|
|
|
@ -22,6 +23,12 @@
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 40 || 0%{?rhel} > 10
|
|
|
|
|
%bcond_without dnf5
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with dnf5
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Whether we should verify tarball signature with GPGv2.
|
|
|
|
|
%global verify_tarball_signature 1
|
|
|
|
|
|
|
|
|
@ -30,9 +37,9 @@
|
|
|
|
|
|
|
|
|
|
Summary: Tool for creating supermin appliances
|
|
|
|
|
Name: supermin
|
|
|
|
|
Version: 5.3.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Version: 5.3.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{kernel_arches}
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
@ -53,8 +60,12 @@ BuildRequires: /usr/bin/pod2man
|
|
|
|
|
BuildRequires: /usr/bin/pod2html
|
|
|
|
|
BuildRequires: rpm
|
|
|
|
|
BuildRequires: rpm-devel
|
|
|
|
|
%if %{with dnf5}
|
|
|
|
|
BuildRequires: dnf5
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: dnf
|
|
|
|
|
BuildRequires: dnf-plugins-core
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: /usr/sbin/mke2fs
|
|
|
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
@ -121,8 +132,12 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: rpm-build
|
|
|
|
|
|
|
|
|
|
# Dependencies needed for supermin --prepare
|
|
|
|
|
%if %{with dnf5}
|
|
|
|
|
Requires: dnf5
|
|
|
|
|
%else
|
|
|
|
|
Requires: dnf
|
|
|
|
|
Requires: dnf-plugins-core
|
|
|
|
|
%endif
|
|
|
|
|
Requires: findutils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -144,7 +159,11 @@ supermin appliances.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -fi
|
|
|
|
|
%configure --disable-network-tests
|
|
|
|
|
# Setting DNF is temporarily required for Rawhide. We should be able
|
|
|
|
|
# to remove this later. See:
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2209412
|
|
|
|
|
# https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5
|
|
|
|
|
%configure %{?with_dnf5:DNF=%{_bindir}/dnf5} --disable-network-tests
|
|
|
|
|
|
|
|
|
|
%if %{with dietlibc}
|
|
|
|
|
make -C init CC="diet gcc"
|
|
|
|
@ -187,35 +206,123 @@ make check || {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 18 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-1
|
|
|
|
|
* Thu Oct 31 2024 Troy Dawson <tdawson@redhat.com> - 5.3.5-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Sep 09 2024 Richard W.M. Jones <rjones@redhat.com> - 5.3.5-1
|
|
|
|
|
- Rebase to Fedora Rawhide
|
|
|
|
|
resolves: rhbz#2135767
|
|
|
|
|
resolves: RHEL-56806
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Troy Dawson <tdawson@redhat.com> - 5.3.4-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 5.3.4-4
|
|
|
|
|
- OCaml 5.2.0 ppc64le fix
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 5.3.4-3
|
|
|
|
|
- OCaml 5.2.0 for Fedora 41
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Richard W.M. Jones <rjones@redhat.com> - 5.3.4-1
|
|
|
|
|
- New upstream version 5.3.4
|
|
|
|
|
- Remove patches which are now all upstream.
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-19
|
|
|
|
|
- OCaml 5.1.1 + s390x code gen fix for Fedora 40
|
|
|
|
|
|
|
|
|
|
* Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-18
|
|
|
|
|
- OCaml 5.1.1 rebuild for Fedora 40
|
|
|
|
|
|
|
|
|
|
* Fri Nov 10 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-17
|
|
|
|
|
- Fix RISC-V gzip compressed kernels
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-16
|
|
|
|
|
- OCaml 5.1 rebuild for Fedora 40
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 5.3.3-15
|
|
|
|
|
- Defer dnf5 until Fedora 41
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.3-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 15 2022 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-8
|
|
|
|
|
- Fix ignore +debug kernels when choosing a kernel to boot
|
|
|
|
|
resolves: rhbz#2059397
|
|
|
|
|
* Wed Jul 12 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-13
|
|
|
|
|
- OCaml 5.0 rebuild for Fedora 39
|
|
|
|
|
|
|
|
|
|
* Wed Dec 01 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-7
|
|
|
|
|
* Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 5.3.3-10
|
|
|
|
|
- OCaml 5.0.0 rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 12 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-9
|
|
|
|
|
- Fix --if-newer
|
|
|
|
|
|
|
|
|
|
* Mon Jun 05 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-8
|
|
|
|
|
- Migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-7
|
|
|
|
|
- Further fix for dnf5 (RHBZ#2211386)
|
|
|
|
|
|
|
|
|
|
* Tue May 30 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-6
|
|
|
|
|
- Add support for dnf5 (RHBZ#2209412)
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-5
|
|
|
|
|
- Rebuild against librpm 10
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-4
|
|
|
|
|
- Rebuild OCaml packages for F38
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-3
|
|
|
|
|
- Deal with new RPM database location
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/RelocateRPMToUsr
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.3-1
|
|
|
|
|
- New upstream development version 5.3.3
|
|
|
|
|
|
|
|
|
|
* Wed Sep 07 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.2-5
|
|
|
|
|
- Include all upstream patches since 5.3.2
|
|
|
|
|
- Add debugging and accurate exception backtraces (RHBZ#2124571).
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.2-3
|
|
|
|
|
- OCaml 4.14.0 rebuild
|
|
|
|
|
|
|
|
|
|
* Sun May 15 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.2-2
|
|
|
|
|
- Move dependency on dnf to -devel subpackage (RHBZ#2086302)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 04 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.2-1
|
|
|
|
|
- New upstream development version 5.3.2
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 5.3.1-5
|
|
|
|
|
- OCaml 4.13.1 rebuild to remove package notes
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 01 2021 Richard W.M. Jones <rjones@redhat.com> - 5.3.1-3
|
|
|
|
|
- Further fix to ignore zfcpdump kernel on s390x
|
|
|
|
|
|
|
|
|
|
* Tue Nov 30 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-6
|
|
|
|
|
* Tue Nov 30 2021 Richard W.M. Jones <rjones@redhat.com> - 5.3.1-2
|
|
|
|
|
- Ignore zfcpdump kernel on s390x
|
|
|
|
|
resolves: rhbz#2027375
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.2.1-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Aug 26 2021 Richard W.M. Jones <rjones@redhat.com> - 5.3.1-1
|
|
|
|
|
- New upstream development version 5.3.1.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 2 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-3
|
|
|
|
|
- Add gating tests (for RHEL 9)
|
|
|
|
|
|
|
|
|
|
* Fri May 07 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-2.el9.1
|
|
|
|
|
* Fri May 07 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-2
|
|
|
|
|
- Do not include the package on POWER on RHEL 9
|
|
|
|
|
resolves: rhbz#1956934
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.2.1-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Feb 01 2021 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-1
|
|
|
|
|
- New upstream version 5.2.1.
|
|
|
|
|
|
|
|
|
|