diff --git a/mock.spec b/mock.spec index b655bcf..ee5d95b 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 0 %define minor 9 -%define sub 14 +%define sub 17 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -11,7 +11,7 @@ Summary: Builds packages inside chroots Name: mock Version: %{release_version} -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Development/Tools Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{version}.tar.gz @@ -99,8 +99,27 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog -* Wed Sep 02 2009 Dennis Gilmore - 0.9.14-2 -- apply patch to clean up mock configs. plague is no more +* Wed Sep 02 2009 Dennis Gilmore - 0.9.17-3 +Add patch cleaning up mock configs for epel + +* Sat Jul 25 2009 Fedora Release Engineering - 0.9.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 8 2009 Clark Williams - 0.9.17-1 +- Patch from Jakub Jelinek for mounting + /dev/pts correctly in the chroot (BZ# 510183) +- raise exception when --shell specified for uninitialized chroot + (BZ# 506288) +- add directory and infrastructure to allow dbus to run inside + chroot (BZ# 460574) +- patch from Levente Farkas to fix exclude + in EPEL 5 x86_64 config + +* Mon May 11 2009 Jesse Keating - 0.9.16-1 +- Make F11 and rawhide build i586 on i386 targets. + +* Mon May 11 2009 Jesse Keating - 0.9.15-1 +- Add configs for F11 (jkeating) * Mon Feb 02 2009 Clark Williams - 0.9.14-1 - logging cleanup (mikem)