- Add a test for accesses of yum.preconf outside of _resetYum. (clumens)
- Remove base_repo cache (#1011555) (bcl) - Make _yum.preconf setup atomic (#1028245) (bcl) - Remove threading from getBaseRepo handling (#1011555) (bcl) - If there are incomplete spokes, let the user know which (#1032801). (clumens) - tui: show Processing while source is busy (bcl) - tui: wait for threads before entering source and software (#1032823) (bcl) - clear errors when metadata is ok in tui source spoke (#1006570) (bcl) - Fix parallel pylint in distcheck. (dshea)
This commit is contained in:
parent
9de6ef9714
commit
4e8029c788
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ anaconda-15.2.tar.bz2
|
||||
/anaconda-21.6.tar.bz2
|
||||
/anaconda-21.7.tar.bz2
|
||||
/anaconda-21.8.tar.bz2
|
||||
/anaconda-21.9.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 21.8
|
||||
Version: 21.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -297,6 +297,17 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2013 Brian C. Lane <bcl@redhat.com> - 21.9-1
|
||||
- Add a test for accesses of yum.preconf outside of _resetYum. (clumens)
|
||||
- Remove base_repo cache (#1011555) (bcl)
|
||||
- Make _yum.preconf setup atomic (#1028245) (bcl)
|
||||
- Remove threading from getBaseRepo handling (#1011555) (bcl)
|
||||
- If there are incomplete spokes, let the user know which (#1032801). (clumens)
|
||||
- tui: show Processing while source is busy (bcl)
|
||||
- tui: wait for threads before entering source and software (#1032823) (bcl)
|
||||
- clear errors when metadata is ok in tui source spoke (#1006570) (bcl)
|
||||
- Fix parallel pylint in distcheck. (dshea)
|
||||
|
||||
* Wed Nov 20 2013 Brian C. Lane <bcl@redhat.com> - 21.8-1
|
||||
- Fix geolocation on live installs (mkolman)
|
||||
- Ignore the pylint warning on importing GraphicalUserInterface. (clumens)
|
||||
|
Loading…
Reference in New Issue
Block a user