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@xxxxxxxxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review