diff --git a/gdbm.spec b/gdbm.spec index a91d1c2ef5363eea71cca451676f96443c547efc..aabac80c9039a03bec02f7e7dbf2b1c4d6deba3e 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_with largefile Summary: A GNU set of database routines which use extensible hashing @@ -73,8 +73,8 @@ gdbm database library. You'll also need to install the gdbm package. --disable-rpath \ --enable-libgdbm-compat -# get rid of rpath (as per https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath) -# currently --disable-rpath doesn't work for gdbm_dump|load, gdbmtool and libgdbm_compat.so.4 +# get rid of rpath currently --disable-rpath doesn't work for gdbm_dump|load, +# gdbmtool and libgdbm_compat.so.4 # https://puszcza.gnu.org.ua/bugs/index.php?359 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -129,6 +129,9 @@ make check %{_mandir}/man3/* %changelog +* Mon Mar 27 2023 mgb01105731 - 1.23-3 +- Del Specific Fields + * Thu Oct 27 2022 mgb01105731 - 1.23-2 - optimise spec file & add doc package