Bug #2304 » spec-lkco.patch
spec/rudder-agent.spec 2012-02-03 00:36:42.379152704 +0100 | ||
---|---|---|
AutoReq: 0
|
||
AutoProv: 0
|
||
%if 0%{?rhel} == 4
|
||
%if 0%{?el4}
|
||
Patch1: fix-missing-headers
|
||
%endif
|
||
... | ... | |
Requires: db42
|
||
%endif
|
||
%if 0%{?rhel_version}
|
||
%if 0%{?el5}
|
||
BuildRequires: make db4-devel byacc
|
||
Requires: db4
|
||
%endif
|
||
%if 0%{?el6}
|
||
BuildRequires: make db4-devel byacc
|
||
Requires: db4
|
||
%endif
|
spec/rudder-cfengine-community.spec 2012-02-03 00:36:42.216239150 +0100 | ||
---|---|---|
BuildRequires: db42-devel
|
||
Requires: db42
|
||
%endif
|
||
%if 0%{?el6}
|
||
BuildRequires: db4-devel
|
||
Requires: db4
|
||
%endif
|
||
%description
|
||
Rudder is an open source configuration management and audit solution.
|
spec/rudder-inventory-ldap.spec 2012-02-03 00:36:42.245577425 +0100 | ||
---|---|---|
BuildRequires: db42-devel openssl-devel
|
||
Requires: db42
|
||
%endif
|
||
%if 0%{?el6}
|
||
BuildRequires: db4-devel
|
||
Requires: db4
|
||
%endif
|
||
%description
|
||
Rudder is an open source configuration management and audit solution.
|
spec/rudder-jetty-suse.spec 2012-02-03 00:36:42.144919524 +0100 | ||
---|---|---|
Patch3: jetty-init-rudder.patch
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
BuildArch: noarch
|
||
#BuildArch: noarch
|
||
# BuildRequires:
|
||
Requires: jre
|
||
... | ... | |
%prep
|
||
cd %{_topdir}/SOURCES
|
||
%patch1
|
||
%patch2
|
||
#%patch1
|
||
#%patch2
|
||
#%patch3
|
||
#=================================================
|
||
# Building
|