mock ChangeLog, 1.9, 1.10 Makefile, 1.11, 1.12 mock.py, 1.56, 1.57 mock.spec, 1.19, 1.20

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Fri Sep 8 18:04:05 UTC 2006


Author: jcwillia

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

Modified Files:
	ChangeLog Makefile mock.py mock.spec 
Log Message:
updated version to 0.7.1 in both spec and mock.py; modified Makefile and specfile to reflect path change for /usr/libexec/mock.py; updated ChangeLog


Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/mock/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Jun 2006 15:14:45 -0000	1.9
+++ ChangeLog	8 Sep 2006 18:04:00 -0000	1.10
@@ -1,3 +1,15 @@
+2006-09-08  Clark Williams  <williams at redhat.com>
+
+	* mock.c
+	changed MOCK_PATH to /usr/libexec/mock.py
+	
+	* mock.spec
+	changed version to 0.7.1
+	updated paths to reflect /usr/libexec/mock.py change
+
+	* Changelog
+	updated
+	
 2006-06-28  Clark Williams  <williams at redhat.com>
 
 	* mock.py


Index: Makefile
===================================================================
RCS file: /cvs/fedora/mock/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile	17 Aug 2006 18:22:38 -0000	1.11
+++ Makefile	8 Sep 2006 18:04:00 -0000	1.12
@@ -19,8 +19,8 @@
 	for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1 ; done
 
 install:
-	install -D -m 755 mock.py $(DESTDIR)/usr/bin/mock.py
-	install -D -m 755 mock-yum $(DESTDIR)/usr/libexec/mock-yum
+	install -D mock.py $(DESTDIR)/usr/libexec/mock.py
+	install -D mock-yum $(DESTDIR)/usr/libexec/mock-yum
 	mkdir -p $(DESTDIR)/var/lib/mock
 	for d in $(SUBDIRS); do make  DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
 


Index: mock.py
===================================================================
RCS file: /cvs/fedora/mock/mock.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- mock.py	17 Aug 2006 18:21:48 -0000	1.56
+++ mock.py	8 Sep 2006 18:04:00 -0000	1.57
@@ -31,7 +31,7 @@
 
 from optparse import OptionParser
 
-__VERSION__ = '0.7'
+__VERSION__ = '0.7.1'
 
 def error(msg):
     print >> sys.stderr, msg


Index: mock.spec
===================================================================
RCS file: /cvs/fedora/mock/mock.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mock.spec	16 Aug 2006 19:39:24 -0000	1.19
+++ mock.spec	8 Sep 2006 18:04:00 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: Builds packages inside chroots
 Name: mock
-Version: 0.7
-Release: 2%{?dist}
+Version: 0.7.1
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz
@@ -61,14 +61,16 @@
 %dir  %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*.cfg
 %attr(04750, root, mock) %{_bindir}/%{name}
-%{_bindir}/%{name}.py*
-%{_libexecdir}/mock-yum
+%{_libexecdir}/mock*
 %{_mandir}/man1/mock.1*
 %attr(02775, root, mock) %dir /var/lib/mock
 %{_libdir}/libselinux-mock.so
 
 
 %changelog
+* Fri Sep  8 2006 Clark Williams <williams at redhat.com> - 0.7.1-1
+- Change mock.py to /usr/libexec
+
 * Wed Aug 16 2006 Clark Williams <williams at redhat.com> - 0.7-2
 - Added buildsys-build.spec to docs
 - Added disttag




More information about the fedora-extras-commits mailing list