From 062398a63a53eba0ca17fd14b9787c6de976532c Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Aug 01 2013 17:37:10 +0000 Subject: - POTFILES.in: rename time.py to time_spoke.py (bcl) - Only move INSTALL_TREE when it is mounted (#888196) (bcl) - Use ksdata.method.seen (#986069) (bcl) - Threaded Koji RPM lookups and downloads (mkolman) - Fix the langcode parsing regexp (vpodzime) - Move tests to old_tests and add some new, working tests (vpodzime) - Replace hostname with hostnamectl (#989584) (rvykydal) - Require fcoe-utils only on ix86 and x86_64 architectures (#989913) (vpodzime) - Fix searching for local RPMs with no version required (vpodzime) - Expand the '~' in the RPM_FOLDER_NAME (vpodzime) - Set system date and time with our own function (vpodzime) - Remove the useless, confusing and lying PoolsNote (vpodzime) - Use tiny, fast and thread-safe ntplib module instead of ntpdate (vpodzime) - For vnc require network in intramfs (#989156) (rvykydal) - Fix makeupdates' package fetching when no version is specified (vpodzime) - Make it clear on the summary dialog that changes take effect later. (clumens) - Don't mark the summary dialog's tree view as insensitive. (clumens) - Work with files in a more pythonic way in makeupdates (vpodzime) - Honor hostname set in kickstart (#988483) (rvykydal) - Do not automatically set UTC mode on kickstart installs. (clumens) - Add automatic fetching of RPMs for new Defines & Requires (mkolman) - Don't prompt for ssh on s390x if doing an image install. (#983056) (sbueno) - Rename tz spoke to avoid potential conflict with std 'time' module. (sbueno) --- diff --git a/.gitignore b/.gitignore index 9b5d0a3..2dd3eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.1.tar.bz2 /anaconda-20.2.tar.bz2 /anaconda-20.3.tar.bz2 +/anaconda-20.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4a41615..512bf4f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.3 +Version: 20.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -124,10 +124,9 @@ Requires: anaconda-yum-plugins Requires: libselinux-python >= %{libselinuxver} Requires: kbd Requires: chrony -Requires: ntpdate +Requires: python-ntplib Requires: rsync -Requires: hostname -%ifnarch s390 s390x +%ifarch %{ix86} x86_64 Requires: fcoe-utils >= %{fcoeutilsver} %endif Requires: iscsi-initiator-utils >= %{iscsiver} @@ -255,6 +254,31 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Aug 01 2013 Brian C. Lane - 20.4-1 +- POTFILES.in: rename time.py to time_spoke.py (bcl) +- Only move INSTALL_TREE when it is mounted (#888196) (bcl) +- Use ksdata.method.seen (#986069) (bcl) +- Threaded Koji RPM lookups and downloads (mkolman) +- Fix the langcode parsing regexp (vpodzime) +- Move tests to old_tests and add some new, working tests (vpodzime) +- Replace hostname with hostnamectl (#989584) (rvykydal) +- Require fcoe-utils only on ix86 and x86_64 architectures (#989913) (vpodzime) +- Fix searching for local RPMs with no version required (vpodzime) +- Expand the '~' in the RPM_FOLDER_NAME (vpodzime) +- Set system date and time with our own function (vpodzime) +- Remove the useless, confusing and lying PoolsNote (vpodzime) +- Use tiny, fast and thread-safe ntplib module instead of ntpdate (vpodzime) +- For vnc require network in intramfs (#989156) (rvykydal) +- Fix makeupdates' package fetching when no version is specified (vpodzime) +- Make it clear on the summary dialog that changes take effect later. (clumens) +- Don't mark the summary dialog's tree view as insensitive. (clumens) +- Work with files in a more pythonic way in makeupdates (vpodzime) +- Honor hostname set in kickstart (#988483) (rvykydal) +- Do not automatically set UTC mode on kickstart installs. (clumens) +- Add automatic fetching of RPMs for new Defines & Requires (mkolman) +- Don't prompt for ssh on s390x if doing an image install. (#983056) (sbueno) +- Rename tz spoke to avoid potential conflict with std 'time' module. (sbueno) + * Thu Jul 25 2013 Brian C. Lane - 20.3-1 - Fix driver disk path for inst.dd= method (#987513) (bcl) - Add support for NFS as install source in TUI. (#971298) (sbueno+anaconda) diff --git a/sources b/sources index 002e583..4ac5ee9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -358772796f9fdf8c39f8f31cda08981b anaconda-20.3.tar.bz2 +782f8bcaba760e9dd40aac01c0265266 anaconda-20.4.tar.bz2