diff --git a/convmv.spec b/convmv.spec index e09913a..a365612 100644 --- a/convmv.spec +++ b/convmv.spec @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv Version: 2.05 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2 or GPLv3 URL: http://j3e.de/linux/convmv @@ -45,6 +45,9 @@ make PREFIX=%{_prefix} DESTDIR=%{buildroot} install %{_mandir}/man*/* %changelog +* Mon May 24 2021 Parag Nemade - 2.05-10 +- Resolves:rhbz#1961994 - Add gating tests from rhel-8 + * Thu Apr 15 2021 Mohan Boddu - 2.05-9 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..ecd41b5 --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ../source +make V=1 test diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..cc62a54 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-source + +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - smoke + required_packages: + - perl + - make