diff --git a/cryptsetup.spec b/cryptsetup.spec index a8c11bd338c60a380688e51a1c8009d1d6f8cdfb..dcd33f5b0d48c8010c3a67aa88859c8e1169c2c8 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,6 +1,6 @@ Name: cryptsetup Version: 2.6.1 -Release: 1 +Release: 2 Summary: Utility used to conveniently set up disk encryption License: GPLv2+ and CC0-1.0 and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup @@ -62,7 +62,7 @@ This contains man files for the using of cryptsetup. %autosetup -n %{name}-%{version} -p1 %build -%configure --enable-fips --enable-pwquality --enable-libargon2 --with-crypto_backend=openssl +%configure --enable-fips --enable-pwquality --enable-libargon2 --with-crypto_backend=openssl --disable-rpath %make_build %check @@ -104,6 +104,9 @@ make check %{_mandir}/man8/* %changelog +* Sat Aug 17 2024 wangzhiqiang - 2.6.1-2 +- disable rpath + * Tue Feb 6 2024 wangzhiqiang - 2.6.1-1 - upgrade version to 2.6.1