Epoch + snort sponser

Paul Howarth paul at city-fan.org
Tue May 17 07:21:38 UTC 2005


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 at city-fan.org>




More information about the fedora-extras-list mailing list