[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Epoch + snort sponser
- From: Paul Howarth <paul city-fan org>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: Epoch + snort sponser
- Date: Tue, 17 May 2005 08:21:38 +0100
On Tue, 2005-05-17 at 00:15 -0500, Daniel Wittenberg wrote:
> Well, RHEL is only one...there are other RPM-based systems these are
> built on, so it would have to be something that says something like:
>
> %if 0%{?fedora} <- I don't understand this one
> %define flexresp 1
> %define mysql 1
> %define postgresql 1
> %endif
The comment (above this snippet) didn't match the code. It should have
said:
# Do something special if we're not built for Fedora.
%if !0%{?fedora}
Vendor: blah
Packager: blah
%endif
For RHEL it would have been "%if !0{?rhel}"
Paul.
--
Paul Howarth <paul city-fan org>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]