diff --git a/.gitignore b/.gitignore index d441a68..851f4ea 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /anaconda-26.12.tar.bz2 /anaconda-26.13.tar.bz2 /anaconda-26.14.tar.bz2 +/anaconda-26.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 640f262..0ff2c81 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.14 +Version: 26.15 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -328,6 +328,21 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Dec 05 2016 Martin Kolman - 26.15-1 +- Don't pass storage to firstboot.setup() (mkolman) +- RTD fixes (mkolman) +- Catch ValueError from LVM part in Blivet library (jkonecny) +- Handle unexpected storage exception from blivet (jkonecny) +- Add sudo to test requires (jkonecny) +- network: fix network --noipv4 in %%pre (rvykydal) +- fix typo in systemd service keyword (mail) +- Fix pylint issue in ks_version_test (jkonecny) +- Move Anaconda tests to mock (jkonecny) +- Add checks to git-find-branch script (jkonecny) +- Remove intermediate pot files in po-push (mkolman) +- Allow install classes to set alternate states for firstboot/initial-setup + (riehecky) + * Wed Nov 23 2016 Martin Kolman - 26.14-1 - Changed the required version of BlockDev to 2.0. (vponcova) - Remove auto generated documentation (mkolman) diff --git a/sources b/sources index cf6acc6..0f51840 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41f00b0306db18a2cc5847330d226387 anaconda-26.14.tar.bz2 +4e36708707f9c7de5222f03717a12697 anaconda-26.15.tar.bz2