[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 19:44:36 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 dennis at ausil.us  2007-07-18 15:44 EST -------
ok still alot of rpmlint noise.  permissions are ok 

config files should be noreplace 

initscripts really should have incoherent warnings fixed 

E: bacula-common wrong-script-interpreter
/usr/share/doc/bacula-common-2.0.3/examples/afs-bacula "/usr/afsws/bin/pagsh"

make this non executable


Builds fine in mock on FC-6 

package naming is ok


%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.

nothing owns /etc/bacula/  or /usr/libexec/bacula/



-- 
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