0.31 bump; Added FMF

This commit is contained in:
Jitka Plesnikova 2021-06-04 10:12:53 +02:00
parent dc15a29372
commit ee5ac1369e
7 changed files with 24 additions and 2 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Convert-ASN1-0.22.tar.gz
/Convert-ASN1-0.26.tar.gz
/Convert-ASN1-0.27.tar.gz
/Convert-ASN1-0.29.tar.gz
/Convert-ASN1-0.31.tar.gz

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -3,7 +3,7 @@
Summary: ASN.1 encode/decode library
Name: perl-Convert-ASN1
Version: 0.29
Version: 0.31
Release: 1%{?dist}
License: GPL+ or Artistic
URL: https://metacpan.org/release/Convert-ASN1
@ -96,6 +96,7 @@ chmod +x %{buildroot}/%{_libexecdir}/%{name}/test
%check
unset YYDEBUG
export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
make test
%files
@ -108,6 +109,9 @@ make test
%{_libexecdir}/%{name}
%changelog
* Fri Jun 04 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-1
- 0.31 bump
* Wed May 26 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-1
- 0.29 bump

5
plans/sanity.fmf Normal file
View File

@ -0,0 +1,5 @@
summary: Sanity tests
discover:
how: fmf
execute:
how: tmt

View File

@ -1 +1 @@
SHA512 (Convert-ASN1-0.29.tar.gz) = 3a4906a3df33ee2070a718508bc58335c5e8fb334859782c4d47aa44efe500fa9c7e3bd27f9604a46bdf7123451a94fd6abcdae09eb3fd53a385dcae1a0fe4d0
SHA512 (Convert-ASN1-0.31.tar.gz) = 25f6ec7e776d30cdd729cdae04660ca756f10e9813a8a044ce391c19e75051be30ec794295b24cb07bc110f24ea2fbcf033a6a8e725eedaa1d9d78f7dfcc357b

4
tests/upstream-tests.fmf Normal file
View File

@ -0,0 +1,4 @@
summary: Upstream tests
component: perl-Convert-ASN1
require: perl-Convert-ASN1-tests
test: /usr/libexec/perl-Convert-ASN1/test