import perl-IPC-Cmd-0.98-2.module+el8.1.0+2926+ce7246ad

This commit is contained in:
CentOS Sources 2019-11-11 05:23:30 -05:00 committed by Andrew Lukoshko
parent 3f7aa58b4e
commit e07cfc74c1

View File

@ -2,7 +2,7 @@ Name: perl-IPC-Cmd
# Epoch to compete with perl.spec
Epoch: 1
Version: 0.98
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Finding and running system commands made easy
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/IPC-Cmd/
@ -92,6 +92,9 @@ make test
%{_mandir}/man3/IPC::Cmd.3*
%changelog
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.98-2
- Rebuild with enable hardening (bug #1636329)
* Sun May 14 2017 Paul Howarth <paul@city-fan.org> - 1:0.98-1
- Update to 0.98
- Added wait_loop_callback for run_forked()