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