diff --git a/.cvsignore b/.cvsignore index 1537084..122ff71 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.20.tar.gz +mock-1.0.0.tar.gz diff --git a/mock.spec b/mock.spec index 8a662fb..6338d80 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 20 +%define major 1 +%define minor 0 +%define sub 0 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -97,6 +97,11 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Mon Nov 23 2009 Clark Williams - 1.0.0-1 +- modified pty devpts mount code to actually work (BZ# 510183) +- deleted F9 configs +- version bump to 1.0.0 + * Fri Nov 13 2009 Clark Williams - 0.9.20-1 - conditionalized import of uuid to avoid failure on RHEL5 - added autoconf/automake mojo to prefer using rpmbuild-md5 for diff --git a/sources b/sources index 410f1f2..b619272 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fdaa07fc4d72f1f5d0db3d862bea164 mock-0.9.20.tar.gz +175eea5a94f667df99fafcc5c239451a mock-1.0.0.tar.gz