import UBI hwdata-0.348-9.11.el9

This commit is contained in:
eabdullin 2023-11-07 11:39:35 +00:00
parent 7354b9d7a0
commit 4f1a6a5a6d
3 changed files with 30 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v0.348-9.7.tar.gz
SOURCES/v0.348-9.11.tar.gz

View File

@ -1 +1 @@
8e628e619751d112330e7f044ef801e4a8e1efb7 SOURCES/v0.348-9.7.tar.gz
c9bdcabc30bd34e61c60f78ff9c03ecf7c5e9643 SOURCES/v0.348-9.11.tar.gz

View File

@ -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 <vcrhonek@redhat.com> - 0.348-9.11
- Update pci, usb and vendor ids
Resolves: #2169696
* Mon Jun 19 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.10
- Update pci, usb and vendor ids
Resolves: #2169689
* Fri Mar 10 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.9
- Fix version in pkgconfig file, fix srpm-x creation
Relased: #2176788
* Thu Mar 09 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.8
- Provide pkgconfig file in -devel subpackage
Resolves: #2176788
* Mon Feb 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.7
- Update pci, usb and vendor ids
Resolves: #2125573