Compare commits
No commits in common. "c9" and "c8" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v0.348-9.15.tar.gz
|
||||
SOURCES/v0.314-8.22.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
a237f5df023f81275510f5f5fb5ec14be86ac658 SOURCES/v0.348-9.15.tar.gz
|
||||
ecd684eb8ce8b56b4d9022d2c4936d81de5a5f4e SOURCES/v0.314-8.22.tar.gz
|
||||
|
@ -1,27 +1,18 @@
|
||||
%global uprelease 9.15
|
||||
%global uprelease 8.22
|
||||
|
||||
Name: hwdata
|
||||
Summary: Hardware identification and configuration data
|
||||
Version: 0.348
|
||||
Version: 0.314
|
||||
Release: %{uprelease}%{?dist}
|
||||
License: GPLv2+
|
||||
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz
|
||||
URL: https://github.com/vcrhonek/hwdata
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
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
|
||||
@ -30,184 +21,107 @@ The %{name}-devel package contains files for developing applications that use
|
||||
# nothing to build
|
||||
|
||||
%install
|
||||
%make_install libdir=%{_prefix}/lib
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc LICENSE
|
||||
%doc LICENSE COPYING
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_prefix}/lib/modprobe.d/dist-blacklist.conf
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
%files devel
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.15
|
||||
* 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
|
||||
Resolves: RHEL-27163
|
||||
Resolves: RHEL-6946
|
||||
|
||||
* Mon Jun 17 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.14
|
||||
* Mon Dec 11 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.20
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: RHEL-27162
|
||||
Resolves: RHEL-6945
|
||||
|
||||
* Mon Feb 19 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.13
|
||||
* Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.19
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: RHEL-6948
|
||||
Resolves: #2169697
|
||||
|
||||
* Mon Dec 11 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.12
|
||||
* 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
|
||||
Resolves: RHEL-6947
|
||||
Resolves: #2169692
|
||||
|
||||
* Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.11
|
||||
* Mon Feb 20 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.16
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #2169696
|
||||
Resolves: #2125564
|
||||
|
||||
* Mon Jun 19 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.10
|
||||
* Mon Dec 19 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.15
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #2169689
|
||||
Resolves: #2125563
|
||||
|
||||
* Fri Mar 10 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.9
|
||||
- Fix version in pkgconfig file, fix srpm-x creation
|
||||
Relased: #2176788
|
||||
* Mon Aug 22 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.14
|
||||
- Update pci nd vendor ids
|
||||
Resolves: #2062131
|
||||
|
||||
* 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 Jun 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.13
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #2125573
|
||||
Resolves: #2062129
|
||||
|
||||
* Mon Dec 19 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.6
|
||||
* Thu Feb 17 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.12
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #2125571
|
||||
Resolves: #2005896
|
||||
|
||||
* Mon Aug 22 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.5
|
||||
* 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
|
||||
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
|
||||
Resolves: #2062101
|
||||
Resolves: #1820177
|
||||
|
||||
* Thu Feb 17 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.3
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #2006239
|
||||
* Mon Jun 08 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.5
|
||||
- Updated pci, usb and vendor ids
|
||||
Resolves: #1820174
|
||||
|
||||
* Thu Dec 16 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.2
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #2006236
|
||||
* Wed Mar 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.4
|
||||
- Updated pci, usb and vendor ids
|
||||
Resolves: #1721921
|
||||
|
||||
* Mon Aug 23 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.1
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: #1956710
|
||||
* Mon Nov 25 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.3
|
||||
- Updated pci, usb and vendor ids
|
||||
Resolves: #1721915
|
||||
|
||||
* Mon Jun 21 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.0
|
||||
- Bump release
|
||||
- Update usb and vendor ids
|
||||
* Tue Oct 29 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.2
|
||||
- Updated pci, usb and vendor ids
|
||||
Resolves: #1698963
|
||||
|
||||
* Wed Jun 02 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-1
|
||||
- Update pci, usb and vendor ids
|
||||
* Tue May 28 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.1
|
||||
- Updated pci, usb and vendor ids
|
||||
Resolves: #1698962
|
||||
|
||||
* Mon May 03 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.347-1
|
||||
- Update pci 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.
|
||||
* Mon Feb 25 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-8.0
|
||||
- Bumped release
|
||||
- Updated pci, usb and vendor ids
|
||||
|
||||
* Thu Aug 02 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.314-1
|
||||
- Updated pci, usb and vendor ids.
|
||||
|
Loading…
Reference in New Issue
Block a user