From e07cfc74c1c57c6efdbc45e933979e25056fbfae Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 11 Nov 2019 05:23:30 -0500 Subject: [PATCH] import perl-IPC-Cmd-0.98-2.module+el8.1.0+2926+ce7246ad --- SPECS/perl-IPC-Cmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/perl-IPC-Cmd.spec b/SPECS/perl-IPC-Cmd.spec index 1be61bb..5c8bf5a 100644 --- a/SPECS/perl-IPC-Cmd.spec +++ b/SPECS/perl-IPC-Cmd.spec @@ -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 - 1:0.98-2 +- Rebuild with enable hardening (bug #1636329) + * Sun May 14 2017 Paul Howarth - 1:0.98-1 - Update to 0.98 - Added wait_loop_callback for run_forked()