From e99965a091ab45b9013cc9b8cfe68e1682d66682 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Jan 2018 17:01:10 +0100 Subject: [PATCH] remove obsolete conditions Signed-off-by: Igor Gnatenko --- rust-packaging.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-packaging.spec b/rust-packaging.spec index a47ac1f..9bef763 100644 --- a/rust-packaging.spec +++ b/rust-packaging.spec @@ -52,7 +52,7 @@ Provides: rust2rpm = %{version}-%{release} %prep %autosetup -n rust2rpm-%{version} -p1 lang= -%if (0%{?fedora} && 0%{?fedora} <= 25) || (0%{?rhel} && 0%{?rhel} <= 7) +%if 0%{?rhel} && 0%{?rhel} <= 7 lang=C.UTF-8 %else %if 0%{?mageia}