diff --git a/.gitignore b/.gitignore index aa4f890..4e550b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v0.314-8.17.tar.gz +/v0.314-8.18.tar.gz diff --git a/hwdata.spec b/hwdata.spec index e92757d..2a8bb43 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -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 - 0.314-8.18 +- Add tests, rebuild + Related: #2169692 + * Mon Jun 19 2023 Vitezslav Crhonek - 0.314-8.17 - Update pci, usb and vendor ids Resolves: #2169692 diff --git a/sources b/sources index db33d53..ba032d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v0.314-8.17.tar.gz) = 3b121bca047ed201cb4aa5da0054af65321a277d50f9a4a92b729d7826051ade10bc8437bd2087417a776712f7689f863f2416f6d0838cd3362be5bd94f4eb1c +SHA512 (v0.314-8.18.tar.gz) = b34155ea81609a57c6e145b937a1b0905dedd80636387106bff9dbe267d5ac5c7026679052ff958e19fd65d2f1f86676b2fcfee6a94bc293476728665a8d35c2 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..035d567 --- /dev/null +++ b/tests/tests.yml @@ -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