From a1e84e9362cc8fe3eceb56ed19d333d47573bd64 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: May 19 2016 23:52:05 +0000 Subject: - Fix writeStorageLate for live installations (#1334019) (bcl) - Remove the locale list from zanata.xml (dshea) - Ditch autopoint. (dshea) - Ditch intltool. (dshea) - Rename fedora-welcome to fedora-welcome.js (dshea) - Fix UEFI installation after EFIBase refactor (bcl) - Fix error handling for s390 bootloader errors (sbueno+anaconda) - Deselect all addons correctly (#1333505) (bcl) - gui-testing needs isys to be compiled. (clumens) - Add more to the selinux check in tests/gui/base.py. (clumens) --- diff --git a/.gitignore b/.gitignore index fde5364..18596ce 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /anaconda-25.10.tar.bz2 /anaconda-25.11.tar.bz2 /anaconda-25.12.tar.bz2 +/anaconda-25.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d500702..2bd7455 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.12 +Version: 25.13 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -20,7 +20,6 @@ Source0: %{name}-%{version}.tar.bz2 # Also update in AM_GNU_GETTEXT_VERSION in configure.ac %define gettextver 0.19.1 -%define intltoolver 0.31.2-3 %define pykickstartver 2.30-1 %define dnfver 0.6.4 %define partedver 1.8.1 @@ -49,7 +48,6 @@ BuildRequires: gtk3-devel-docs BuildRequires: glib2-doc BuildRequires: gobject-introspection-devel BuildRequires: glade-devel -BuildRequires: intltool >= %{intltoolver} BuildRequires: libgnomekbd-devel BuildRequires: libxklavier-devel >= %{libxklavierver} BuildRequires: pango-devel @@ -251,7 +249,8 @@ desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_ # NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files, # check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined -%find_lang %{name} +# If no langs found, keep going +%find_lang %{name} || : %post widgets -p /sbin/ldconfig %postun widgets -p /sbin/ldconfig @@ -269,6 +268,9 @@ update-desktop-database &> /dev/null || : %files +# Allow the lang file to be empty +%define _empty_manifest_terminate_build 0 + %files core -f %{name}.lang %license COPYING %{_unitdir}/* @@ -323,6 +325,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu May 19 2016 Brian C. Lane - 25.13-1 +- Fix writeStorageLate for live installations (#1334019) (bcl) +- Remove the locale list from zanata.xml (dshea) +- Ditch autopoint. (dshea) +- Ditch intltool. (dshea) +- Rename fedora-welcome to fedora-welcome.js (dshea) +- Fix UEFI installation after EFIBase refactor (bcl) +- Fix error handling for s390 bootloader errors (sbueno+anaconda) +- Deselect all addons correctly (#1333505) (bcl) +- gui-testing needs isys to be compiled. (clumens) +- Add more to the selinux check in tests/gui/base.py. (clumens) + * Fri May 13 2016 Brian C. Lane - 25.12-1 - Add single language mode (#1235726) (mkolman) - Move default X keyboard setting out of the Welcome spoke (mkolman) diff --git a/sources b/sources index e67a580..82900c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf15959027157c0da78c92dfe66ce4db anaconda-25.12.tar.bz2 +e26a2cc7d919f8fee4da455a0e9cb1b9 anaconda-25.13.tar.bz2