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
20
glibc.spec
20
glibc.spec
|
@ -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
|
||||||
|
@ -566,16 +561,16 @@ If unsure if you need this, don't install this package.
|
||||||
########################################################################
|
########################################################################
|
||||||
%if %{with i18ndata}
|
%if %{with i18ndata}
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
%package i18ndata
|
%package i18ndata
|
||||||
Summary: Database sources for 'locale'
|
Summary: Database sources for 'locale'
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%rename glibc-localedata
|
%rename glibc-localedata
|
||||||
|
|
||||||
%description i18ndata
|
%description i18ndata
|
||||||
This package contains the data needed to build the locale data files
|
This package contains the data needed to build the locale data files
|
||||||
to use the internationalization features of the GNU libc.
|
to use the internationalization features of the GNU libc.
|
||||||
|
|
||||||
%files i18ndata
|
%files i18ndata
|
||||||
%dir %{_datadir}/i18n
|
%dir %{_datadir}/i18n
|
||||||
%dir %{_datadir}/i18n/charmaps
|
%dir %{_datadir}/i18n/charmaps
|
||||||
%{_datadir}/i18n/charmaps/*
|
%{_datadir}/i18n/charmaps/*
|
||||||
|
@ -589,15 +584,14 @@ to use the internationalization features of the GNU libc.
|
||||||
########################################################################
|
########################################################################
|
||||||
%if %{with timezone}
|
%if %{with timezone}
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
%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.
|
||||||
|
|
||||||
%files -n timezone
|
%files -n timezone
|
||||||
%{_sbindir}/zdump
|
%{_sbindir}/zdump
|
||||||
%{_sbindir}/zic
|
%{_sbindir}/zic
|
||||||
%{_mandir}/man1/zdump.1*
|
%{_mandir}/man1/zdump.1*
|
||||||
|
|
Loading…
Add table
Reference in a new issue