]> git.pld-linux.org Git - packages/glibc.git/commitdiff
Move S: libidn2 to the -misc package
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 19 Feb 2019 14:42:50 +0000 (15:42 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 19 Feb 2019 14:42:50 +0000 (15:42 +0100)
'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

index 445fde5b4c38b283d83a947ba3d1d8f2f7317708..812600cbaf89512542ceba2c0cdbb50a201c83b8 100644 (file)
@@ -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)
This page took 0.231806 seconds and 4 git commands to generate.