parent
4245539166
commit
f66ae566d8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/v0.314-8.17.tar.gz
|
||||
/v0.314-8.18.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
%global uprelease 8.17
|
||||
%global uprelease 8.18
|
||||
|
||||
Name: hwdata
|
||||
Summary: Hardware identification and configuration data
|
||||
@ -31,6 +31,10 @@ make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* 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: #2169692
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.314-8.17.tar.gz) = 3b121bca047ed201cb4aa5da0054af65321a277d50f9a4a92b729d7826051ade10bc8437bd2087417a776712f7689f863f2416f6d0838cd3362be5bd94f4eb1c
|
||||
SHA512 (v0.314-8.18.tar.gz) = b34155ea81609a57c6e145b937a1b0905dedd80636387106bff9dbe267d5ac5c7026679052ff958e19fd65d2f1f86676b2fcfee6a94bc293476728665a8d35c2
|
||||
|
||||
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "git://pkgs.devel.redhat.com/tests/hwdata"
|
||||
dest: "tree"
|
||||
tests:
|
||||
- tree/Sanity/ids-files
|
||||
- tree/idfiles/syntax
|
||||
required_packages:
|
||||
- hwdata
|
||||
- pciutils
|
||||
- usbutils
|
||||
- grep
|
||||
- coreutils
|
||||
- hwdata
|
||||
- wget
|
||||
Loading…
Reference in New Issue
Block a user