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()