diff --git a/libxcrypt.changes b/libxcrypt.changes index a9e057e..0b17023 100644 --- a/libxcrypt.changes +++ b/libxcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 9 11:43:13 UTC 2018 - schwab@suse.de + +- Set compatibility level to suse + ------------------------------------------------------------------- Wed Aug 8 11:44:16 UTC 2018 - schwab@suse.de diff --git a/libxcrypt.spec b/libxcrypt.spec index 7f79cc0..3cc2295 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -84,12 +84,12 @@ is highly discouraged. %build autoreconf -fi -%configure \ - --disable-silent-rules \ - --enable-shared \ - --enable-static \ - --enable-obsolete-api \ - --enable-hashes=all \ +%configure \ + --disable-silent-rules \ + --enable-shared \ + --enable-static \ + --enable-obsolete-api=suse \ + --enable-hashes=all \ --with-pkgconfigdir=%{_libdir}/pkgconfig %make_build