mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 07:42:54 +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_with timezone
|
||||
%bcond_without nsscrypt
|
||||
%bcond_without locales
|
||||
%bcond_with locales
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
%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
|
||||
# dependencies on '/bin/sh' or 'bash'
|
||||
Requires: bash
|
||||
Requires: filesystem
|
||||
# Requires: filesystem
|
||||
%ifarch %{xenarches}
|
||||
%rename %{name}-xen
|
||||
%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
|
||||
Linux system will not function.
|
||||
|
||||
%post
|
||||
%{_sbindir}/glibc_post_upgrade
|
||||
# %post
|
||||
# %{_sbindir}/glibc_post_upgrade
|
||||
|
||||
%files -f libc.lang
|
||||
%if %{with timezone}
|
||||
|
|
Loading…
Add table
Reference in a new issue