summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2007-01-08 17:39:13 +0000
committerjcwillia <jcwillia>2007-01-08 17:39:13 +0000
commitc46b9bcea26c36a1453165f139081e4feed893d5 (patch)
tree7414ecf839caee02f630b13077c415a381d7dd96
parent7e7a97002ac61ffe658c3b24934a282ec529e2ca (diff)
downloadmock-c46b9bcea26c36a1453165f139081e4feed893d5.tar.gz
mock-c46b9bcea26c36a1453165f139081e4feed893d5.tar.xz
mock-c46b9bcea26c36a1453165f139081e4feed893d5.zip
bumped specfile version to 0.6.10; updated changelogpostmerge_20070108
-rw-r--r--ChangeLog10
-rw-r--r--mock.spec8
2 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 23e57cd..bc69f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-01-08 Clark Williams <williams@redhat.com>
+ * Makefile
+ changed archive creation to keep tarball clean
+
+ * etc/fedora-4-*
+ added Josh Boyer's EPEL config files
+
+ * mock.spec
+ bumped version to 0.6.10
+
2006-10-30 Clark Williams <williams@redhat.com>
* Makefile
diff --git a/mock.spec b/mock.spec
index a8c771c..64ecb7d 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.6.9
+Version: 0.6.10
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -54,8 +54,6 @@ if [ $1 -eq 1 ]; then
groupadd -r mock >/dev/null 2>&1 || :
fi
-
-
%files
%defattr(-, root, root)
%doc README ChangeLog buildsys-build.spec
@@ -68,8 +66,10 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%{_libdir}/libselinux-mock.so
-
%changelog
+* Mon Jan 8 2007 Clark Williams <williams@redhat.com> - 0.6.10-1
+- Added Josh Boyer's EPEL config files
+
* Tue Nov 21 2006 Clark Williams <williams@redhat.com> - 0.6.9-1
- applied Eric Work's patch to fix defaults vs. command line option problem
(BZ 215168)