diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-30 22:58:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-30 22:58:26 +0000 |
commit | 414b4fee3d510e3d9a249fe84e81bc6ca41a1df5 (patch) | |
tree | e32409cdb2f44a1782667e9ac88b65a864b211f6 /anaconda.spec | |
parent | 41a46fe6dbecc31c90e830423bb16b3f7a5037be (diff) | |
download | anaconda-414b4fee3d510e3d9a249fe84e81bc6ca41a1df5.tar.gz anaconda-414b4fee3d510e3d9a249fe84e81bc6ca41a1df5.tar.xz anaconda-414b4fee3d510e3d9a249fe84e81bc6ca41a1df5.zip |
2005-03-30 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 0ea41ef89..ced6fab9f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.2.0.36 +Version: 10.2.0.37 Release: 1 License: GPL Summary: Graphical system installer @@ -69,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Mar 30 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.37-1 +- try not using maxcpus=1 for arches which still had it +- don't use the reserved variable name str (sopwith) +- various language fixups (clumens) + * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.36-1 - tree build fix |