From 6ae1f61a2a73cf7d4897a82cab9ab0ee944248ee Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 20 2012 23:54:31 +0000 Subject: - use a dracut shutdown hook to eject media (#787461) (bcl) - add dracut shutdown eject hook function (#787461) (bcl) - The createSuggested methods have changed name (#791204, #795058). (clumens) - Generate repo= ks command only for repos added by user (#738577) (rvykydal) - Use libpwquality to check root password strength (#755883) (mgracik) - Generate connection UUID in inital ifcfg files created by anaconda (#705328) (rvykydal) - Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (#731761) (rvykydal) - Set ONBOOT=yes for FCoE devices (#755147) (rvykydal) - Fix a typo (#794504). (clumens) - Add support for network --device=link in stage2 kickstart (#790332) (rvykydal) - Set default lang and create default locale files early (wwoods) - Add 'traceback' boot option for python-meh and libreport testing (vpodzime) --- diff --git a/.gitignore b/.gitignore index c7b5c29..e697c49 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.7.tar.bz2 /anaconda-17.8.tar.bz2 /anaconda-17.9.tar.bz2 +/anaconda-17.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4bae63b..e6304a1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.9 +Version: 17.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -125,7 +125,7 @@ Requires: lvm2 Requires: util-linux >= 2.15.1 Requires: system-config-keyboard >= %{sckeyboardver} Requires: dbus-python -Requires: cracklib-python +Requires: python-pwquality Requires: python-bugzilla Requires: python-nss Requires: tigervnc-server-minimal @@ -236,6 +236,23 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Feb 20 2012 Brian C. Lane - 17.10-1 +- use a dracut shutdown hook to eject media (#787461) (bcl) +- add dracut shutdown eject hook function (#787461) (bcl) +- The createSuggested methods have changed name (#791204, #795058). (clumens) +- Generate repo= ks command only for repos added by user (#738577) (rvykydal) +- Use libpwquality to check root password strength (#755883) (mgracik) +- Generate connection UUID in inital ifcfg files created by anaconda (#705328) + (rvykydal) +- Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (#731761) + (rvykydal) +- Set ONBOOT=yes for FCoE devices (#755147) (rvykydal) +- Fix a typo (#794504). (clumens) +- Add support for network --device=link in stage2 kickstart (#790332) + (rvykydal) +- Set default lang and create default locale files early (wwoods) +- Add 'traceback' boot option for python-meh and libreport testing (vpodzime) + * Thu Feb 16 2012 Brian C. Lane - 17.9-1 - Don't set the pmbr bootable flag on Macs, whether booted via EFI or not (mjg) - Don't set GPT HFS+ partitions as bootable (mjg) diff --git a/sources b/sources index 6de9ade..38f7ed3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -062fffde6ab8c29c72ccf7f603152d64 anaconda-17.9.tar.bz2 +88c9b8c4d0d69a4a810c03c7508e1e9c anaconda-17.10.tar.bz2