Mailinglist Archive: opensuse-packaging (139 mails)
| < Previous | Next > |
[opensuse-packaging] Re: RPM condition
- From: Bernhard Walle <bwalle@xxxxxxx>
- Date: Tue, 18 Mar 2008 19:33:29 +0100
- Message-id: <frp1tp$14k$1@xxxxxxxxxxxxx>
* Marcus Rueckert [2008-03-18 17:05]:
%if 0%{?rhel_version} || 0%{?rhel_version}
actually (for the archive...). Thanks for the hint!
Bernhard
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
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}
actually (for the archive...). Thanks for the hint!
Bernhard
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |