From e318741309ee684372f279923f0a458eb971ca915f1d7583ff901f7c5abe06d8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 8 Aug 2018 11:54:47 +0000 Subject: [PATCH] Accepting request 628065 from home:Andreas_Schwab:Factory - Add conflicts with glibc-devel < 2.28 OBS-URL: https://build.opensuse.org/request/show/628065 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=6 --- baselibs.conf | 1 + libxcrypt.changes | 5 +++++ libxcrypt.spec | 2 ++ 3 files changed, 8 insertions(+) diff --git a/baselibs.conf b/baselibs.conf index 9aea6e2..dae5526 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -2,3 +2,4 @@ libcrypt1 libxcrypt-devel requires -libxcrypt- requires "libcrypt1- = " + conflicts "glibc-devel- < 2.28" diff --git a/libxcrypt.changes b/libxcrypt.changes index 629f9e1..a9e057e 100644 --- a/libxcrypt.changes +++ b/libxcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 8 11:44:16 UTC 2018 - schwab@suse.de + +- Add conflicts with glibc-devel < 2.28 + ------------------------------------------------------------------- Mon Aug 6 16:34:12 UTC 2018 - jengelh@inai.de diff --git a/libxcrypt.spec b/libxcrypt.spec index 3dba70a..7f79cc0 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -58,6 +58,7 @@ Group: Development/Languages/C and C++ Requires: libcrypt1 = %{version} Requires: pkgconfig Provides: glibc-devel:%{_libdir}/libcrypt.so +Conflicts: glibc-devel < 2.28 %description devel The %{name}-devel package contains libraries and header files for @@ -70,6 +71,7 @@ Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} Requires: glibc-devel-static Provides: glibc-devel-static:%{_libdir}/libcrypt.a +Conflicts: glibc-devel-static < 2.28 %description devel-static This package contains the libxcrypt static libraries for -static