[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Update of the fish package
- From: Michael Schwendt <bugs michael gmx net>
- To: fedora-extras-list redhat com
- Subject: Re: Update of the fish package
- Date: Tue, 1 Aug 2006 22:14:29 +0200
On Tue, 1 Aug 2006 21:49:23 +0200, Michael Schwendt wrote:
> %if "%fedora" < "5"
> %if "%fedora" >= "3"
Too much of it introduces pitfalls, though. Such as:
"" is less than "5"
"%fedora" expands to "%fedora", if %fedora is undefined
using %{?fedora} everywhere would be better
:-D
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]