- Add some tests for kickstart and package selection for dnf. (clumens)

- Double quote when printing error results from a kickstart test. (clumens)
- Restrict payload kernel versions to kernels in the payload (#1074358) (dshea)
- Actually add the new definition of an already-defined repo. (clumens)
- Move hdiso handling code to PackagePayload (#1180765) (dshea)
- Actually install the metacity theme data (dshea)
- Show the event box immediately when setting infobar messages. (dshea)
- Move environment group selection logic to PackagePayload (#1179362) (dshea)
- Add a parameter to environmentGroups for wheter to include optionlist.
  (dshea)
- Remove unused methods for deselecting environments (dshea)
This commit is contained in:
Brian C. Lane 2015-01-23 17:45:29 -08:00
parent 4ee38eff57
commit eefe9c435b
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/anaconda-22.13.tar.bz2 /anaconda-22.13.tar.bz2
/anaconda-22.14.tar.bz2 /anaconda-22.14.tar.bz2
/anaconda-22.15.tar.bz2 /anaconda-22.15.tar.bz2
/anaconda-22.16.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 22.15 Version: 22.16
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -290,6 +290,7 @@ update-desktop-database &> /dev/null || :
%files gui %files gui
%{_libdir}/python*/site-packages/pyanaconda/ui/gui/* %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
%{_datadir}/anaconda/window-manager/glib-2.0/schemas/* %{_datadir}/anaconda/window-manager/glib-2.0/schemas/*
%{_datadir}/themes/Anaconda/*
%files tui %files tui
%{_libdir}/python*/site-packages/pyanaconda/rescue.py %{_libdir}/python*/site-packages/pyanaconda/rescue.py
@ -313,6 +314,19 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Fri Jan 23 2015 Brian C. Lane <bcl@redhat.com> - 22.16-1
- Add some tests for kickstart and package selection for dnf. (clumens)
- Double quote when printing error results from a kickstart test. (clumens)
- Restrict payload kernel versions to kernels in the payload (#1074358) (dshea)
- Actually add the new definition of an already-defined repo. (clumens)
- Move hdiso handling code to PackagePayload (#1180765) (dshea)
- Actually install the metacity theme data (dshea)
- Show the event box immediately when setting infobar messages. (dshea)
- Move environment group selection logic to PackagePayload (#1179362) (dshea)
- Add a parameter to environmentGroups for wheter to include optionlist.
(dshea)
- Remove unused methods for deselecting environments (dshea)
* Fri Jan 16 2015 Brian C. Lane <bcl@redhat.com> - 22.15-1 * Fri Jan 16 2015 Brian C. Lane <bcl@redhat.com> - 22.15-1
- makebumpver needs to know about anaconda-1 transifex name (bcl) - makebumpver needs to know about anaconda-1 transifex name (bcl)
- Switch to temporary transifex branch (bcl) - Switch to temporary transifex branch (bcl)

View File

@ -1 +1 @@
e9f0e83ac2e08d4ab4e66f28b061cfad anaconda-22.15.tar.bz2 d8bf9ba63d3b27598cf3f5e7e131623a anaconda-22.16.tar.bz2