Resolves:rhbz#1961994 - Add gating tests from rhel-8
This commit is contained in:
parent
f45f426f1c
commit
d495a7ab63
@ -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 <pnemade AT redhat DOT com> - 2.05-10
|
||||
- Resolves:rhbz#1961994 - Add gating tests from rhel-8
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.05-9
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
3
tests/smoke/runtest.sh
Normal file
3
tests/smoke/runtest.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd ../source
|
||||
make V=1 test
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user