From 8d72f3542eb231e1863be9648782e6de4212a600 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 22 Sep 2023 17:59:13 +0300 Subject: [PATCH] import hwdata-0.348-9.11.el9 --- .gitignore | 2 +- .hwdata.metadata | 2 +- SPECS/hwdata.spec | 31 +++++++++++++++++++++++++++++-- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c6e5a3c..0a926a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v0.348-9.7.tar.gz +SOURCES/v0.348-9.11.tar.gz diff --git a/.hwdata.metadata b/.hwdata.metadata index 56634e7..5276710 100644 --- a/.hwdata.metadata +++ b/.hwdata.metadata @@ -1 +1 @@ -8e628e619751d112330e7f044ef801e4a8e1efb7 SOURCES/v0.348-9.7.tar.gz +c9bdcabc30bd34e61c60f78ff9c03ecf7c5e9643 SOURCES/v0.348-9.11.tar.gz diff --git a/SPECS/hwdata.spec b/SPECS/hwdata.spec index cd658da..92804a6 100644 --- a/SPECS/hwdata.spec +++ b/SPECS/hwdata.spec @@ -1,4 +1,4 @@ -%global uprelease 9.7 +%global uprelease 9.11 Name: hwdata Summary: Hardware identification and configuration data @@ -14,6 +14,14 @@ BuildRequires: make hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases. +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains files for developing applications that use +%{name}. + %prep %setup -q -n %{name}-%{version}-%{uprelease} %configure @@ -31,10 +39,29 @@ such as the pci.ids and usb.ids databases. %{_prefix}/lib/modprobe.d/dist-blacklist.conf %{_datadir}/%{name}/* +%files devel +%{_datadir}/pkgconfig/%{name}.pc + %changelog -* Fri Apr 14 2023 MSVSphere Packaging Team - 0.348-9.7 +* Mon Aug 21 2023 Vitezslav Crhonek - 0.348-9.11 +- Update pci, usb and vendor ids + Resolves: #2169696 + +* Mon Jun 19 2023 Vitezslav Crhonek - 0.348-9.10 +- Update pci, usb and vendor ids + Resolves: #2169689 + +* Fri Apr 14 2023 MSVSphere Packaging Team - 0.348-9.9 - Rebuilt for MSVSphere 9.2 beta +* Fri Mar 10 2023 Vitezslav Crhonek - 0.348-9.9 +- Fix version in pkgconfig file, fix srpm-x creation + Relased: #2176788 + +* Thu Mar 09 2023 Vitezslav Crhonek - 0.348-9.8 +- Provide pkgconfig file in -devel subpackage + Resolves: #2176788 + * Mon Feb 20 2023 Vitezslav Crhonek - 0.348-9.7 - Update pci, usb and vendor ids Resolves: #2125573