RHEL 5 does not support noarch subpackages
This commit is contained in:
parent
9c09f86fa8
commit
5259e5da83
@ -171,7 +171,10 @@ This package contains the director files.
|
|||||||
%package logwatch
|
%package logwatch
|
||||||
Summary: Bacula Director logwatch scripts
|
Summary: Bacula Director logwatch scripts
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
# RHEL 5 does not support noarch subpackages
|
||||||
|
%if 0%{?fedora} || 0%{?rhel} >= 6
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
Requires: bacula-director = %{version}-%{release}
|
Requires: bacula-director = %{version}-%{release}
|
||||||
Requires: logwatch
|
Requires: logwatch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user