!16 [sync] PR-12: [sync] PR-11: Obsoletes tomcat-native

From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-24 03:02:32 +00:00 committed by Gitee
commit 8036ac458a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libtcnative-1-0 Name: libtcnative-1-0
Version: 1.2.23 Version: 1.2.23
Release: 3 Release: 4
Summary: JNI wrappers for Apache Portable Runtime for Tomcat Summary: JNI wrappers for Apache Portable Runtime for Tomcat
License: Apache-2.0 License: Apache-2.0
Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html
@ -12,6 +12,8 @@ Source2: %{name}.keyring
BuildRequires: fdupes java-1.8.0-openjdk-devel javapackages-tools apr-devel BuildRequires: fdupes java-1.8.0-openjdk-devel javapackages-tools apr-devel
BuildRequires: openssl-devel >= 1.0.2 pkgconfig BuildRequires: openssl-devel >= 1.0.2 pkgconfig
Provides: tcnative = %{version} Provides: tcnative = %{version}
Provides: tomcat-native = %{version}
Obsoletes: tomcat-native < %{version}
%description %description
Tomcat can use the Apache Portable Runtime to provide superior Tomcat can use the Apache Portable Runtime to provide superior
@ -77,6 +79,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/libtcnative-1.a %{_libdir}/libtcnative-1.a
%changelog %changelog
* Wed Sep 15 2021 caodongxia <caodongxia@huawei.com> - 1.2.23-4
- Obsoletes tomcat-native
* Wed Sep 15 2020 huanghaitao <huanghaitao8@huawei.com> - 1.2.23-3 * Wed Sep 15 2020 huanghaitao <huanghaitao8@huawei.com> - 1.2.23-3
- Modify buildrequires: java-devel to java-1.8.0-openjdk-devel - Modify buildrequires: java-devel to java-1.8.0-openjdk-devel