mock buildsys-build.spec,1.4,1.5

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Fri Aug 25 16:40:34 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11007

Modified Files:
	buildsys-build.spec 
Log Message:
added patch from Dennis Gilmore for Aurora SPARC Linux


Index: buildsys-build.spec
===================================================================
RCS file: /cvs/fedora/mock/buildsys-build.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- buildsys-build.spec	7 Aug 2006 21:52:01 -0000	1.4
+++ buildsys-build.spec	25 Aug 2006 16:40:30 -0000	1.5
@@ -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: python
 %endif
 %endif
+%endif
 
 # RHEL block
 %if "%{?el}" != ""
@@ -72,6 +73,18 @@
 %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 @@
 %doc
 
 %changelog
+* Fri Aug 25 2006 Dennis Gilmore <dennis at ausil.us> - 0.7-2
+- add aurora SPARC linux conditionals
+
 * Mon Aug  7 2006 Clark Williams <williams at redhat.com> - 0.7-1
 - refactored conditional blocks for simplicity
 - bumped version to match mock




More information about the scm-commits mailing list