import hwdata-0.348-9.11.el9

c9-beta imports/c9-beta/hwdata-0.348-9.11.el9
MSVSphere Packaging Team 1 year ago
parent aa57331d7d
commit fa3f706a5c

2
.gitignore vendored

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

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

@ -1,4 +1,4 @@
%global uprelease 9.7 %global uprelease 9.11
Name: hwdata Name: hwdata
Summary: Hardware identification and configuration data Summary: Hardware identification and configuration data
@ -14,6 +14,14 @@ BuildRequires: make
hwdata contains various hardware identification and configuration data, hwdata contains various hardware identification and configuration data,
such as the pci.ids and usb.ids databases. 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 %prep
%setup -q -n %{name}-%{version}-%{uprelease} %setup -q -n %{name}-%{version}-%{uprelease}
%configure %configure
@ -31,7 +39,26 @@ such as the pci.ids and usb.ids databases.
%{_prefix}/lib/modprobe.d/dist-blacklist.conf %{_prefix}/lib/modprobe.d/dist-blacklist.conf
%{_datadir}/%{name}/* %{_datadir}/%{name}/*
%files devel
%{_datadir}/pkgconfig/%{name}.pc
%changelog %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 * Mon Feb 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.7
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2125573 Resolves: #2125573

Loading…
Cancel
Save