[initial-setup] new version

Martin Kolman m4rtink at fedoraproject.org
Wed May 28 15:14:28 UTC 2014


commit c059048c48d12705c90d8c222a80667587f87493
Author: Martin Kolman <mkolman at redhat.com>
Date:   Wed May 28 17:12:14 2014 +0200

    new version
    
    - Adapt to python-nose API change (mkolman)
    - Adapt Initial Setup to the new way Anaconda handles root path (#1099581) (vpodzime)

 .gitignore         |    1 +
 initial-setup.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81495e2..f9a7a74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /initial-setup-0.3.17.tar.gz
 /initial-setup-0.3.18.tar.gz
 /initial-setup-0.3.19.tar.gz
+/initial-setup-0.3.21.tar.gz
diff --git a/initial-setup.spec b/initial-setup.spec
index f23481e..af0b33b 100644
--- a/initial-setup.spec
+++ b/initial-setup.spec
@@ -1,7 +1,7 @@
 Summary: Initial system configuration utility
 Name: initial-setup
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 0.3.19
+Version: 0.3.21
 Release: 1%{?dist}
 
 # This is a Red Hat maintained package which is specific to
@@ -66,6 +66,7 @@ rm -rf *.egg-info
 make po-files
 
 %check
+export XDG_RUNTIME_DIR=/tmp
 %{__python} setup.py nosetests
 
 %install
@@ -126,6 +127,12 @@ fi
 %systemd_postun_with_restart initial-setup-graphical.service
 
 %changelog
+* Wed May 28 2014 Martin Kolman <mkolman at redhat.com> - 0.3.21-1
+- Adapt to python-nose API change (mkolman)
+
+* Thu May 22 2014 Martin Kolman <mkolman at redhat.com> - 0.3.20-1
+- Adapt Initial Setup to the new way Anaconda handles root path (#1099581) (vpodzime)
+
 * Tue May 06 2014 Martin Kolman <mkolman at redhat.com> - 0.3.19-1
 - Bump required Anaconda version due to TUI category handling change (mkolman)
 - Override Hub collect methods also in TUI hub (mkolman)
diff --git a/sources b/sources
index 5f8a4a6..59663b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43f97191654a9bb06140074a9aa73b3b  initial-setup-0.3.19.tar.gz
+2116f64642f3b6171f99d64c3119ceaf  initial-setup-0.3.21.tar.gz


More information about the scm-commits mailing list