diff options
| -rw-r--r-- | cassandra-cpp-driver.spec | 16 | 
1 files changed, 7 insertions, 9 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 2466220..caee401 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -18,7 +18,7 @@  Name:          cassandra-cpp-driver  Summary:       DataStax C/C++ Driver for Apache Cassandra  Version:       2.17.1%{?prever:~%{prever}} -Release:       2%{?dist} +Release:       3%{?dist}  License:       Apache-2.0  Group:         System Environment/Libraries @@ -30,6 +30,9 @@ BuildRequires: gcc-c++  BuildRequires: cmake >= 2.8.12  BuildRequires: libuv-devel >= 1:1.0  BuildRequires: openssl-devel +%if 0%{?fedora} >= 41 +BuildRequires: openssl-devel-engine +%endif  BuildRequires: krb5-devel  BuildRequires: zlib-devel @@ -58,9 +61,7 @@ find examples -name .gitignore -exec rm {} \; -print  %build -%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8  export CXXFLAGS="$RPM_OPT_FLAGS -Wno-implicit-fallthrough -Wno-free-nonheap-object" -%endif  %cmake \    -DCASS_USE_KERBEROS:BOOL=ON \    -DCASS_USE_OPENSSL:BOOL=ON \ @@ -83,12 +84,6 @@ make install  DESTDIR="%{buildroot}"  %endif -%if 0%{?fedora} < 28 && 0%{?rhel} < 8 -%post   -p /sbin/ldconfig -%postun -p /sbin/ldconfig -%endif - -  %files  %{!?_licensedir:%global license %%doc}  %license LICENSE.txt @@ -104,6 +99,9 @@ make install  DESTDIR="%{buildroot}"  %changelog +* Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 2.17.1-3 +- missing BR on F41 +  * Mon Feb 19 2024 Remi Collet <remi@remirepo.net> - 2.17.1-2  - ignore free-nonheap-object errors reported as    https://datastax-oss.atlassian.net/browse/CPP-997  | 
