diff options
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | mock.spec.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9bfbef4..37a6d5e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[0.9.8]) +AC_INIT([mock],[0.9.9]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=8 +temp_RELEASE_SUBLEVEL=9 temp_RELEASE_EXTRALEVEL= #################################### diff --git a/mock.spec.in b/mock.spec.in index 8d5a1d0..b61bebb 100644 --- a/mock.spec.in +++ b/mock.spec.in @@ -87,6 +87,10 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Tue Apr 22 2008 Jesse Keating <jkeating@redhat.com> - 0.9.9-1 +- Update config files for Fedora 9 +- Comment out multilib excludes, no longer needed in F9+ with yum multilib changes + * Mon Mar 31 2008 Jesse Keating <jkeating@redhat.com> - 0.9.8-1 - modify rootcache logic to rebuild cache if config files have newer timestamp - For Fedora 8 and higher, use priority failover method |
