From 2e49a5a36b3e26d6514de8654c5da80976df8510 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jun 07 2022 22:24:09 +0000 Subject: Drop locale changes These don't seem to be necessary anymore and were causing warnings in c9s builds so let's drop them. --- diff --git a/systemd.spec b/systemd.spec index d7da07d..058fe88 100644 --- a/systemd.spec +++ b/systemd.spec @@ -619,8 +619,6 @@ CONFIGURE_OPTS+=( %global _lto_cflags %nil %endif -export LANG=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 # Do configuration. If doing an inplace build, try to do # reconfiguration to pick up new options. %if %{with inplace} @@ -646,8 +644,6 @@ cd selinux %endif %install -export LANG=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 %meson_install # udev links @@ -794,8 +790,6 @@ install -p -m 0644 selinux/systemd_hs.pp.bz2 %{buildroot}%{_datadir}/selinux/pac %check %if %{with tests} -export LANG=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 meson test -C %{_vpath_builddir} -t 6 --print-errorlogs %endif