[mock] move the fedora-17-ppc* configs into the configs directory

John Clark Williams jcwillia at fedoraproject.org
Fri Sep 7 18:24:50 UTC 2012


commit 62c16aeba90727a5bf95f2e70a7bd31472795517
Author: Clark Williams <williams at redhat.com>
Date:   Fri Sep 7 13:24:23 2012 -0500

    move the fedora-17-ppc* configs into the configs directory

 .gitignore |    1 +
 mock.spec  |   10 ++--------
 sources    |    2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc873f4..95dda27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.24.tar.gz
 /mock-1.1.25.tar.gz
 /mock-1.1.26.tar.gz
+/mock-1.1.27.tar.gz
diff --git a/mock.spec b/mock.spec
index 1048f11..f1b0aa8 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 1
-%define sub 26
+%define sub 27
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -11,11 +11,10 @@
 Summary: Builds packages inside chroots
 Name: mock
 Version: %{release_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: https://git.fedorahosted.org/cgit/mock.git/snapshot/%{name}-%{version}.tar.gz
-Patch0: 0001-add-f18-configs.patch
 URL: http://fedoraproject.org/wiki/Projects/Mock
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -33,7 +32,6 @@ Mock takes an SRPM and builds it in a chroot
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -121,10 +119,6 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
-* Fri Aug 10 2012 Dennis Gilmore <dennis at ausil.us> - 1.1.26-2
-- add f18 configs
-- add rawhide s390 config
-
 * Mon Aug  6 2012 Clark Williams <williams at redhat.com> - 1.1.26-1
 - move the fedora-17-ppc* configs into the configs directory
 
diff --git a/sources b/sources
index 20615b9..a45f7ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7faa60b09fdcd33e95505c7daca474df  mock-1.1.26.tar.gz
+0e83327d176cfb72cdad274649f2d7e7  mock-1.1.27.tar.gz


More information about the scm-commits mailing list