From bad7750117c7dd9c3f47dc8474ad2cdfd5f58ade Mon Sep 17 00:00:00 2001 From: jcwillia Date: Fri, 25 Aug 2006 16:40:30 +0000 Subject: added patch from Dennis Gilmore for Aurora SPARC Linux --- buildsys-build.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/buildsys-build.spec b/buildsys-build.spec index 36433b6..65e1a1a 100644 --- a/buildsys-build.spec +++ b/buildsys-build.spec @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -42,6 +42,7 @@ Requires: elfutils Requires: python %endif %endif +%endif # RHEL block %if "%{?el}" != "" @@ -72,6 +73,18 @@ Requires: redhat-rpm-config %endif %endif +# Aurora block +%if "%{?aurora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?aurora}" == "2" +Requires: elfutils +Requires: python +%endif +%endif + + %description The base set of packages for a mock chroot. @@ -89,6 +102,9 @@ The base set of packages for a mock chroot. %doc %changelog +* Fri Aug 25 2006 Dennis Gilmore - 0.7-2 +- add aurora SPARC linux conditionals + * Mon Aug 7 2006 Clark Williams - 0.7-1 - refactored conditional blocks for simplicity - bumped version to match mock -- cgit