From c8ea48d502604c4e0801a4b8138d1e8e7095bf92 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 26 Mar 2013 15:55:10 +0100 Subject: new version --- initial-setup.spec | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/initial-setup.spec b/initial-setup.spec index 8408468..0f4d803 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,8 +1,8 @@ Summary: Initial system configuration utility Name: initial-setup URL: http://fedoraproject.org/wiki/FirstBoot -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.3.2 +Release: 1%{?dist} BuildArch: noarch # This is a Red Hat maintained package which is specific to @@ -99,6 +99,11 @@ fi %changelog +* Tue Mar 26 2013 Martin Sivak - 0.3.2-1 +- Modify the ROOT_PATH properly +- Do not execute old ksdata (from anaconda's ks file) +- Save the resulting configuration to /root/initial-setup-ks.cfg + * Tue Mar 26 2013 Martin Sivak - 0.3.1-2 - Require python-di package diff --git a/setup.py b/setup.py index 062bb1c..94853b2 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ if os.uname()[4].startswith('s390'): setup( name = "initial-setup", - version = "0.3.1", + version = "0.3.2", author = "Martin Sivak", author_email = "msivak@redhat.com", description='Post-installation configuration utility', -- cgit