[anaconda/f21] - Don't panic prematurely on a missing size (#1154190) (amulhern) - Log when using updates from /tmp

Samantha N. Bueno sbueno at fedoraproject.org
Mon Oct 20 18:26:35 UTC 2014


commit cc0085e347f423b5851a4eec3e5d0b7c98ea9e7f
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Mon Oct 20 14:26:24 2014 -0400

    - Don't panic prematurely on a missing size (#1154190) (amulhern)
    - Log when using updates from /tmp/updates/ (bcl)
    - Fix # handling in SimpleConfigFile (#1045687) (bcl)

 .gitignore    |    1 +
 anaconda.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0045b53..88f7815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /anaconda-21.48.8.tar.bz2
 /anaconda-21.48.9.tar.bz2
 /anaconda-21.48.10.tar.bz2
+/anaconda-21.48.11.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 07fdc1b..f3baff4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.48.10
+Version: 21.48.11
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -311,6 +311,11 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Mon Oct 20 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 21.48.11-1
+- Don't panic prematurely on a missing size (#1154190) (amulhern)
+- Log when using updates from /tmp/updates/ (bcl)
+- Fix # handling in SimpleConfigFile (#1045687) (bcl)
+
 * Wed Oct 15 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 21.48.10-1
 - Change our docs that are close to ReST to proper ReST (vpodzime)
 - Run restorecon on /etc/hostname (#1133368) (bcl)
diff --git a/sources b/sources
index bb2fe14..4c2222f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43a4e7637e3078a19b1dd7f464c8a5f3  anaconda-21.48.10.tar.bz2
+e5769decc7c14f61a271526ff6cc4054  anaconda-21.48.11.tar.bz2


More information about the scm-commits mailing list