Compare commits

...

No commits in common. "c8" and "a9-beta" have entirely different histories.
c8 ... a9-beta

3 changed files with 155 additions and 70 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
c04b94e7769679bdedaf046345e21a4ce5a3d9b0 SOURCES/v0.314-8.19.tar.gz c9bdcabc30bd34e61c60f78ff9c03ecf7c5e9643 SOURCES/v0.348-9.11.tar.gz

View File

@ -1,18 +1,27 @@
%global uprelease 8.19 %global uprelease 9.11
Name: hwdata Name: hwdata
Summary: Hardware identification and configuration data Summary: Hardware identification and configuration data
Version: 0.314 Version: 0.348
Release: %{uprelease}%{?dist} Release: %{uprelease}%{?dist}.alma.1
License: GPLv2+ License: GPLv2+
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz
URL: https://github.com/vcrhonek/hwdata URL: https://github.com/vcrhonek/hwdata
BuildArch: noarch BuildArch: noarch
BuildRequires: make
%description %description
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} = %{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
@ -21,95 +30,171 @@ such as the pci.ids and usb.ids databases.
# nothing to build # nothing to build
%install %install
rm -rf $RPM_BUILD_ROOT %make_install libdir=%{_prefix}/lib
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
%files %files
%doc LICENSE COPYING %license COPYING
%doc LICENSE
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_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.314-8.19 * Mon Oct 10 2023 Eduard Abdullin <eabdullin@almalinux.org> - 0.348-9.11.alma.1
- Remove {isa} from devel Requires
* Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.11
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2169697 Resolves: #2169696
* Tue Jun 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.18 * Mon Jun 19 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.10
- Add tests, rebuild
Related: #2169692
* Mon Jun 19 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.17
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2169692 Resolves: #2169689
* Mon Feb 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.16 * 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 - Update pci, usb and vendor ids
Resolves: #2125564 Resolves: #2125573
* Mon Dec 19 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.15 * Mon Dec 19 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.6
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2125563 Resolves: #2125571
* Mon Aug 22 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.14 * Mon Aug 22 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.5
- Update pci nd vendor ids
Resolves: #2062131
* Mon Jun 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.13
- Update pci, usb and vendor ids
Resolves: #2062129
* Thu Feb 17 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.12
- Update pci, usb and vendor ids
Resolves: #2005896
* Wed Dec 15 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.11
- Update pci, usb and vendor ids
Resolves: #2005888
* Mon Aug 23 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.10
- Update pci, usb and vendor ids
Resolves: #1920948
* Thu Jun 17 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.9
- Update pci, usb and vendor ids
Resolves: #1920943
* Mon Feb 08 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.8
- Update pci, usb and vendor ids
Resolves: #1877304
* Thu Jan 07 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.7
- Update pci and vendor ids - Update pci and vendor ids
Resolves: #1877303 Resolves: #2062103
* Mon Sep 21 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.6 * Mon Jun 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.4
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #1820177 Resolves: #2062101
* Mon Jun 08 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.5 * Thu Feb 17 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.3
- Updated pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #1820174 Resolves: #2006239
* Wed Mar 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.4 * Thu Dec 16 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.2
- Updated pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #1721921 Resolves: #2006236
* Mon Nov 25 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.3 * Mon Aug 23 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.1
- Updated pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #1721915 Resolves: #1956710
* Tue Oct 29 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.2 * Mon Jun 21 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.0
- Updated pci, usb and vendor ids - Bump release
Resolves: #1698963 - Update usb and vendor ids
* Tue May 28 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.1 * Wed Jun 02 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-1
- Updated pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #1698962
* Mon Feb 25 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.0 * Mon May 03 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.347-1
- Bumped release - Update pci and vendor ids
- Updated pci, usb and vendor ids
* Thu Apr 01 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.346-1
- Update pci, usb and vendor ids
* Mon Mar 01 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.345-1
- Update pci, usb and vendor ids
* Mon Feb 01 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.344-1
- Update pci, usb and vendor ids
* Wed Jan 06 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.343-1
- Update pci and vendor ids
* Tue Dec 01 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.342-1
- Update pci and vendor ids
* Tue Nov 03 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.341-1
- Update pci and vendor ids
* Mon Oct 05 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.340-1
- Update pci and vendor ids
* Tue Sep 01 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.339-1
- Update pci, usb and vendor ids
* Tue Aug 04 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.338-1
- Update pci, usb and vendor ids
* Thu Jul 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.337-1
- Update pci, usb and vendor ids
* Mon Jun 01 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.336-1
- Update pci and vendor ids
* Mon May 04 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.335-1
- Update pci and vendor ids
* Wed Apr 01 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.334-1
- Updated pci, usb and vendor ids.
* Mon Mar 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.333-1
- Updated pci, usb and vendor ids.
* Mon Feb 03 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.332-1
- Updated pci, usb and vendor ids.
* Thu Jan 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.331-1
- Updated pci, usb and vendor ids.
* Mon Dec 02 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.330-1
- Updated pci, usb and vendor ids.
* Mon Nov 04 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.329-1
- Updated pci, usb and vendor ids.
* Tue Oct 01 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.328-1
- Updated pci, usb and vendor ids.
* Tue Sep 03 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.327-1
- Updated pci, usb and vendor ids.
* Thu Aug 01 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.326-1
- Updated pci, usb and vendor ids.
* Thu Jun 27 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.325-1
- Updated pci, usb and vendor ids.
* Mon Jun 03 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.324-1
- Updated pci, usb and vendor ids.
* Thu May 02 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.323-1
- Updated pci, usb and vendor ids.
* Tue Apr 02 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.322-1
- Updated pci, usb and vendor ids.
* Tue Mar 05 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.321-1
- Updated pci, usb and vendor ids.
* Mon Feb 04 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.320-1
- Updated pci, usb and vendor ids.
* Wed Jan 02 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.319-1
- Updated pci, usb and vendor ids.
* Mon Dec 03 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.318-1
- Updated pci, usb and vendor ids.
* Thu Nov 01 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.317-1
- Updated pci, usb and vendor ids.
* Mon Oct 01 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.316-1
- Updated pci, usb and vendor ids.
* Mon Sep 03 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.315-1
- Updated pci, usb and vendor ids.
* Thu Aug 02 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-1 * Thu Aug 02 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-1
- Updated pci, usb and vendor ids. - Updated pci, usb and vendor ids.