Related: rhbz#2126689

This commit is contained in:
Jitka Plesnikova 2022-10-18 15:41:51 +02:00
parent 5a2b1c88ad
commit 1f8b2eaaa4
2 changed files with 10 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -1,6 +1,6 @@
Name: perl-Net-DNS
Version: 1.29
Release: 4%{?dist}
Release: 5%{?dist}
Summary: DNS resolver modules for Perl
# Other files: MIT
# demo/mresolv: GPL+ or Artistic
@ -155,6 +155,9 @@ make test
%{_mandir}/man3/Net::DNS::Nameserver*
%changelog
* Thu Oct 13 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-5
- Related: rhbz#2126689
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.29-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688