update to version 23.10
This commit is contained in:
parent
b160adcc89
commit
28334b7411
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ virt-firmware-v1.6.tar.gz
|
||||
/virt-firmware-23.4.tar.gz
|
||||
/virt-firmware-23.5.tar.gz
|
||||
/virt-firmware-23.6.tar.gz
|
||||
/virt-firmware-23.10.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pypi_version 23.6
|
||||
%global pypi_version 23.10
|
||||
|
||||
Name: python-virt-firmware
|
||||
Version: %{pypi_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for virtual machine firmware volumes
|
||||
|
||||
License: GPLv2
|
||||
@ -14,6 +14,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(cryptography)
|
||||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: make
|
||||
BuildRequires: systemd systemd-rpm-macros
|
||||
|
||||
%description
|
||||
Tools for ovmf / armvirt firmware volumes This is a small collection of tools
|
||||
@ -59,7 +60,7 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
|
||||
|
||||
%files -n python3-virt-firmware
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc README.md experimental
|
||||
%{_bindir}/host-efi-vars
|
||||
%{_bindir}/virt-fw-dump
|
||||
%{_bindir}/virt-fw-vars
|
||||
@ -70,7 +71,10 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
|
||||
%{_bindir}/pe-dumpinfo
|
||||
%{_bindir}/pe-listsigs
|
||||
%{_bindir}/pe-addsigs
|
||||
%{_bindir}/pe-inspect
|
||||
%{_mandir}/man1/virt-*.1*
|
||||
%{_mandir}/man1/kernel-bootcfg.1*
|
||||
%{_mandir}/man1/uefi-boot-menu.1*
|
||||
%{python3_sitelib}/virt/firmware
|
||||
%{python3_sitelib}/virt/peutils
|
||||
%{python3_sitelib}/virt_firmware-%{pypi_version}-py%{python3_version}.egg-info
|
||||
@ -79,6 +83,9 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/tests
|
||||
|
||||
%changelog
|
||||
* Wed Oct 11 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-1
|
||||
- update to version 23.6
|
||||
|
||||
* Tue Jun 27 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-2
|
||||
- drop -peutils subpackage
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (virt-firmware-23.6.tar.gz) = 4441918b26d9ca999a3717f6636718ece26d0f46bd715be2788b65d2e08af3d49614a8fbea7920eb370e046d8f241959751be892623ecf7a16adbd5133952bce
|
||||
SHA512 (virt-firmware-23.10.tar.gz) = 5828b774cde0e4575b13f51b0e024483507e896a489c90ba8e1901368b2417d9edc5eb18de03472421a21dba0088efe574120995ea156cd8b223a9560a67baba
|
||||
|
Loading…
Reference in New Issue
Block a user