[anaconda/f18] - Setup python path /after/ we've done updates (jkeating) - Fix a string substitution think-o (jkeat

clumens clumens at fedoraproject.org
Thu Aug 30 15:18:58 UTC 2012


commit 418f471f91441f73fa720cf70da503e442306491
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Aug 30 11:15:05 2012 -0400

    - Setup python path /after/ we've done updates (jkeating)
    - Fix a string substitution think-o (jkeating)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bec8f12..ed2fb93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ anaconda-15.2.tar.bz2
 /anaconda-18.6.tar.bz2
 /anaconda-18.6.1.tar.bz2
 /anaconda-18.6.2.tar.bz2
+/anaconda-18.6.3.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4f44d12..bae3e4b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.6.2
+Version: 18.6.3
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -295,6 +295,10 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Thu Aug 30 2012 Chris Lumens <clumens at redhat.com> - 18.6.3-1
+- Setup python path /after/ we've done updates (jkeating)
+- Fix a string substitution think-o (jkeating)
+
 * Wed Aug 29 2012 Chris Lumens <clumens at redhat.com> - 18.6.2-1
 - We now BuildRequires python-babel as well. (clumens)
 - Update TODO list. (clumens)
diff --git a/sources b/sources
index 38d2099..c314ffe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7627548e5d790b96f4fb935a5e92e48a  anaconda-18.6.2.tar.bz2
+48d978584b282e3dec2a2e5f6549ddcc  anaconda-18.6.3.tar.bz2


More information about the scm-commits mailing list