Remove bundled perl-IPC-SysV
This commit is contained in:
parent
e55807fcfb
commit
212efc6f49
@ -29,7 +29,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 357%{?dist}
|
Release: 358%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -1294,6 +1294,7 @@ IPC::Cmd allows you to run commands, interactively if desired, in a platform
|
|||||||
independent way, but have them still work.
|
independent way, but have them still work.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package IPC-SysV
|
%package IPC-SysV
|
||||||
Summary: Object interface to System V IPC
|
Summary: Object interface to System V IPC
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -1307,6 +1308,7 @@ Conflicts: perl < 4:5.22.0-351
|
|||||||
%description IPC-SysV
|
%description IPC-SysV
|
||||||
This is an object interface for System V messages, semaphores, and
|
This is an object interface for System V messages, semaphores, and
|
||||||
inter-process calls.
|
inter-process calls.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package HTTP-Tiny
|
%package HTTP-Tiny
|
||||||
@ -4111,6 +4113,7 @@ popd
|
|||||||
%{_mandir}/man3/IPC::Cmd.3*
|
%{_mandir}/man3/IPC::Cmd.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files IPC-SysV
|
%files IPC-SysV
|
||||||
%{archlib}/auto/IPC
|
%{archlib}/auto/IPC
|
||||||
%dir %{archlib}/IPC
|
%dir %{archlib}/IPC
|
||||||
@ -4122,6 +4125,7 @@ popd
|
|||||||
%{_mandir}/man3/IPC::Semaphore.*
|
%{_mandir}/man3/IPC::Semaphore.*
|
||||||
%{_mandir}/man3/IPC::SharedMem.*
|
%{_mandir}/man3/IPC::SharedMem.*
|
||||||
%{_mandir}/man3/IPC::SysV.*
|
%{_mandir}/man3/IPC::SysV.*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files JSON-PP
|
%files JSON-PP
|
||||||
@ -4634,6 +4638,9 @@ popd
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 04 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-358
|
||||||
|
- Remove bundled perl-IPC-SysV (bug #1308527)
|
||||||
|
|
||||||
* Wed Mar 02 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-357
|
* Wed Mar 02 2016 Petr Pisar <ppisar@redhat.com> - 4:5.22.1-357
|
||||||
- Fix CVE-2016-2381 (ambiguous environment variables handling) (bug #1313702)
|
- Fix CVE-2016-2381 (ambiguous environment variables handling) (bug #1313702)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user