mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
Drop no longer needed Obsoletes
Minor spec cleanups
This commit is contained in:
parent
26d67b8fe1
commit
a36bb6f4d6
1 changed files with 7 additions and 13 deletions
|
@ -228,7 +228,7 @@ BuildRequires: gd-devel
|
||||||
BuildRequires: systemtap-devel
|
BuildRequires: systemtap-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with nsscrypt}
|
%if %{with nsscrypt}
|
||||||
BuildRequires: nss-devel >= 3.15.1-2
|
BuildRequires: pkgconfig(nss)
|
||||||
%endif
|
%endif
|
||||||
# we'll be the only package requiring this, avoiding any other package
|
# we'll be the only package requiring this, avoiding any other package
|
||||||
# dependencies on '/bin/sh' or 'bash'
|
# dependencies on '/bin/sh' or 'bash'
|
||||||
|
@ -242,9 +242,6 @@ Provides: rtld(GNU_HASH)
|
||||||
Provides: glibc-crypt_blowfish = %{crypt_bf_ver}
|
Provides: glibc-crypt_blowfish = %{crypt_bf_ver}
|
||||||
Provides: eglibc-crypt_blowfish = %{crypt_bf_ver}
|
Provides: eglibc-crypt_blowfish = %{crypt_bf_ver}
|
||||||
Provides: should-restart = system
|
Provides: should-restart = system
|
||||||
Obsoletes: glibc-profile
|
|
||||||
# Old prelink versions breaks the system with glibc 2.11
|
|
||||||
Conflicts: prelink < 1:0.4.2-1.20091104.1mdv2010.1
|
|
||||||
# Determine minimum kernel versions (rhbz#619538)
|
# Determine minimum kernel versions (rhbz#619538)
|
||||||
%define enablekernel 2.6.32
|
%define enablekernel 2.6.32
|
||||||
Conflicts: kernel < %{enablekernel}
|
Conflicts: kernel < %{enablekernel}
|
||||||
|
@ -254,12 +251,10 @@ Conflicts: locales > %{EVRD}
|
||||||
# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
|
# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
|
||||||
%define _filter_GLIBC_PRIVATE 1
|
%define _filter_GLIBC_PRIVATE 1
|
||||||
|
|
||||||
Obsoletes: ld.so
|
|
||||||
Provides: ld.so
|
Provides: ld.so
|
||||||
|
|
||||||
%rename ldconfig
|
%rename ldconfig
|
||||||
Provides: /sbin/ldconfig
|
Provides: /sbin/ldconfig
|
||||||
Obsoletes: nss_db
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The glibc package contains standard libraries which are used by
|
The glibc package contains standard libraries which are used by
|
||||||
|
@ -592,7 +587,6 @@ to use the internationalization features of the GNU libc.
|
||||||
%package -n timezone
|
%package -n timezone
|
||||||
Summary: Time zone descriptions
|
Summary: Time zone descriptions
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Obsoletes: zoneinfo
|
|
||||||
|
|
||||||
%description -n timezone
|
%description -n timezone
|
||||||
These are configuration files that describe possible time zones.
|
These are configuration files that describe possible time zones.
|
||||||
|
|
Loading…
Add table
Reference in a new issue