]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- explicit ldconfig conflicts for glibc-ld auto/th/glibc-2.33-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Feb 2021 10:58:09 +0000 (11:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Feb 2021 10:58:09 +0000 (11:58 +0100)
- base glibc package requires ldconfig not only for post script
- release 3

glibc.spec

index 97d593df3f5d07ba5b957fe7d4105ad53f89b70c..a022c64ecddb3a38fbff5ce51976f7334123b94c 100644 (file)
@@ -50,7 +50,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       %{core_version}
-Release:       2
+Release:       3
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -125,6 +125,7 @@ BuildRequires:      texinfo >= 4.7
 BuildRequires: xz
 Requires(post):        ldconfig = %{epoch}:%{version}-%{release}
 Requires:      filesystem
+Requires:      ldconfig = %{epoch}:%{version}-%{release}
 Requires:      uname(release) >= %{min_kernel}
 Provides:      %{name}(%{_target_cpu}) = %{epoch}:%{version}-%{release}
 %ifarch %{ix86}
@@ -356,6 +357,7 @@ Provides:   rtld(GNU_HASH)
 # This is needed because previous package (glibc) had autoreq false and had
 # provided this manually. Probably poldek bug that have to have it here.
 Provides:      /sbin/ldconfig
+Conflicts:     glibc-ld < 6:2.33-2
 
 %description -n ldconfig
 ldconfig scans a running system and sets up the symbolic links that
This page took 0.287727 seconds and 4 git commands to generate.