From 5a995bc7fd3f45c2364d3f755a561dae04a0166f Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sat, 28 Sep 2019 18:47:12 +0300 Subject: [PATCH] Remove strange and broken hack --- glibc.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/glibc.spec b/glibc.spec index 8d54638..b341363 100644 --- a/glibc.spec +++ b/glibc.spec @@ -127,7 +127,7 @@ Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz #Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig #endif %endif -Release: 10 +Release: 11 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ Group: System/Libraries Url: http://www.gnu.org/software/libc/ @@ -950,12 +950,6 @@ done %setup -q -n %{source_dir} -a3 %autopatch -p1 -%if %{with selinux} - # XXX kludge to build nscd with selinux support as it added -nostdinc - # so /usr/include/selinux is not found - ln -s %{_includedir}/selinux selinux -%endif - find . -type f -size 0 -o -name "*.orig" -exec rm {} \; # Remove patch backups from files we ship in glibc packages