(clumens) - The Update Settings button should only be sensitive if you change something. (clumens) - Move datetime spoke initialization into its own thread, too. (clumens) - Make it more clear nothing will happen immediately on custom storage (#883195). (clumens) - Replace the custom part size spinner with an entry. (clumens) - Add a factory class for our various communications queues. (clumens) - Make exception handling in the rescue mode work (#926913) (vpodzime)
This commit is contained in:
parent
e85a756799
commit
91b8dbb76c
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@ anaconda-15.2.tar.bz2
|
||||
/anaconda-19.12.tar.bz2
|
||||
/anaconda-19.13.tar.bz2
|
||||
/anaconda-19.14.tar.bz2
|
||||
/anaconda-19.15.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 19.14
|
||||
Version: 19.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -70,7 +70,7 @@ BuildRequires: s390utils-devel
|
||||
%endif
|
||||
|
||||
Requires: anaconda-widgets = %{version}-%{release}
|
||||
Requires: python-blivet >= 0.6
|
||||
Requires: python-blivet >= 0.8
|
||||
Requires: gnome-icon-theme-symbolic
|
||||
Requires: python-meh >= %{mehver}
|
||||
Requires: libreport-anaconda >= 2.0.21-1
|
||||
@ -234,6 +234,18 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/lib/dracut/modules.d/80%{name}/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2013 Brian C. Lane <bcl@redhat.com> - 19.15-1
|
||||
- Fix two small problems with the UID/GID spin buttons (#929173, #929138).
|
||||
(clumens)
|
||||
- The Update Settings button should only be sensitive if you change something.
|
||||
(clumens)
|
||||
- Move datetime spoke initialization into its own thread, too. (clumens)
|
||||
- Make it more clear nothing will happen immediately on custom storage
|
||||
(#883195). (clumens)
|
||||
- Replace the custom part size spinner with an entry. (clumens)
|
||||
- Add a factory class for our various communications queues. (clumens)
|
||||
- Make exception handling in the rescue mode work (#926913) (vpodzime)
|
||||
|
||||
* Thu Mar 28 2013 Brian C. Lane <bcl@redhat.com> - 19.14-1
|
||||
- Handle the end of the %%addon section (vpodzime)
|
||||
- Don't allow setting a mountpoint for an fstype we cannot mount. (dlehman)
|
||||
|
Loading…
Reference in New Issue
Block a user