]> git.pld-linux.org Git - packages/keyutils.git/commitdiff
- dropped glibc24 bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 May 2022 18:33:19 +0000 (20:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 May 2022 18:33:19 +0000 (20:33 +0200)
keyutils.spec

index 0bc0ec2197dabc6983eae7670873fb6d4fee0343..2ae76b8662a0374be1e230316910fbdb6b8363ff 100644 (file)
@@ -1,11 +1,3 @@
-#
-# Conditional build:
-%if "%{pld_release}" == "ac"
-%bcond_with    glibc24         # build for older glibc
-%else
-%bcond_without glibc24         # build for older glibc
-%endif
-
 Summary:       Linux Key Management Utilities
 Summary(pl.UTF-8):     Narzędzia do linuksowego zarządzania kluczami
 Name:          keyutils
@@ -19,7 +11,7 @@ Patch0:               helpers.patch
 Patch1:                %{name}-pkgconfigdir.patch
 URL:           https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
 BuildRequires: rpmbuild(macros) >= 1.402
-%{?with_glibc24:BuildRequires: glibc-devel >= 6:2.4}
+BuildRequires: glibc-devel >= 6:2.4
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,7 +30,7 @@ Summary:      Key utilities library
 Summary(pl.UTF-8):     Biblioteka narzędzi do zarządzania kluczami
 License:       LGPL v2+
 Group:         Libraries
-%{?with_glibc24:Requires:      glibc >= 6:2.4}
+Requires:      glibc >= 6:2.4
 
 %description libs
 This package provides a wrapper library for the key management
@@ -85,9 +77,6 @@ Statyczna biblioteka do zarządzania linuksowymi kluczami.
        CC="%{__cc}" \
        LIBDIR=/%{_lib} \
        USRLIBDIR=%{_libdir} \
-%if %{without glibc24}
-       NO_GLIBC_KEYERR=1 \
-%endif
        CFLAGS="-Wall %{rpmcflags}" \
        LDFLAGS="%{rpmldflags}"
 
This page took 0.205656 seconds and 4 git commands to generate.