Upgrade hwdata to 0.378 in Mariner 3.0 (#7647)

Co-authored-by: Nan Liu <liunan@microsoft.com>
Co-authored-by: Nan Liu <108544011+liunan-ms@users.noreply.github.com>
This commit is contained in:
CBL-Mariner-Bot 2024-02-28 11:21:10 -08:00 коммит произвёл GitHub
Родитель 8413af3991
Коммит 04a2bea6b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 23 добавлений и 6 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"hwdata-0.356.tar.gz": "117cbd0a7414153b0842cba3346e7fe5ed3b90335795e6ee230ec1d9fdf5d624"
}
"Signatures": {
"hwdata-0.378.tar.gz": "098ea8db12a50290f4b23f7f521edf9c5bab25935d2740de17e4a487110b40c8"
}
}

Просмотреть файл

@ -1,6 +1,6 @@
Summary: Hardware identification and configuration data
Name: hwdata
Version: 0.356
Version: 0.378
Release: 1%{?dist}
License: GPLv2+ OR XFree86 1.0
Vendor: Microsoft Corporation
@ -10,11 +10,20 @@ URL: https://github.com/vcrhonek/hwdata
#Source0: %%{url}/archive/v%%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
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} = %{version}-%{release}
%description devel
The %{name}-devel package contains files for developing applications that use
%{name}.
%prep
%setup -q
%configure
@ -31,7 +40,15 @@ make install DESTDIR=%{buildroot} libdir=%{_libdir}
%{_libdir}/modprobe.d/dist-blacklist.conf
%{_datadir}/%{name}/*
%files devel
%{_datadir}/pkgconfig/%{name}.pc
%changelog
* Thu Feb 02 2024 Nan Liu <liunan@microsoft.com> - 0.378-1
- Upgrade to 0.378
- Update License
- Add devel package with pkgconfig file and BuildRequires
* Fri Feb 18 2022 Cameron Baird <cameronbaird@microsoft.com> - 0.356-1
- Update source to v0.356

Просмотреть файл

@ -6510,8 +6510,8 @@
"type": "other",
"other": {
"name": "hwdata",
"version": "0.356",
"downloadUrl": "https://github.com/vcrhonek/hwdata/archive/v0.356.tar.gz"
"version": "0.378",
"downloadUrl": "https://github.com/vcrhonek/hwdata/archive/v0.378.tar.gz"
}
}
},