- Handle unexpected DNF exit (bcl)
- Fix bad space needed messages (jkonecny) - nosetests-3.5 is now the right version. (clumens) - Ignore a pylint error about how we're using Popen (dshea) - Mark an unused variable as unused (dshea) - Ignore type-related errors for types pylint can't figure out (dshea) - Import errors are just regular errors now (dshea) - Replace the remaining log.warn calls with log.warning. (dshea) - Fix an erroneously bare raise statement (dshea) - Replace the deprecated assertEquals with assertEqual (dshea) - Don't add a None to the list of things to unmount on ostree installs. (clumens)
This commit is contained in:
parent
1c91579c80
commit
d5d4dae9ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
|||||||
/anaconda-24.6.tar.bz2
|
/anaconda-24.6.tar.bz2
|
||||||
/anaconda-24.7.tar.bz2
|
/anaconda-24.7.tar.bz2
|
||||||
/anaconda-24.8.tar.bz2
|
/anaconda-24.8.tar.bz2
|
||||||
|
/anaconda-24.9.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 24.8
|
Version: 24.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -305,6 +305,20 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 24.9-1
|
||||||
|
- Handle unexpected DNF exit (bcl)
|
||||||
|
- Fix bad space needed messages (jkonecny)
|
||||||
|
- nosetests-3.5 is now the right version. (clumens)
|
||||||
|
- Ignore a pylint error about how we're using Popen (dshea)
|
||||||
|
- Mark an unused variable as unused (dshea)
|
||||||
|
- Ignore type-related errors for types pylint can't figure out (dshea)
|
||||||
|
- Import errors are just regular errors now (dshea)
|
||||||
|
- Replace the remaining log.warn calls with log.warning. (dshea)
|
||||||
|
- Fix an erroneously bare raise statement (dshea)
|
||||||
|
- Replace the deprecated assertEquals with assertEqual (dshea)
|
||||||
|
- Don't add a None to the list of things to unmount on ostree installs.
|
||||||
|
(clumens)
|
||||||
|
|
||||||
* Wed Dec 02 2015 Brian C. Lane <bcl@redhat.com> - 24.8-1
|
* Wed Dec 02 2015 Brian C. Lane <bcl@redhat.com> - 24.8-1
|
||||||
- Fix pylint problems in the gui testing code. (clumens)
|
- Fix pylint problems in the gui testing code. (clumens)
|
||||||
- Merge 9c5e02392d0401a3bd0adecedea03535595773ef into
|
- Merge 9c5e02392d0401a3bd0adecedea03535595773ef into
|
||||||
|
Loading…
Reference in New Issue
Block a user