From 08ee2072a02bbf206adb1a286426c0ee04a94197 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 10 2016 01:28:05 +0000 Subject: - don't install kernel-PAE on x86_64 (#1313957) (awilliam) - except block in py3.5 undefines the variable (bcl) - Remove some history from the liveinst setup. (dshea) - Do not run the liveinst setup if not in a live environment. (dshea) - Set GDK_BACKEND=x11 before running anaconda from liveinst. (dshea) - Run zz-liveinst as an autostart application (dshea) - Translate the help button. (dshea) - Translate the required space labes in resize.py (dshea) --- diff --git a/.gitignore b/.gitignore index de9656f..ed07e90 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /anaconda-24.12.tar.bz2 /anaconda-24.13.tar.bz2 /anaconda-25.0.tar.bz2 +/anaconda-25.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 36aaa35..1444fa4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.0 +Version: 25.1 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -282,8 +282,9 @@ update-desktop-database &> /dev/null || : %{_sbindir}/liveinst %config(noreplace) %{_sysconfdir}/pam.d/* %config(noreplace) %{_sysconfdir}/security/console.apps/* -%{_sysconfdir}/X11/xinit/xinitrc.d/* +%{_libexecdir}/liveinst-setup.sh %{_datadir}/applications/*.desktop +%{_sysconfdir}/xdg/autostart/*.desktop %endif %files gui @@ -313,6 +314,16 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 09 2016 Brian C. Lane - 25.1-1 +- don't install kernel-PAE on x86_64 (#1313957) (awilliam) +- except block in py3.5 undefines the variable (bcl) +- Remove some history from the liveinst setup. (dshea) +- Do not run the liveinst setup if not in a live environment. (dshea) +- Set GDK_BACKEND=x11 before running anaconda from liveinst. (dshea) +- Run zz-liveinst as an autostart application (dshea) +- Translate the help button. (dshea) +- Translate the required space labes in resize.py (dshea) + * Fri Mar 04 2016 Brian C. Lane - 25.0-1 - Add device id to dasdfmt screen. (#1269174) (sbueno+anaconda) - Unify displayed columns in custom spoke dialogs. (#1289577) (sbueno+anaconda) diff --git a/sources b/sources index bc0c3a7..761a0d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9dabfbafeb66e2e5e915c8b29601a7d anaconda-25.0.tar.bz2 +ebfe43da0e99d3eab2e5b16c53f4852c anaconda-25.1.tar.bz2