diff --git a/.gitignore b/.gitignore index 6cebfd7..07bec8e 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /anaconda-26.10.tar.bz2 /anaconda-26.11.tar.bz2 /anaconda-26.12.tar.bz2 +/anaconda-26.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4237984..6886bcc 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.12 +Version: 26.13 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -325,6 +325,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Nov 23 2016 Martin Kolman - 26.13-1 +- Fix calling of can_touch_runtime_system function (jkonecny) +- fix formating a bit (gitDeveloper) +- Fix zanata.xml.in in substitution variables (mkolman) + * Thu Nov 17 2016 Martin Kolman - 26.12-1 - Mock chroot environment is chosed by a git branch (jkonecny) - Set Zanata branch from git-find-branch script (jkonecny) diff --git a/sources b/sources index 0f8fb5b..24d3143 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e94d1ba2cf85df954940f9870b65992 anaconda-26.12.tar.bz2 +52bf5a33c281c1fb997352cc970a4132 anaconda-26.13.tar.bz2