[packages/glibc] Move S: libidn2 to the -misc package
jajcus
jajcus at pld-linux.org
Tue Feb 19 15:45:49 CET 2019
commit 10395c33dadecebdde7bc3ac9acd83418776695a
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Tue Feb 19 15:42:50 2019 +0100
Move S: libidn2 to the -misc package
'Suggests' are handled exactly like 'Requires' for package installation
ordering causing dependency loops which break installation order for
whole package sets. We cannot use 'Suggests' where it causes a
dependency loop and libidn2 requires glibc.
Putting the Suggest on glibc-misc makes it active for many system while
not creating the loop.
glibc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glibc.spec b/glibc.spec
index 445fde5..812600c 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -132,7 +132,6 @@ Obsoletes: glibc-debug
Provides: glibc64
Obsoletes: glibc64
%endif
-Suggests: libidn2 >= 2.0.5
Suggests: localedb
Suggests: tzdata
Conflicts: %{name}-misc < %{epoch}:%{version}-%{release}
@@ -301,6 +300,7 @@ Can be used on: Linux kernel >= %{min_kernel}.
Summary: Utilities and data used by glibc
Summary(pl.UTF-8): Narzędzia i dane używane przez glibc
Group: Applications/System
+Suggests: libidn2 >= 2.0.5
Requires: %{name} = %{epoch}:%{version}-%{release}
%ifarch %{ix86}
Conflicts: %{name}(x32)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/10395c33dadecebdde7bc3ac9acd83418776695a
More information about the pld-cvs-commit
mailing list