From 6f0edd110b96945d8a5721fd6ba0d36f8809accf Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 14 May 2025 17:26:10 +0000 Subject: [PATCH] import UBI osinfo-db-20250124-1.el10 --- .gitignore | 2 +- SOURCES/osinfo-db-20231215.tar.xz.asc | 16 -- SPECS/osinfo-db.spec | 213 ------------------------ osinfo-db-20250124.tar.xz.asc | 16 ++ osinfo-db.spec | 223 ++++++++++++++++++++++++++ sources | 1 + 6 files changed, 241 insertions(+), 230 deletions(-) delete mode 100644 SOURCES/osinfo-db-20231215.tar.xz.asc delete mode 100644 SPECS/osinfo-db.spec create mode 100644 osinfo-db-20250124.tar.xz.asc create mode 100644 osinfo-db.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index a3cd05d..0b838fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/osinfo-db-20231215.tar.xz +osinfo-db-20250124.tar.xz diff --git a/SOURCES/osinfo-db-20231215.tar.xz.asc b/SOURCES/osinfo-db-20231215.tar.xz.asc deleted file mode 100644 index da328f4..0000000 --- a/SOURCES/osinfo-db-20231215.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEIG07NS9WbzsOZXLpl9kSPeN6SE8FAmV8aCcACgkQl9kSPeN6 -SE/Wjw//WjeiRGVlXa317HAyltKFMUK2EDlGoyxTyY5WCUpKzuZBcgCJCaND1xER -R4HbksjI20wSI8U4Mkt9S7+aLaA4ulea08+jQSrT7UPh6mBL3uvFMcAeUzC0o2wi -yq7XSsOAWK7eac713GRqIo3wi94yXDS22CXFmY2VAgWGXfK+klHonbuE01x5sSxr -26qzRThaNsVNa2pk43rFSsAiIZ/aoTa/CH91eiZU1ESxNFelEcEv3AjWYC6iStQc -nhjWPO8LycEQVCVxNLHllyK/YJyZSkWHyZf7CMc2D9TzjTWz13hgV5ATvsCjRYaQ -OFEagRaTlUxlFawzDp7r3MiOvuvQ7Q4Ylj3cNd4OzQdT7psR1Mdc8BEi6MUr4BEM -ZZmEemKYjrbk4lkMFPyRLf15ZOcPB3OkjUeG6yRwcRuzO24z/Dtpz6B+0xmNTbbO -yJ2BX96o/7ter5RaEyzG/zv7EXamgRHurTaG5lHZ1CVRNEA4WoKQOzn58U6MNQqs -iSlh2Ue6booD+bQORWzfaKCb/REvzSUBzcEPR2ObooTLxdLA63l8Ti7oTeFVLg92 -J4of6MnXKXy+QVzkH8qhnOnR5EG4cw0rdsP5VM5O4vMFRgUyi2UiypPKqYKyLqjV -SmxKmsZEH93gC0bhitXqUbmzg+vDPhahVUvKK3oJr284YciXJ4M= -=oQvF ------END PGP SIGNATURE----- diff --git a/SPECS/osinfo-db.spec b/SPECS/osinfo-db.spec deleted file mode 100644 index 8270caa..0000000 --- a/SPECS/osinfo-db.spec +++ /dev/null @@ -1,213 +0,0 @@ -# -*- rpm-spec -*- - -Summary: osinfo database files -Name: osinfo-db -Version: 20231215 -Release: 1%{?dist} -License: LGPLv2+ -Source0: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz -Source1: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz.asc -URL: http://libosinfo.org/ -BuildRequires: intltool -BuildRequires: git-core -BuildRequires: osinfo-db-tools -BuildArch: noarch -Requires: hwdata - -%description -The osinfo database provides information about operating systems and -hypervisor platforms to facilitate the automated configuration and -provisioning of new virtual machines - -%prep -%autosetup -S git_am - -%install -osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0} -%if 0%{?rhel} -# Remove the upstream virtio-win / spice-guest-tools drivers -find %{buildroot}/%{_datadir}/osinfo/os/microsoft.com/ -name "win-*.d" -type d -exec rm -rf {} + -%endif - -%files -%dir %{_datadir}/osinfo/ -%{_datadir}/osinfo/VERSION -%{_datadir}/osinfo/LICENSE -%{_datadir}/osinfo/datamap -%{_datadir}/osinfo/device -%{_datadir}/osinfo/os -%{_datadir}/osinfo/platform -%{_datadir}/osinfo/install-script -%{_datadir}/osinfo/schema - -%changelog -* Tue Jan 02 2024 Victor Toso - 20231215-1 -- Update to new release (v20231215) - Resolves: rhbz#RHEL-19757 - -* Tue May 23 2023 Victor Toso - 20230518-1 -- Update to new release (v20230518) - Resolves: rhbz#2184782 - Resolves: rhbz#2184613 - -* Tue Aug 02 2022 Victor Toso - 20220727-2 -- Add prereleases: rhel-8.7 and rhel-9.1 - Resolves: rhbz#2103908 - -* Thu Jul 28 2022 Victor Toso - 20220727-1 -- Update to new release (v20220727) - Resolves: rhbz#2083663 - -* Tue May 17 2022 Victor Toso - 20220516-1 -- Update to new release (v20220516) - Resolves: rhbz#2083663 - -* Thu Dec 16 2021 Victor Toso - 20211216-1 -- Update to new release (v20211216) - Resolves: rhbz#1976818 - -* Mon Aug 09 2021 Fabiano Fidêncio - 20210809-1 -- Update to new release (v20210806) - -* Mon Feb 15 2021 Fabiano Fidêncio - 20210215-1 -- Resolves: rhbz#1903300 - rebase osinfo-db to latest fedora - -* Thu Feb 04 2021 Danilo C. L. de Paula - 20201218-3 -- Resolves: rhbz#1903300 - rebase osinfo-db to latest fedora - -* Thu Aug 13 2020 Fabiano Fidêncio - 20200813-1 -- Update to v20200813 release -- Related: rhbz#1837756 - osinfo-db is out of date -- Resolves: rhbz#1868030 - 'osinfo-query os' is missing latest version of Ubuntu and Oracle Linux - -* Tue Aug 04 2020 Fabiano Fidêncio - 20200804-2 -- Remove duplicated virtio1.0-fs device -- Related: rhbz#1837756 - osinfo-db is out of date - -* Tue Aug 04 2020 Fabiano Fidêncio - 20200804-1 -- Update to v20200804 release -- Related: rhbz#1837756 - osinfo-db is out of date - -* Sun May 31 2020 Fabiano Fidêncio - 20200529-1 -- Update to v20200529 release -- Resolves: rhbz#1837756 - osinfo-db is out of date -- Resolves: rhbz#1707119 - Provide information about UEFI support for guests (osinfo-db) - -* Mon Feb 03 2020 Fabiano Fidêncio - 20200203-1 -- Update to v20200203 release -- Resolves: rhbz#1780529 - Update to the latest upstream release - -* Tue Dec 10 2019 Fabiano Fidêncio - 20191125-1 -- Updated to v20191125 release -- Resolves: rhbz#1780529 - Update to the latest upstream release -- Add rhel8.2 & rhel7.8 entries -- Remove upstream virtio-win / spice-guest-tools drivers - -* Wed Jun 12 2019 Fabiano Fidêncio - 20190611-1 -- Update to v20190611 release -- Resolves: rhbz#1699990 - Rebase to the latest upstream release - -* Thu May 23 2019 Fabiano Fidêncio - 20190504-2 -- Add rhel-8.1 & rhel-7.7 entry -- Resolves: rhbz#1713245 - Add rhel-8.1 and rhel-7.7 entries - -* Fri May 10 2019 Fabiano Fidêncio - 20190504-1 -- Update to v20190504 release -- Resolves: rhbz#1699990 - Rebase to the latest upstream release -- Resolves: rhbz#1689817 - virt-manager cannot detect operating system name - for rhel8.0.0 tree automatically -- Resolves: rhbz#1703480 - rhel8.0.x is not detected as rhel8.0 -- Resolves: rhbz#1685364 - Add win2019 to libosinfo - -* Fri Dec 07 2018 Fabiano Fidêncio - 20181011-8 -- Resolves: rhbz#1656917 - backport change to support Fedora 29 Silverblue - -* Fri Nov 16 2018 Fabiano Fidêncio - 20181011-7 -- Resolves: rhbz#1650197 - Fix the volume-ids of rhel8.0 entry -- Resolves: rhbz#1650459 - test-mediauris is failing because of ubuntu change -- Related: rhbz#1580232 - Add support to RHEL7.6 and RHEL8.0 - -* Wed Nov 14 2018 Fabiano Fidêncio - 20181011-6 -- Related: rhbz#1580232 - Add support to RHEL7.6 and RHEL8.0 - -* Sat Nov 03 2018 Fabiano Fidêncio - 20181011-5 -- Related: rhbz#1580232 - Add support to RHEL7.6 and RHEL8.0 - -* Thu Nov 01 2018 Fabiano Fidêncio - 20181011-4 -- Related: rhbz#1644738 - Fix a typo in the Fedora 29 XML - -* Thu Nov 01 2018 Fabiano Fidêncio - 20181011-3 -- Resolves: rhbz#1644738 - Latest released Fedora 29 support in RHEL8 instead - of Fedora 29 Beta - -* Mon Oct 22 2018 Fabiano Fidêncio - 20181011-2 -- Resolves: rhbz#1640458 - Debian Testing should derive-from/upgrade Debian 9 - -* Thu Oct 11 2018 Fabiano Fidêncio - 20181011-1 -- Related: rhbz#1627271 - Update to 20181011 release - -* Fri Sep 21 2018 Fabiano Fidêncio - 20180920-1 -- Related: rhbz#1627271 - Update to 20180920 release - -* Mon Sep 10 2018 Fabiano Fidêncio - 20180903-1 -- Related: rhbz#1627271 - Update to 20180903 release - -* Mon Sep 10 2018 Fabiano Fidêncio - 20180612-2 -- Resolves: rhbz#1580232 - Add support to RHEL-7.6 and RHEL-8.0 - -* Wed Jun 20 2018 Daniel P. Berrangé - 20180612-1 -- Update to 20180612 release - -* Mon Apr 16 2018 Fabiano Fidêncio - 20180416-1 -- Update to new release - -* Sun Mar 25 2018 Fabiano Fidêncio - 20180325-1 -- Update to new release - -* Sun Mar 18 2018 Fabiano Fidêncio - 20180318-1 -- Update to new release - -* Sun Mar 11 2018 Fabiano Fidêncio - 20180311-1 -- Update to new release - -* Thu Feb 08 2018 Fedora Release Engineering - 20170813-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Aug 13 2017 Fabiano Fidêncio - 20170813-1 -- Update to new release - -* Thu Jul 27 2017 Fedora Release Engineering - 20170423-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sun Apr 23 2017 Fabiano Fidêncio - 20170423-1 -- Update to new release - -* Sun Mar 26 2017 Fabiano Fidêncio - 20170326-1 -- Update to new release - -* Sat Feb 25 2017 Fabiano Fidêncio - 20170225-1 -- Update to new release - -* Sat Feb 11 2017 Fabiano Fidêncio - 20170211-1 -- Update to new release - -* Sat Feb 11 2017 Fedora Release Engineering - 20170121-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sat Jan 21 2017 Fabiano Fidêncio - 20170121-2 -- 20170121-1 used an incorrect tarball - -* Sat Jan 21 2017 Fabiano Fidêncio - 20170121-1 -- Update to new release - -* Sat Jan 14 2017 Fabiano Fidêncio - 20170114-1 -- Update to new release - -* Sat Jan 07 2017 Fabiano Fidêncio - 20170107-1 -- Update to new release - -* Wed Oct 26 2016 Daniel P. Berrange - 20161026-1 -- Update to new release - -* Fri Jul 29 2016 Daniel P. Berrange - 20160728-1 -- Initial package after split from libosinfo (rhbz #1361596) diff --git a/osinfo-db-20250124.tar.xz.asc b/osinfo-db-20250124.tar.xz.asc new file mode 100644 index 0000000..d6cb3b0 --- /dev/null +++ b/osinfo-db-20250124.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEIG07NS9WbzsOZXLpl9kSPeN6SE8FAmeTat8ACgkQl9kSPeN6 +SE94zg/+Jslb+0CDVhWzlBTF8/QmM5lnopI1L76THCdrKuJ3wntEZEL+DvfIExKv +d16JEyfZXbBqx8uY+WSXdDbyUnveSBPVzysPMQ5ZJYj4bVFsT0ET+Ce2Rdp/lmLy +dek2O97qmok6DhDb6ctO97uUnO73/onR4sIbZ0F3Mvn4HJkR7s5nTO3BehrJPJV0 ++vWo82MWyV39+SzLtbh0aYIDnohK6JLnjdEwambSHDrH+shyFjOBsHYQZUBWBi7c +7s0OlQAJJ+NSP75nxaHOQb8rn3nCAW9EHXT0d0OlTCy0tdtm7Bjh/JPe2cCgY19h +icP/2uHLFhE/5+g9pHyeX0xe/PE4flz6cXY8vvjwOaxZv1W5mQ+wg42xqOHm2LZQ +uf1WuzS/BiTsfWTYd2oVnL3JtrIAExpTzfAuFFkLkVnpFZZ19My9UUM5WuBgdDTh +mwycMciYDh+MScJQ7tHv8t5hj7c6sCuMHS25C1vK8Fs9vfjWMvOA4kGsV/oMFwJk +2ZNx5UMHGvnECCI8TGtXM4neRJhbmGHaW0y67RpPaZ1FiH65iQM2JAzxoPI1cMcz +DXbE60DXAqA7AGeg7Bepmpx9jjr/+BC+mEPclLIbawZOCAldOM9Yr0UXKFL+wHWM +D4d/kA5qscXdjPuZyKpZwtP0Pkkxnefi66eW6UZ1vSwj1er7J70= +=WSIF +-----END PGP SIGNATURE----- diff --git a/osinfo-db.spec b/osinfo-db.spec new file mode 100644 index 0000000..b56e2c8 --- /dev/null +++ b/osinfo-db.spec @@ -0,0 +1,223 @@ +## 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 + +# -*- rpm-spec -*- + +%define with_mingw 0 +%if 0%{?fedora} + %define with_mingw 0%{!?_without_mingw:1} +%endif + +Summary: osinfo database files +Name: osinfo-db +Version: 20250124 +Release: %autorelease +License: GPL-2.0-or-later +Source0: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz +Source1: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz.asc +URL: http://libosinfo.org/ +BuildRequires: intltool +BuildRequires: osinfo-db-tools +BuildArch: noarch +Requires: hwdata + +%if %{with_mingw} +BuildRequires: mingw32-filesystem >= 95 +BuildRequires: mingw64-filesystem >= 95 +%endif + +%description +The osinfo database provides information about operating systems and +hypervisor platforms to facilitate the automated configuration and +provisioning of new virtual machines + +%if %{with_mingw} +%package -n mingw32-osinfo-db +Summary: %{summary} + +%description -n mingw32-osinfo-db +This package provides the osinfo database of information about +operating systems for use with virtualization provisioning tools + +%package -n mingw64-osinfo-db +Summary: %{summary} + +%description -n mingw64-osinfo-db +This package provides the osinfo database of information about +operating systems for use with virtualization provisioning tools + +%endif + +%install +osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0} +%if 0%{?rhel} +# Remove the upstream virtio-win / spice-guest-tools drivers +find %{buildroot}/%{_datadir}/osinfo/os/microsoft.com/ -name "win-*.d" -type d -exec rm -rf {} + +%endif + +%if %{with_mingw} +osinfo-db-import --root %{buildroot} --dir %{mingw32_datadir}/osinfo %{SOURCE0} +osinfo-db-import --root %{buildroot} --dir %{mingw64_datadir}/osinfo %{SOURCE0} +%endif + +%files +%dir %{_datadir}/osinfo/ +%{_datadir}/osinfo/VERSION +%{_datadir}/osinfo/LICENSE +%{_datadir}/osinfo/datamap +%{_datadir}/osinfo/device +%{_datadir}/osinfo/os +%{_datadir}/osinfo/platform +%{_datadir}/osinfo/install-script +%{_datadir}/osinfo/schema + +%if %{with_mingw} +%files -n mingw32-osinfo-db +%dir %{mingw32_datadir}/osinfo +%doc %{mingw32_datadir}/osinfo/LICENSE +%{mingw32_datadir}/osinfo/VERSION +%{mingw32_datadir}/osinfo/datamap +%{mingw32_datadir}/osinfo/device +%{mingw32_datadir}/osinfo/os +%{mingw32_datadir}/osinfo/platform +%{mingw32_datadir}/osinfo/install-script +%{mingw32_datadir}/osinfo/schema + +%files -n mingw64-osinfo-db +%dir %{mingw64_datadir}/osinfo +%doc %{mingw64_datadir}/osinfo/LICENSE +%{mingw64_datadir}/osinfo/VERSION +%{mingw64_datadir}/osinfo/datamap +%{mingw64_datadir}/osinfo/device +%{mingw64_datadir}/osinfo/os +%{mingw64_datadir}/osinfo/platform +%{mingw64_datadir}/osinfo/install-script +%{mingw64_datadir}/osinfo/schema +%endif + +%changelog +## START: Generated by rpmautospec +* Mon Jan 27 2025 Victor Toso - 20250124-1 +- Update to v20250124 + +* Tue Oct 29 2024 Troy Dawson - 20240701-4 +- Bump release for October 2024 mass rebuild: + +* Mon Oct 14 2024 Victor Toso - 20240701-3 +- Add rhel 10.0 and rhel-10-unknown + +* Mon Aug 05 2024 Tomas Pelka - 20240701-2 +- Add gating.yaml via API + +* Fri Aug 02 2024 Victor Toso - 20240701-1 +- Update to v20240701 + +* Mon Jun 24 2024 Troy Dawson - 20231215-4 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 20231215-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 20231215-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Dec 15 2023 Victor Toso - 20231215-1 +- Update to v20231215 + +* Fri Oct 27 2023 Victor Toso - 20231027-1 +- Update to release v20231027 + +* Thu Jul 20 2023 Fedora Release Engineering - 20230719-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 19 2023 Victor Toso - 20230719-1 +- Update to v20230719 + +* Thu May 18 2023 Victor Toso - 20230518-1 +- Update to release v20230518 + +* Wed Mar 08 2023 Victor Toso - 20230308-1 +- Update to new release (v20230308) + +* Thu Jan 19 2023 Fedora Release Engineering - 20221130-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Nov 30 2022 Victor Toso - 20221130-1 +- Update to new release (v20221130) + +* Tue Oct 18 2022 Victor Toso - 20221018-1 +- Update to new release (v20221018) + +* Tue Aug 30 2022 Victor Toso - 20220830-1 +- Update to new release (v20220830) + +* Fri Aug 26 2022 Victor Toso - 20220727-3 +- Switch images/pxeboot in Fedora + https://bugzilla.redhat.com/show_bug.cgi?id=2103835 + +* Tue Aug 23 2022 Daniel P. Berrangé - 20220727-2 +- Pull in mingw sub-packages + +* Wed Jul 27 2022 Victor Toso - 20220727-1 +- Update to new release (v20220727) + +* Fri Jul 22 2022 Fedora Release Engineering - 20220516-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon May 16 2022 Victor Toso - 20220516-1 +- Update to new release (v20220516) + +* Mon Feb 14 2022 Victor Toso - 20220214-1 +- Update to new release (v20220214) + +* Thu Jan 20 2022 Fedora Release Engineering - 20211216-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 16 2021 Victor Toso - 20211216-1 +- Update to new release (v20211216) + +* Wed Oct 13 2021 Victor Toso - 20211013-1 +- Update to new release (v20211013) + +* Fri Sep 03 2021 Fabiano Fidêncio - 20210903-1 +- Update to new release (v20210903) + +* Mon Aug 09 2021 Fabiano Fidêncio - 20210809-1 +- Update to new release (v20210806) + +* Fri Aug 06 2021 Fabiano Fidêncio - 20210806-1 +- Update to new release (v20210806) + +* Thu Jul 22 2021 Fedora Release Engineering - 20210621-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 21 2021 Fabiano Fidêncio - 20210621-1 +- Update to new release (v20210621) + +* Mon May 31 2021 Fabiano Fidêncio - 20210531-1 +- Update to new release (v20210531) + +* Mon Apr 26 2021 Fabiano Fidêncio - 20210426-1 +- Update to new release (v20210426) + +* Fri Mar 12 2021 Fabiano Fidêncio - 20210312-1 +- Update to new release (v20210312) + +* Mon Feb 15 2021 Fabiano Fidêncio - 20210215-1 +- Don't distribute upstream virtio-win drivers on RHEL +- Update to new release (v20210215) + +* Tue Feb 02 2021 Fabiano Fidêncio - 20210202-1 +- Update to new release (v20210202) + +* Tue Jan 26 2021 Fedora Release Engineering - 20201218-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +## END: Generated by rpmautospec diff --git a/sources b/sources new file mode 100644 index 0000000..6053e2b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (osinfo-db-20250124.tar.xz) = 3165ea461ee3c00d42c016724579c787337837cba8a6e5c82f4c7d573f64d2f81cf1fa0a6d8d9f8e24b0badcd593de3caca6135bfa74d8e69eff6d2f26ba1803