Update to upstream version 0.379-10.0
Resolves: RHEL-42416
This commit is contained in:
parent
082ba5cfbb
commit
74cc3a2055
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/v0.379.tar.gz
|
||||
/v0.379-10.0.tar.gz
|
||||
|
||||
15
hwdata.spec
15
hwdata.spec
@ -1,9 +1,11 @@
|
||||
%global uprelease 10.0
|
||||
|
||||
Name: hwdata
|
||||
Summary: Hardware identification and configuration data
|
||||
Version: 0.379
|
||||
Release: 1%{?dist}
|
||||
Release: %{uprelease}%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz
|
||||
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz
|
||||
URL: https://github.com/vcrhonek/hwdata
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
@ -21,11 +23,10 @@ The %{name}-devel package contains files for developing applications that use
|
||||
%{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%setup -q -n %{name}-%{version}-%{uprelease}
|
||||
%configure
|
||||
|
||||
%build
|
||||
# nothing to build
|
||||
|
||||
%install
|
||||
@ -42,6 +43,10 @@ The %{name}-devel package contains files for developing applications that use
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 17 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.379-10.0
|
||||
- Update pci, usb and vendor ids
|
||||
Resolves: RHEL-42416
|
||||
|
||||
* Fri Feb 02 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.379-1
|
||||
- Update pci, usb and vendor ids
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.379.tar.gz) = 059be449290c20d85d13e96e66817946ecebe0c6df43a14b73b3336107f7c9c6608fd34230978c52372ece0cf8d4300ac81398abfa654bb0fef747c5b73c0ed7
|
||||
SHA512 (v0.379-10.0.tar.gz) = fa66e01892089aa021364481d01dde9973c0d94cd3bf3c0f8552a2b6aca9c217ae675508418739aa9f5221f347862f663d851424e516b8f84d1f391453190802
|
||||
|
||||
Loading…
Reference in New Issue
Block a user