[anaconda] - Cleanup arch tests (dshea) - Rearranged the automake tests. (dshea) - Update po/ build files to th

Brian C. Lane bcl at fedoraproject.org
Fri Sep 6 22:24:07 UTC 2013


commit d5e68d3298ba5fb03a0ed8ad3f46581f15603ee6
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Sep 6 15:23:46 2013 -0700

    - Cleanup arch tests (dshea)
    - Rearranged the automake tests. (dshea)
    - Update po/ build files to the current gettext (dshea)
    - Use libtool with gtkdoc-scanobj (dshea)
    - Use autoconf to set the spec file Version. (dshea)
    - Use the ustar format with make dist (dshea)
    - Fix widgets autotools generation. (dshea)
    - Require gtk-doc and GObject. (dshea)
    - dracut no longer auto assembles everything (#960496) (bcl)
    - Only ignore missing packages entries (#983316) (bcl)
    - Fix a string that was modified before translation (#1004960) (dshea)
    - Let users configure keyboard via anaconda in live installations (#1002533)
      (vpodzime)
    - Use copy instead of move for NTP configuration (#985566) (hdegoede)
    - Share code between the Welcome and Langsupport spokes (vpodzime)
    - Do not try to set None as hostname (#1002737) (vpodzime)
    - Fix crash on LiveCD if network is configured before installing (#1002373)
      (rvykydal)

 .gitignore    |    1 +
 anaconda.spec |   22 +++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11a4cad..60cccdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,3 +94,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.9.tar.bz2
 /anaconda-20.10.tar.bz2
 /anaconda-20.11.tar.bz2
+/anaconda-20.12.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d5ad666..3d88f06 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.11
+Version: 20.12
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -255,6 +255,26 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Sep 06 2013 Brian C. Lane <bcl at redhat.com> - 20.12-1
+- Cleanup arch tests (dshea)
+- Rearranged the automake tests. (dshea)
+- Update po/ build files to the current gettext (dshea)
+- Use libtool with gtkdoc-scanobj (dshea)
+- Use autoconf to set the spec file Version. (dshea)
+- Use the ustar format with make dist (dshea)
+- Fix widgets autotools generation. (dshea)
+- Require gtk-doc and GObject. (dshea)
+- dracut no longer auto assembles everything (#960496) (bcl)
+- Only ignore missing packages entries (#983316) (bcl)
+- Fix a string that was modified before translation (#1004960) (dshea)
+- Let users configure keyboard via anaconda in live installations (#1002533)
+  (vpodzime)
+- Use copy instead of move for NTP configuration (#985566) (hdegoede)
+- Share code between the Welcome and Langsupport spokes (vpodzime)
+- Do not try to set None as hostname (#1002737) (vpodzime)
+- Fix crash on LiveCD if network is configured before installing (#1002373)
+  (rvykydal)
+
 * Thu Sep 05 2013 Brian C. Lane <bcl at redhat.com> - 20.11-1
 - Add more details to iso device selector (#971290) (bcl)
 - Warn user if they enter a weak password in TUI. (#1001039) (sbueno+anaconda)
diff --git a/sources b/sources
index 0899fd4..85f39d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa49299c9ee8f8f7d8b53e36dd416883  anaconda-20.11.tar.bz2
+a2791e94f424777ade51785656c82299  anaconda-20.12.tar.bz2


More information about the scm-commits mailing list