SHA256
1
0
forked from pool/apr

- fix shlib-policy-name-error [bsc#1191747]

OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=37
This commit is contained in:
Petr Gajdos 2021-10-19 14:35:11 +00:00 committed by Git OBS Bridge
parent 0b66c70285
commit adb77ee1a0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 19 14:34:24 UTC 2021 - pgajdos@suse.com
- fix shlib-policy-name-error [bsc#1191747]
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 2 07:15:59 UTC 2021 - pgajdos@suse.com Thu Sep 2 07:15:59 UTC 2021 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
%define aprver 1 %define aprver 1
%define libname lib%{name}%{aprver} %define libname lib%{name}%{aprver}-0
%define installbuilddir %{_libdir}/apr-%{aprver}/build %define installbuilddir %{_libdir}/apr-%{aprver}/build
%define includedir %{_includedir}/apr-%{aprver} %define includedir %{_includedir}/apr-%{aprver}
Name: apr Name: apr
@ -72,8 +72,8 @@ ID services.
Summary: Development files for the Apache Portable Runtime (APR) library Summary: Development files for the Apache Portable Runtime (APR) library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Provides: %{libname}-devel = %{version} Provides: libapr1-devel = %{version}
Obsoletes: %{libname}-devel < %{version}-%{release} Obsoletes: libapr1-devel < %{version}-%{release}
%description devel %description devel
APR is Apache's Portable Runtime Library, designed to be a support APR is Apache's Portable Runtime Library, designed to be a support