Compare commits

...

No commits in common. "c9" and "c8" have entirely different histories.
c9 ... c8

3 changed files with 77 additions and 155 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v0.348-9.13.tar.gz SOURCES/v0.314-8.22.tar.gz

View File

@ -1 +1 @@
68cb50131afe439bd659a8220569f6f1cddccdbf SOURCES/v0.348-9.13.tar.gz ecd684eb8ce8b56b4d9022d2c4936d81de5a5f4e SOURCES/v0.314-8.22.tar.gz

View File

@ -1,27 +1,18 @@
%global uprelease 9.13 %global uprelease 8.22
Name: hwdata Name: hwdata
Summary: Hardware identification and configuration data Summary: Hardware identification and configuration data
Version: 0.348 Version: 0.314
Release: %{uprelease}%{?dist} Release: %{uprelease}%{?dist}
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}%{?_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
@ -30,176 +21,107 @@ The %{name}-devel package contains files for developing applications that use
# nothing to build # nothing to build
%install %install
%make_install libdir=%{_prefix}/lib rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
%files %files
%license COPYING %doc 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 Feb 19 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.13 * Mon Feb 19 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.22
- Rebuild
Related: RHEL-6946
* Mon Feb 19 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.21
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: RHEL-6948 Resolves: RHEL-6946
* Mon Dec 11 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.12 * Mon Dec 11 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.20
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: RHEL-6947 Resolves: RHEL-6945
* Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.11 * Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.19
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2169696 Resolves: #2169697
* Mon Jun 19 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.10 * Tue Jun 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.18
- 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: #2169689 Resolves: #2169692
* Fri Mar 10 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.9 * Mon Feb 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.16
- 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: #2125573 Resolves: #2125564
* Mon Dec 19 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.6 * Mon Dec 19 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.15
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2125571 Resolves: #2125563
* Mon Aug 22 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.5 * Mon Aug 22 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.14
- 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: #2062103 Resolves: #1877303
* Mon Jun 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.4 * Mon Sep 21 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.6
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2062101 Resolves: #1820177
* Thu Feb 17 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.3 * Mon Jun 08 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.5
- Update pci, usb and vendor ids - Updated pci, usb and vendor ids
Resolves: #2006239 Resolves: #1820174
* Thu Dec 16 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.2 * Wed Mar 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.4
- Update pci, usb and vendor ids - Updated pci, usb and vendor ids
Resolves: #2006236 Resolves: #1721921
* Mon Aug 23 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.1 * Mon Nov 25 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.3
- Update pci, usb and vendor ids - Updated pci, usb and vendor ids
Resolves: #1956710 Resolves: #1721915
* Mon Jun 21 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.0 * Tue Oct 29 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.2
- Bump release - Updated pci, usb and vendor ids
- Update usb and vendor ids Resolves: #1698963
* Wed Jun 02 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-1 * Tue May 28 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.1
- Update pci, usb and vendor ids - Updated pci, usb and vendor ids
Resolves: #1698962
* Mon May 03 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.347-1 * Mon Feb 25 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.0
- Update pci and vendor ids - Bumped release
- 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.