From 3f218ca868097f19dc65c9ab3cd8aac05aa8c126 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 21 2015 00:51:21 +0000 Subject: - Clean out the mock chroot before attempting to run the rest of the test. (clumens) - Implement %anaconda kickstart section for pwpolicy (bcl) - Add pwpolicy support to TUI interface (bcl) - Add pwpolicy for the LUKS passphrase dialog. (bcl) - Add pwpolicy for the user spoke. (bcl) - Use pwpolicy for the root password spoke. (bcl) - Add the text for weak passwords to constants (bcl) - Add tests with an FTP instrepo (dshea) - Add kickstart tests for an NFS instrepo and addon repos. (dshea) - Handle /boot on btrfs for live (#1200539) (bcl) - rpmostreepayload: write storage config after shared var is mounted (#1203234) (rvykydal) - Tweak tmux configuration file (jkonecny) - Remove --device= from the new kickstart tests. (clumens) - Add more kickstart-based packaging tests. (clumens) - Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda) - fix crash with bare 'inst.virtiolog' in boot args (wwoods) - Do not attempt to set None as a warning (dshea) - fix inst.ks.sendmac for static ip=XXX (#826657) (wwoods) --- diff --git a/.gitignore b/.gitignore index be1d996..a6c4d40 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /anaconda-23.1.tar.bz2 /anaconda-23.2.tar.bz2 /anaconda-23.3.tar.bz2 +/anaconda-23.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c92fe13..690bb1b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.3 +Version: 23.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -311,6 +311,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 20 2015 Brian C. Lane - 23.4-1 +- Clean out the mock chroot before attempting to run the rest of the test. + (clumens) +- Implement %%anaconda kickstart section for pwpolicy (bcl) +- Add pwpolicy support to TUI interface (bcl) +- Add pwpolicy for the LUKS passphrase dialog. (bcl) +- Add pwpolicy for the user spoke. (bcl) +- Use pwpolicy for the root password spoke. (bcl) +- Add the text for weak passwords to constants (bcl) +- Add tests with an FTP instrepo (dshea) +- Add kickstart tests for an NFS instrepo and addon repos. (dshea) +- Handle /boot on btrfs for live (#1200539) (bcl) +- rpmostreepayload: write storage config after shared var is mounted (#1203234) + (rvykydal) +- Tweak tmux configuration file (jkonecny) +- Remove --device= from the new kickstart tests. (clumens) +- Add more kickstart-based packaging tests. (clumens) +- Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda) +- fix crash with bare 'inst.virtiolog' in boot args (wwoods) +- Do not attempt to set None as a warning (dshea) +- fix inst.ks.sendmac for static ip=XXX (#826657) (wwoods) + * Fri Mar 13 2015 Brian C. Lane - 23.3-1 - Only insert strings into the environment (#1201411) (dshea) - Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea) diff --git a/sources b/sources index 69ecad9..f4bb5b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9b9b4a92363c147e97df4467a9f4021 anaconda-23.3.tar.bz2 +eeb58d4bc49e7b2a234bc15d615399ea anaconda-23.4.tar.bz2