From 0773409a7e8240dc0e5ca6b6b86b84b1394005a0026fb7649e7127382b9a99db Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 9 Oct 2018 12:12:35 +0000 Subject: [PATCH] Accepting request 640814 from home:Andreas_Schwab:Factory - Set compatibility level to suse OBS-URL: https://build.opensuse.org/request/show/640814 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=7 --- libxcrypt.changes | 5 +++++ libxcrypt.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) 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