!29 Fix WITH_LDS not taking effect during compilation

From: @lishunlong6 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2024-03-20 09:26:53 +00:00 committed by Gitee
commit a6a45827ef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: librdkafka
Version: 2.1.1
Release: 1
Release: 2
Summary: C library implementation of the Apache Kafka protocol
License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause
URL: https://github.com/edenhill/librdkafka
Source0: https://github.com/edenhill/librdkafka/archive/refs/tags/v%{version}.tar.gz
BuildRequires: gcc-c++ python3 openssl-devel cyrus-sasl-devel lz4-devel
BuildRequires: gcc-c++ python3 openssl-devel cyrus-sasl-devel lz4-devel python3-unversioned-command
BuildRequires: make libzstd-devel zlib-devel rapidjson-devel
%description
@ -61,6 +61,9 @@ find %{buildroot} -name '*-static.pc' -delete -print
%changelog
* Wed Mar 20 2024 lishunlong <lishunlong@kylinsec.com.cn> - 2.1.1-2
- Fix recognition of WITH_LDS when compiling
* Tue Jun 20 2023 liyanan <thistleslyn@163.com> - 2.1.1-1
- Update to 2.1.1