[system-config-kickstart/f14/master] - Clear the partition store whenever a file is loaded (#610740). (clumens) - Remove the key entry as

Christopher Edward Lumens clumens at fedoraproject.org
Mon Oct 25 20:14:33 UTC 2010


commit a4e62a28d28e64f4bf1f21705279d102d44c37dd
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Oct 25 16:14:22 2010 -0400

    - Clear the partition store whenever a file is loaded (#610740). (clumens)
    - Remove the key entry as well, since that command no longer exists. (clumens)
    - Remove the deprecated interactive mode. (clumens)
    - anaconda has changed all around, so fix the GroupSelector import. (clumens)
    - Fix --help argument handling (#621379). (clumens)
    - Update translation files (#617075). (clumens)

 .gitignore                   |    1 +
 sources                      |    2 +-
 system-config-kickstart.spec |   20 ++++++++++++++------
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f22d8fc..ba2b7ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ system-config-kickstart-2.8.3.tar.gz
 system-config-kickstart-2.8.4.tar.gz
 system-config-kickstart-2.8.5.tar.gz
 system-config-kickstart-2.8.6.tar.gz
+/system-config-kickstart-2.8.6.1.tar.gz
diff --git a/sources b/sources
index dc618b8..3898972 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d05eca123d920cf2f0a8ade59da24c4  system-config-kickstart-2.8.6.tar.gz
+6a653b4661db117e0f5a1c4c01b294a7  system-config-kickstart-2.8.6.1.tar.gz
diff --git a/system-config-kickstart.spec b/system-config-kickstart.spec
index fd610ad..b200763 100644
--- a/system-config-kickstart.spec
+++ b/system-config-kickstart.spec
@@ -1,7 +1,7 @@
 Summary: A graphical interface for making kickstart files
 Name: system-config-kickstart
-Version: 2.8.6
-Release: 2%{?dist}
+Version: 2.8.6.1
+Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/Tools
 License: GPLv2+
 ExclusiveOS: Linux
@@ -17,7 +17,7 @@ Obsoletes: ksconfig, redhat-config-kickstart, mkkickstart
 BuildRequires: desktop-file-utils, intltool, gettext
 Requires: pygtk2 >= 1.99.11, pygtk2-libglade, python >= 2.3.3, hwdata
 Requires: system-config-language, system-config-date, python-meh
-Requires: pykickstart >= 0.96, yum, anaconda >= 11.4.0.42-1, hicolor-icon-theme
+Requires: pykickstart >= 1.77, yum, anaconda >= 14.0, hicolor-icon-theme
 Requires: system-config-keyboard >= 1.3.1
 Requires(post): gtk2 >= 2.6
 Requires(postun): gtk2 >= 2.6
@@ -69,6 +69,14 @@ fi
 %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-kickstart.png
 
 %changelog
+* Fri Sep 10 2010 Chris Lumens <clumens at redhat.com> - 2.8.6.1-1
+- Clear the partition store whenever a file is loaded (#610740). (clumens)
+- Remove the key entry as well, since that command no longer exists. (clumens)
+- Remove the deprecated interactive mode. (clumens)
+- anaconda has changed all around, so fix the GroupSelector import. (clumens)
+- Fix --help argument handling (#621379). (clumens)
+- Update translation files (#617075). (clumens)
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 2.8.6-2
 - recompiling .py files against Python 2.7 (rhbz#623400)
 
@@ -77,7 +85,7 @@ fi
 - Don't install the icon to /usr/share/system-config-kickstart too (#594361). (clumens)
 - Update translations.
 
-* Mon May 31 2010 Ville Skyttä <ville.skytta at iki.fi> - 2.8.5-2
+* Mon May 31 2010 Ville Skyttä <ville.skytta at iki.fi> - 2.8.5-2
 - Re-convert specfile to UTF-8.
 
 * Mon May 03 2010 Chris Lumens <clumens at redhat.com> - 2.8.5-1
@@ -94,7 +102,7 @@ fi
 - Fix an import error (#530739, nelsoninva AT gmail.com).
 - Update lots of translations.
 
-* Mon Sep 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.8.2-2
+* Mon Sep 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.8.2-2
 - Convert specfile to UTF-8.
 
 * Tue Jul 28 2009 Chris Lumens <clumens at redhat.com> - 2.8.1-1
@@ -691,7 +699,7 @@ fi
 * Mon May 13 2002 Brent Fox <bfox at redhat.com> 2.0-8
 - Fixed bug #64835 to make UK keyboard 'uk' not 'gb'
 
-* Mon Apr 15 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.0-7
+* Mon Apr 15 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.0-7
 - Update translations
 
 * Thu Apr 11 2002 Brent Fox <bfox at redhat.com>


More information about the scm-commits mailing list