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)
This commit is contained in:
parent
4c813e76dd
commit
2bd00c7958
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-16.7.tar.bz2
|
/anaconda-16.7.tar.bz2
|
||||||
/anaconda-16.8.tar.bz2
|
/anaconda-16.8.tar.bz2
|
||||||
/anaconda-16.9.tar.bz2
|
/anaconda-16.9.tar.bz2
|
||||||
|
/anaconda-16.10.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 16.9
|
Version: 16.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define intltoolver 0.31.2-3
|
%define intltoolver 0.31.2-3
|
||||||
%define libnlver 1.0
|
%define libnlver 1.0
|
||||||
%define libselinuxver 1.6
|
%define libselinuxver 1.6
|
||||||
%define pykickstartver 1.81
|
%define pykickstartver 1.99.0
|
||||||
%define rpmpythonver 4.2-0.61
|
%define rpmpythonver 4.2-0.61
|
||||||
%define slangver 2.0.6-2
|
%define slangver 2.0.6-2
|
||||||
%define yumver 2.9.2
|
%define yumver 2.9.2
|
||||||
@ -234,6 +234,25 @@ update-desktop-database &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 08 2011 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 16.9-1
|
* Mon May 23 2011 Chris Lumens <clumens@redhat.com> - 16.9-1
|
||||||
- Add kickstart support for biosboot. (dlehman)
|
- Add kickstart support for biosboot. (dlehman)
|
||||||
- Make sure new devices' formats have their device attr set. (dlehman)
|
- Make sure new devices' formats have their device attr set. (dlehman)
|
||||||
|
Loading…
Reference in New Issue
Block a user