mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
Another try without locales, silesystem and post script
This commit is contained in:
parent
ed228f83b5
commit
9099714a17
1 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
||||||
%bcond_without i18ndata
|
%bcond_without i18ndata
|
||||||
%bcond_with timezone
|
%bcond_with timezone
|
||||||
%bcond_without nsscrypt
|
%bcond_without nsscrypt
|
||||||
%bcond_without locales
|
%bcond_with locales
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%bcond_without systap
|
%bcond_without systap
|
||||||
|
@ -235,7 +235,7 @@ BuildRequires: nss-devel >= 3.15.1-2
|
||||||
# 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'
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Requires: filesystem
|
# Requires: filesystem
|
||||||
%ifarch %{xenarches}
|
%ifarch %{xenarches}
|
||||||
%rename %{name}-xen
|
%rename %{name}-xen
|
||||||
%endif
|
%endif
|
||||||
|
@ -270,8 +270,8 @@ contains the most important sets of shared libraries: the standard C
|
||||||
library and the standard math library. Without these two libraries, a
|
library and the standard math library. Without these two libraries, a
|
||||||
Linux system will not function.
|
Linux system will not function.
|
||||||
|
|
||||||
%post
|
# %post
|
||||||
%{_sbindir}/glibc_post_upgrade
|
# %{_sbindir}/glibc_post_upgrade
|
||||||
|
|
||||||
%files -f libc.lang
|
%files -f libc.lang
|
||||||
%if %{with timezone}
|
%if %{with timezone}
|
||||||
|
|
Loading…
Add table
Reference in a new issue