summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2006-08-29 05:22:01 +0000
committerjcwillia <jcwillia>2006-08-29 05:22:01 +0000
commit3888fdacc8a7d46136158caf18e833db3b500a7f (patch)
treeed3a7f4f5e968b7230912ea0e6c76e59d584d034
parentf09d865a20e2f2b33fc8073628f7fe1e9d70ad6a (diff)
downloadmock-3888fdacc8a7d46136158caf18e833db3b500a7f.tar.gz
mock-3888fdacc8a7d46136158caf18e833db3b500a7f.tar.xz
mock-3888fdacc8a7d46136158caf18e833db3b500a7f.zip
updated revision numbermock-0-6-2-2
-rw-r--r--buildsys-build.spec15
-rw-r--r--mock.spec5
2 files changed, 19 insertions, 1 deletions
diff --git a/buildsys-build.spec b/buildsys-build.spec
index 494a4d2..b917f4d 100644
--- a/buildsys-build.spec
+++ b/buildsys-build.spec
@@ -42,6 +42,7 @@ Requires: elfutils
Requires: python
%endif
%endif
+%endif
# RHEL block
%if "%{?el}" != ""
@@ -72,6 +73,20 @@ Requires: redhat-rpm-config
%endif
%endif
+# Aurora block
+%if "%{?aurora}" != ""
+Requires: coreutils
+Requires: fedora-release
+Requires: redhat-rpm-config
+%if "%{?aurora}" == "2"
+Requires: elfutils
+%if "%{?aurora}" == "2"
+Requires: python
+%endif
+%endif
+%endif
+
+
%description
The base set of packages for a mock chroot.
diff --git a/mock.spec b/mock.spec
index 77ebb8e..70db7d1 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
Summary: Builds packages inside chroots
Name: mock
Version: 0.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL
Group: Development/Tools
Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz
@@ -67,6 +67,9 @@ fi
%changelog
+* Tue Aug 29 2006 Clark Williams <williams@redhat.com> - 0.6.2-2
+- bumped revision for bz 204051
+
* Wed Aug 23 2006 Clark Williams <williams@redhat.com> - 0.6.2-1
- Updated README
- Fixed link problem in etc/Makefile