Revert "Soname bump of libpcre2-posix.so"
Resolves: rhbz#1970765
This reverts commit 244afd9296
.
This commit is contained in:
parent
8333a25486
commit
0081827d3c
11
pcre2.spec
11
pcre2.spec
@ -9,7 +9,7 @@
|
||||
#%%global rcversion RC1
|
||||
Name: pcre2
|
||||
Version: 10.37
|
||||
Release: %{?rcversion:0.}2%{?rcversion:.%rcversion}%{?dist}
|
||||
Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}
|
||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||
Summary: Perl-compatible regular expression library
|
||||
# the library: BSD with exceptions
|
||||
@ -67,7 +67,6 @@ BuildRequires: make
|
||||
BuildRequires: readline-devel
|
||||
%endif
|
||||
BuildRequires: sed
|
||||
BuildRequires: pcre2
|
||||
Requires: %{name}-syntax = %{version}-%{release}
|
||||
Provides: bundled(sljit)
|
||||
|
||||
@ -204,16 +203,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
# These are handled by %%doc in %%files
|
||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre2
|
||||
|
||||
# Copy old soname %{_libdir}/libpcre2-posix.so.2
|
||||
cp %{_libdir}/libpcre2-posix.so.2* $RPM_BUILD_ROOT%{_libdir}
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check VERBOSE=yes
|
||||
|
||||
%files
|
||||
%{_libdir}/libpcre2-8.so.0*
|
||||
# We can delete this after rebuilding all dependent packages
|
||||
%{_libdir}/libpcre2-posix.so.2*
|
||||
%{_libdir}/libpcre2-posix.so.3*
|
||||
|
||||
%files utf16
|
||||
@ -265,6 +259,9 @@ make %{?_smp_mflags} check VERBOSE=yes
|
||||
%{_mandir}/man1/pcre2test.*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 04 2021 Lukas Javorsky <ljavorsk@redhat.com> - 10.37-3
|
||||
- Revert commit 244afd92965bc8df652c2c1711641649b5884fdc.
|
||||
|
||||
* Tue Jul 27 2021 Lukas Javorsky <ljavorsk@redhat.com> - 10.37-2
|
||||
- Fix invalid single character repetition in JIT
|
||||
- Resolves: BZ#1985484
|
||||
|
Loading…
Reference in New Issue
Block a user