From 99ff9da7f02f90b164757667c3d2f86ee1fc3e75 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 11 Aug 2018 13:06:49 +0000 Subject: [PATCH] - fix distro name --- coreutils.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index e8cba5f..4066fbe 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -8,7 +8,7 @@ Summary: GNU Core-utils - basic command line utilities Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń Name: coreutils Version: 8.30 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/System Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz @@ -124,7 +124,7 @@ Programy zawarte w tym pakiecie to: %{__mv} man/pt_BR man/pt -%{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4 +%{__perl} -pi -e 's@GNU/Linux@TLD Linux@' m4/host-os.m4 # allow rebuilding *.gmo %{__rm} po/stamp-po @@ -134,7 +134,7 @@ Programy zawarte w tym pakiecie to: # fmt: memory exhausted %{__sed} -i -e 25,27d tests/fmt/base.pl -# /etc/resolv.conf is blocked in pld builders, try some other file +# /etc/resolv.conf is blocked in tld builders, try some other file %{__sed} -i -e 's,/etc/resolv.conf,/etc/hosts,' gnulib-tests/test-read-file.c # getgid needs to be fixed: -- 2.44.0