From 571613936deb91b43a5ac6ef1f0070f5498b7867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Mon, 13 Jun 2022 03:35:04 +0000 Subject: [PATCH] Remove the dist tag --- thrift.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/thrift.spec b/thrift.spec index 04476dc..85a805e 100644 --- a/thrift.spec +++ b/thrift.spec @@ -38,7 +38,7 @@ %global lua_configure --without-lua Name: thrift Version: 0.14.0 -Release: 2 +Release: 3 Summary: Software framework for cross-language services development License: ASL 2.0 and BSD and zlib URL: https://thrift.apache.org/ @@ -93,8 +93,8 @@ The thrift-qt package contains GLib bindings for thrift. Summary: Python 3 support for thrift BuildRequires: python3-devel python3-setuptools Requires: thrift%{?_isa} = %{version}-%{release} python3 -Obsoletes: python-thrift < 0.10.0-1%{?dist} -Obsoletes: python2-thrift < 0.10.0-14%{?dist} +Obsoletes: python-thrift < 0.10.0-1% +Obsoletes: python2-thrift < 0.10.0-14% %description -n python3-thrift The python3-thrift package contains Python bindings for thrift. @@ -298,6 +298,9 @@ cp libthrift_dir/pom.xml %{buildroot}%{_datadir}/maven-poms/libthrift/libthrift. %endif %changelog +* Mon Jun 13 2022 fushanqing - 0.14.0-3 +- Remove the dist tag + * Wed Jul 28 2021 Ge Wang - 0.14.0-2 - Add libthrift-java subpackage -- Gitee