Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
4fe0d7c310
commit
08f9f3393f
20
pcre.spec
20
pcre.spec
@ -2,7 +2,7 @@
|
|||||||
#%%global rcversion RC1
|
#%%global rcversion RC1
|
||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.41
|
Version: 8.41
|
||||||
Release: %{?rcversion:0.}5%{?rcversion:.%rcversion}%{?dist}
|
Release: %{?rcversion:0.}5%{?rcversion:.%rcversion}%{?dist}.1
|
||||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
## Source package only:
|
## Source package only:
|
||||||
@ -183,17 +183,10 @@ ulimit -s 10240
|
|||||||
%endif
|
%endif
|
||||||
make %{?_smp_mflags} check VERBOSE=yes
|
make %{?_smp_mflags} check VERBOSE=yes
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_scriptlets utf16
|
||||||
|
%ldconfig_scriptlets utf32
|
||||||
%post utf16 -p /sbin/ldconfig
|
%ldconfig_scriptlets cpp
|
||||||
%postun utf16 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post utf32 -p /sbin/ldconfig
|
|
||||||
%postun utf32 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post cpp -p /sbin/ldconfig
|
|
||||||
%postun cpp -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libpcre.so.*
|
%{_libdir}/libpcre.so.*
|
||||||
@ -240,6 +233,9 @@ make %{?_smp_mflags} check VERBOSE=yes
|
|||||||
%{_mandir}/man1/pcretest.*
|
%{_mandir}/man1/pcretest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.41-5.1
|
||||||
|
- Switch to %%ldconfig_scriptlets
|
||||||
|
|
||||||
* Tue Jan 30 2018 Petr Pisar <ppisar@redhat.com> - 8.41-5
|
* Tue Jan 30 2018 Petr Pisar <ppisar@redhat.com> - 8.41-5
|
||||||
- Fix out-of-bounds read for partial matching of /./ against an empty string
|
- Fix out-of-bounds read for partial matching of /./ against an empty string
|
||||||
when the newline type is CRLF (upstream bug #2226)
|
when the newline type is CRLF (upstream bug #2226)
|
||||||
|
Loading…
Reference in New Issue
Block a user