From 1a4959a92dfb092d8719bbfd59a045726421bf39 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti <lopresti@cern.ch> Date: Wed, 21 Jan 2015 18:10:45 +0100 Subject: [PATCH] Fixed (again) value of %dist --- castor.spec.in.head | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castor.spec.in.head b/castor.spec.in.head index 2f3fafe8da..a13fe83e44 100644 --- a/castor.spec.in.head +++ b/castor.spec.in.head @@ -10,7 +10,7 @@ # server side is only supported on x86_64 / SLC6 %define compile_server 0 %else -%if "%{?dist}" == ".el6" +%if "%{?dist}" == ".slc6" # rpmbuild --define "clientonly 1" ... %if 0%{?clientonly:1} > 0 %define compile_server 0 -- GitLab