diff options
| author | jcwillia <jcwillia> | 2006-08-25 16:40:30 +0000 |
|---|---|---|
| committer | jcwillia <jcwillia> | 2006-08-25 16:40:30 +0000 |
| commit | bad7750117c7dd9c3f47dc8474ad2cdfd5f58ade (patch) | |
| tree | 77877f43c3ad21a3a9cdc4bca09135bf743be5f5 | |
| parent | 8b0ac07f5aa81e5c7a90da0ead8157c716b0a94e (diff) | |
added patch from Dennis Gilmore for Aurora SPARC Linux
| -rw-r--r-- | buildsys-build.spec | 18 |
1 files changed, 17 insertions, 1 deletions
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 <dennis@ausil.us> - 0.7-2 +- add aurora SPARC linux conditionals + * Mon Aug 7 2006 Clark Williams <williams@redhat.com> - 0.7-1 - refactored conditional blocks for simplicity - bumped version to match mock |
