summaryrefslogtreecommitdiffstats
path: root/mock.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-04-30 12:01:57 +0200
committerRemi Collet <fedora@famillecollet.com>2011-04-30 12:01:57 +0200
commit30c14c362eacfb402f41627423fd2756718fcfcc (patch)
tree67d5aed90757becf547bbc90680d1fffd9c8a1a8 /mock.spec
parentaffdf9534c414bda69a95cd81280953937293baa (diff)
mock: add patch for https://bugzilla.redhat.com/700983HEADmaster
Diffstat (limited to 'mock.spec')
-rw-r--r--mock.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/mock.spec b/mock.spec
index 6212831..2b0d8f1 100644
--- a/mock.spec
+++ b/mock.spec
@@ -11,7 +11,7 @@
Summary: Builds packages inside chroots
Name: mock
Version: %{release_version}
-Release: 1%{?dist}
+Release: 1%{?dist}.2
License: GPLv2+
Group: Development/Tools
Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz
@@ -122,6 +122,12 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Sat Apr 30 2011 Remi Collet <rpms@famillecollet.com> 1.1.9-1.2
+- Fix previous patch and dump release
+
+* Sat Apr 30 2011 Remi Collet <rpms@famillecollet.com> 1.1.9-1.1
+- Fix #700983 ccache dir owned by root
+
* Thu Apr 21 2011 Remi Collet <rpms@famillecollet.com> 1.1.9-1
- Fix #688222 cleanup_on_success from config not honored