[system-config-kickstart/f18] - Fix another problem updating the .po file. - Remove support for python-meh. It requires gtk3. - A

clumens clumens at fedoraproject.org
Fri Feb 1 16:41:26 UTC 2013


commit b76339b27648fb51454e2a5bf3adb7b4ea1f4aa3
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Feb 1 16:30:09 2013 +0000

    - Fix another problem updating the .po file.
    - Remove support for python-meh.  It requires gtk3.
    - Add the old anaconda GroupSelector.py to system-config-kickstart (#859928).
    - It helps to import the exceptions I want to catch (#893282).
    - Do @VERSION@ substitution on the main program, too (#866563).

 .gitignore                   |    1 +
 sources                      |    2 +-
 system-config-kickstart.spec |   19 +++++++++++--------
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d02379d..6941cf5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ system-config-kickstart-2.8.7.tar.gz
 /system-config-kickstart-2.8.8.tar.gz
 /system-config-kickstart-2.8.9.tar.gz
 /system-config-kickstart-2.8.10.tar.gz
+/system-config-kickstart-2.9.0.tar.gz
diff --git a/sources b/sources
index b7bee8f..1e556b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-564d140a92f6593eab2504482e729abc  system-config-kickstart-2.8.10.tar.gz
+abb857383f6d9ed01187376d2ed1a37d  system-config-kickstart-2.9.0.tar.gz
diff --git a/system-config-kickstart.spec b/system-config-kickstart.spec
index 2380b36..74c8aba 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.10
-Release: 2%{?dist}
+Version: 2.9.0
+Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/Tools
 License: GPLv2+
 ExclusiveOS: Linux
@@ -16,10 +16,9 @@ Source0: %{name}-%{version}.tar.gz
 Obsoletes: ksconfig, redhat-config-kickstart, mkkickstart
 BuildRequires: desktop-file-utils, intltool, gettext
 BuildRequires: transifex-client
-Requires: pygtk2 >= 1.99.11, pygtk2-libglade, python >= 2.3.3, hwdata
-Requires: system-config-language, system-config-date, python-meh
-Requires: pykickstart >= 1.78, yum, anaconda >= 14.0, hicolor-icon-theme
-Requires: system-config-keyboard >= 1.3.1
+Requires: pygtk2 >= 1.99.11, pygtk2-libglade, python >= 2.3.3
+Requires: system-config-language, system-config-date
+Requires: pykickstart >= 1.78, yum, hicolor-icon-theme
 Requires(post): gtk2 >= 2.6
 Requires(postun): gtk2 >= 2.6
 
@@ -70,8 +69,12 @@ fi
 %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-kickstart.png
 
 %changelog
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.10-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Fri Feb 01 2013 Chris Lumens <clumens at redhat.com> - 2.9.0-1
+- Fix another problem updating the .po file.
+- Remove support for python-meh.  It requires gtk3.
+- Add the old anaconda GroupSelector.py to system-config-kickstart (#859928).
+- It helps to import the exceptions I want to catch (#893282).
+- Do @VERSION@ substitution on the main program, too (#866563).
 
 * Mon May 14 2012 Chris Lumens <clumens at redhat.com> - 2.8.10-1
 - Update glade file to fix translation building. (clumens)


More information about the scm-commits mailing list