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

John Clark Williams jcwillia at fedoraproject.org
Mon Aug 6 17:27:53 UTC 2012


commit 75e3c7a00968bb313ffd0e289fa1bb21cd29ad73
Author: Clark Williams <williams at redhat.com>
Date:   Mon Aug 6 12:27:29 2012 -0500

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

 .gitignore |    1 +
 mock.spec  |    8 +++++---
 sources    |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12b4ed1..cc873f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.23.tar.gz
 /mock-1.1.24.tar.gz
 /mock-1.1.25.tar.gz
+/mock-1.1.26.tar.gz
diff --git a/mock.spec b/mock.spec
index 776609f..8293cf0 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 25
+%define sub 26
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -14,7 +14,7 @@ Version: %{release_version}
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
-Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz
+Source: https://git.fedorahosted.org/cgit/mock.git/snapshot/%{name}-%{version}.tar.gz
 URL: http://fedoraproject.org/wiki/Projects/Mock
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -59,7 +59,6 @@ popd
 echo "%defattr(0644, root, mock)" > %{name}.cfgs
 find $RPM_BUILD_ROOT%{_sysconfdir}/mock -name "*.cfg" \
     | sed -e "s|^$RPM_BUILD_ROOT|%%config(noreplace) |" >> %{name}.cfgs
-#cat %{name}.cfgs
 
 # just for %%ghosting purposes
 ln -s fedora-rawhide-x86_64.cfg $RPM_BUILD_ROOT%{_sysconfdir}/mock/default.cfg
@@ -120,6 +119,9 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
  
 %changelog
+* Mon Aug  6 2012 Clark Williams <williams at redhat.com> - 1.1.26-1
+- move the fedora-17-ppc* configs into the configs directory
+
 * Tue Jul 31 2012 Clark Williams <williams at redhat.com> - 1.1.25-1
 - From Karsten Hopp <karsten at redhat.com>:
   - added ppc and ppc64 configs for fedora 17
diff --git a/sources b/sources
index ab3f61b..20615b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef6eadd155308d67752ca1849bb4af65  mock-1.1.25.tar.gz
+7faa60b09fdcd33e95505c7daca474df  mock-1.1.26.tar.gz


More information about the scm-commits mailing list