|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%global pypi_version 24.7
|
|
|
|
|
|
|
|
|
|
Name: python-virt-firmware
|
|
|
|
|
Version: %{pypi_version}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Tools for virtual machine firmware volumes
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
|
URL: https://pypi.org/project/virt-firmware/
|
|
|
|
|
Source0: virt_firmware-%{pypi_version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -13,7 +23,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3dist(cryptography)
|
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: make help2man
|
|
|
|
|
BuildRequires: systemd systemd-rpm-macros
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -26,6 +36,8 @@ to enroll secure boot certificates.
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
%{?python_provide:%python_provide python3-virt-firmware}
|
|
|
|
|
Provides: virt-firmware
|
|
|
|
|
Conflicts: python3-virt-firmware-peutils < 23.9
|
|
|
|
|
Obsoletes: python3-virt-firmware-peutils < 23.9
|
|
|
|
|
Requires: python3dist(cryptography)
|
|
|
|
|
Requires: python3dist(setuptools)
|
|
|
|
|
Requires: python3dist(pefile)
|
|
|
|
@ -47,8 +59,7 @@ test cases
|
|
|
|
|
Provides: ukidirect
|
|
|
|
|
Summary: %{summary} - manage UKI kernels.
|
|
|
|
|
Requires: python3-virt-firmware
|
|
|
|
|
Conflicts: systemd < 252-21
|
|
|
|
|
Obsoletes: rhel-cvm-update-tool
|
|
|
|
|
Conflicts: systemd < 254
|
|
|
|
|
%description -n uki-direct
|
|
|
|
|
kernel-install plugin and systemd unit to manage automatic
|
|
|
|
|
UKI (unified kernel image) updates.
|
|
|
|
@ -112,64 +123,130 @@ install -m 755 systemd/99-uki-uefi-setup.install %{buildroot}%{_libdir}/kernel/i
|
|
|
|
|
%{_libdir}/kernel/install.d/99-uki-uefi-setup.install
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 24.7-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Thu Jul 11 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.7-1
|
|
|
|
|
- update to version 24.7
|
|
|
|
|
|
|
|
|
|
* Thu Jul 11 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.4-3
|
|
|
|
|
- sync gating with rhel-9
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 24.4-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 15 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.4-1
|
|
|
|
|
- update to version 24.4
|
|
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.2-1
|
|
|
|
|
- update to version 24.2
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.1.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.1.1-1
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 10 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.1.1-2
|
|
|
|
|
- add pe test script
|
|
|
|
|
|
|
|
|
|
* Wed Jan 10 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.1.1-1
|
|
|
|
|
- update to version 24.1.1
|
|
|
|
|
|
|
|
|
|
* Tue Jan 09 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.1-2
|
|
|
|
|
- add pe-inspect manpage to file list
|
|
|
|
|
|
|
|
|
|
* Tue Jan 09 2024 Gerd Hoffmann <kraxel@redhat.com> - 24.1-1
|
|
|
|
|
- update to version 24.1
|
|
|
|
|
- Resolves: RHEL-21090
|
|
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Gerd Hoffmann <kraxel@redhat.com> - 23.11-3
|
|
|
|
|
- add "obsoletes: rhel-cvm-update-tool" to uki-direct
|
|
|
|
|
* Thu Nov 30 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.11-1
|
|
|
|
|
- update to version 23.11
|
|
|
|
|
|
|
|
|
|
* Tue Jan 02 2024 Gerd Hoffmann <kraxel@redhat.com> - 23.11-2
|
|
|
|
|
- add uki-direct subpackage
|
|
|
|
|
- Resolves: RHEL-19383
|
|
|
|
|
* Tue Oct 10 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-4
|
|
|
|
|
- clarify uki-direct dependency on systemd >= 254
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.11-1
|
|
|
|
|
- update to version 23.11
|
|
|
|
|
* Tue Oct 10 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-3
|
|
|
|
|
- add pe-inspect to filelist
|
|
|
|
|
|
|
|
|
|
* Thu Oct 12 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-2
|
|
|
|
|
- drop uki-direct subpackage for now (wait for systemd update)
|
|
|
|
|
* Tue Oct 10 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-2
|
|
|
|
|
- Revert "Add fixes for systemd unit + kernel-install plugin (from master
|
|
|
|
|
branch)."
|
|
|
|
|
|
|
|
|
|
* Wed Oct 11 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-1
|
|
|
|
|
* Tue Oct 10 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-1
|
|
|
|
|
- update to version 23.10
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.9-6
|
|
|
|
|
- Add fixes for systemd unit + kernel-install plugin (from master branch).
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.9-5
|
|
|
|
|
- add Conflicts line for obsoleted subpackage
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.9-4
|
|
|
|
|
- use %%_libdir
|
|
|
|
|
|
|
|
|
|
* Mon Sep 18 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.9-3
|
|
|
|
|
- add uki-direct subpackage
|
|
|
|
|
|
|
|
|
|
* Tue Jun 27 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-2
|
|
|
|
|
* Mon Sep 18 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.9-2
|
|
|
|
|
- drop -peutils subpackage
|
|
|
|
|
|
|
|
|
|
* Tue Jun 20 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-1
|
|
|
|
|
* Mon Sep 18 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.9-1
|
|
|
|
|
- update to version 23.9
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2023 Daniel P. Berrangé <berrange@redhat.com> - 23.6-4
|
|
|
|
|
- Convert to SPDX format
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 26 2023 Python Maint <python-maint@redhat.com> - 23.6-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Mon Jun 19 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-1
|
|
|
|
|
- update to version 23.6
|
|
|
|
|
- resolves: rhbz#2216102
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 23.5-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Thu May 04 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.5-1
|
|
|
|
|
- update to version 23.5
|
|
|
|
|
- resolves: rhbz#2193089
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.4-1
|
|
|
|
|
- update to version 23.4
|
|
|
|
|
- resolves: rhbz#2186770
|
|
|
|
|
- resolves: rhbz#2143566
|
|
|
|
|
|
|
|
|
|
* Tue Nov 15 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.6-2
|
|
|
|
|
- add tests.yml
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 16 2023 Gerd Hoffmann <kraxel@redhat.com> - 1.8-1
|
|
|
|
|
- update to version 1.8
|
|
|
|
|
|
|
|
|
|
* Fri Dec 02 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.7-1
|
|
|
|
|
- update to version 1.7
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.6-2
|
|
|
|
|
- add conflict declaration
|
|
|
|
|
|
|
|
|
|
* Mon Nov 14 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.6-1
|
|
|
|
|
* Thu Nov 10 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.6-1
|
|
|
|
|
- update to version 1.6
|
|
|
|
|
- drop peutils
|
|
|
|
|
- split peutils to subpackage
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.5-1
|
|
|
|
|
- update to version 1.5
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-5
|
|
|
|
|
- turn on gating
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-4
|
|
|
|
|
- more test dependency tweaks
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-3
|
|
|
|
|
- tweak test dependencies
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-2
|
|
|
|
|
- add tests
|
|
|
|
|
|
|
|
|
|
* Tue Sep 27 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-1
|
|
|
|
|
- update to version 1.4
|
|
|
|
|
- add man-pages
|
|
|
|
|
- add tests sub-package
|
|
|
|
|
- resolves: rhbz#2142608
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
@ -191,3 +268,5 @@ install -m 755 systemd/99-uki-uefi-setup.install %{buildroot}%{_libdir}/kernel/i
|
|
|
|
|
|
|
|
|
|
* Mon Apr 11 2022 Gerd Hoffmann <kraxel@redhat.com> - 0.95-1
|
|
|
|
|
- Initial package.
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|