[Bug 230344] Review Request: bacula - Cross platform network backup for Linux, Unix, Mac and Windows.

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 18 20:17:16 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: bacula - Cross platform network backup for Linux, Unix, Mac and Windows.


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230344





------- Additional Comments From paul at city-fan.org  2007-07-18 16:17 EST -------
(In reply to comment #42)
> %if 0%{?fedora}
>         %if "%{fedora}" >= "7"
> BuildRequires: tcp_wrappers-devel
>         %else
> BuildRequires: tcp_wrappers
>         %endif
> %endif
> 
> should really be 
> %if "%{?fedora}" >= "7"
> BuildRequires: tcp_wrappers-devel
> %else
> BuildRequires: tcp_wrappers
> %endif
> 
> since im sure we will want tcp_wrappers for epel.

This could actually be simplified right down to:
BuildRequires:  /usr/include/tcpd.h

That would work for all distribution releases without needing any of the
conditionals.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list