From 4f1a6a5a6d64341476ba375571e0f83a25483acb Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 7 Nov 2023 11:39:35 +0000 Subject: [PATCH] import UBI hwdata-0.348-9.11.el9 --- .gitignore | 2 +- .hwdata.metadata | 2 +- SPECS/hwdata.spec | 29 ++++++++++++++++++++++++++++- 3 files changed, 30 insertions(+), 3 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 1c9e9a3..0965ae6 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,7 +39,26 @@ 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 +* 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 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