From 2bd00c795814c30ecd4d63f28ac1a392f8457d7d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jun 08 2011 14:39:41 +0000 Subject: Update to the latest pykickstart version. (clumens) Fix a typo to make encrypted installs get farther. (clumens) Fix the filter UI to sort capacity as numbers, not characters (#614504). (clumens) Fix up swap unmount logic (#708966) (bcl) Use read-only locking for lvm commands in udev rules. (dlehman) Check if LVs still fit when removing a PV from a VG. (#682276) (dlehman) Don't get tripped by partial fstab option matches. (#699167) (dlehman) RAID gui: fix how the "Number of spares" spin button is manipulated. (akozumpl) imount.c: first wait() for mount then close its stdin/stdout. (akozumpl) Fix a couple of action obsoletes bugs. (dlehman) Schedule an action when destroying the old format on an encrypted lv. (dlehman) Revert "Make sure new devices' formats have their device attr set." (dlehman) Set formats' device attr when associating the format with a device. (dlehman) cosmetic, iscsi: make the 'no credentials' string more general. (akozumpl) --- diff --git a/.gitignore b/.gitignore index 61c6ada..a80a7fa 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ anaconda-15.2.tar.bz2 /anaconda-16.7.tar.bz2 /anaconda-16.8.tar.bz2 /anaconda-16.9.tar.bz2 +/anaconda-16.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 349f53e..1dfd68c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 16.9 +Version: 16.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define intltoolver 0.31.2-3 %define libnlver 1.0 %define libselinuxver 1.6 -%define pykickstartver 1.81 +%define pykickstartver 1.99.0 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -234,6 +234,25 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Jun 08 2011 Chris Lumens - 16.10-1 +- Update to the latest pykickstart version. (clumens) +- Fix a typo to make encrypted installs get farther. (clumens) +- Fix the filter UI to sort capacity as numbers, not characters (#614504). + (clumens) +- Fix up swap unmount logic (#708966) (bcl) +- Use read-only locking for lvm commands in udev rules. (dlehman) +- Check if LVs still fit when removing a PV from a VG. (#682276) (dlehman) +- Don't get tripped by partial fstab option matches. (#699167) (dlehman) +- RAID gui: fix how the "Number of spares" spin button is manipulated. + (akozumpl) +- imount.c: first wait() for mount then close its stdin/stdout. (akozumpl) +- Fix a couple of action obsoletes bugs. (dlehman) +- Schedule an action when destroying the old format on an encrypted lv. + (dlehman) +- Revert "Make sure new devices' formats have their device attr set." (dlehman) +- Set formats' device attr when associating the format with a device. (dlehman) +- cosmetic, iscsi: make the 'no credentials' string more general. (akozumpl) + * Mon May 23 2011 Chris Lumens - 16.9-1 - Add kickstart support for biosboot. (dlehman) - Make sure new devices' formats have their device attr set. (dlehman) diff --git a/sources b/sources index 2aa370e..aa48ed2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eea303f2700e0eb3ace6228d2e23ff3d anaconda-16.9.tar.bz2 +07242112652e9e049f62b6e9445c1f89 anaconda-16.10.tar.bz2