Mailinglist Archive: opensuse-packaging (139 mails)

< Previous Next >
[opensuse-packaging] Re: RPM condition
  • From: Bernhard Walle <bwalle@xxxxxxx>
  • Date: Tue, 18 Mar 2008 19:38:42 +0100
  • Message-id: <frp27i$24j$1@xxxxxxxxxxxxx>
* Bernhard Walle [2008-03-18 19:33]:

* Marcus Rueckert [2008-03-18 17:05]:
On 2008-03-18 16:45:20 +0100, Bernhard Walle wrote:

%if %{undefined rhel_version} && %{undefined centos_version}
# code
%else
# code
%endif


if ! 0%{?rhel_version} || %{?rhel_version}

%if 0%{?rhel_version} || 0%{?rhel_version}

*arg* Also wrong of course... Not my day.


Bernhard



---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups