Compare commits

...

7 Commits
master ... f24

Author SHA1 Message Date
Brian C. Lane 6be2425016 - Revert "Check for mounted partitions as part of sanity_check (#1330820)" (bcl) 2016-06-13 16:15:59 -07:00
Samantha N. Bueno 93858c1bfc - Check for mounted partitions as part of sanity_check (#1330820) (bcl)
- Ignore missing group packages (#1337731) (bcl)
- Catch DNF MarkingError during group installation (#1337731) (bcl)
- Deselect all addons correctly (#1333505) (bcl)
2016-06-06 15:18:08 -04:00
Samantha N. Bueno 456ae15805 - Update the required pykickstart version. (dshea)
- Implement %packages --excludeWeakdeps (#1331100) (james)
- Remove detach-client from tmux.conf (#1330300) (dshea)
- Remove the subnet label for wired devices. (#1327615) (dshea)
- Fix how unusued network labels are hidden (#1327615) (dshea)
- Look higher for the combobox associated with an entry (#1333530) (dshea)
2016-05-13 13:32:00 -04:00
Samantha N. Bueno a775a04144 - Refresh metadata when updates checkbox changes (#1211907) (bcl)
- network: handle null wireless AP SSID object (#1262556) (awilliam)
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
- Make the list-harddrives script mode robust (mkolman)
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)
- Log non-critical user/group errors (#1308679) (bcl)
2016-04-18 16:20:52 -04:00
Samantha N. Bueno f531534dd2 - Don't use booleans in Requires (#1323314) (dshea)
- Set CSS names on all of the anaconda classes. (#1322036) (dshea)
- Don't crash if no groups are specified (#1316816) (dshea)
- Fix only one address is shown in anaconda (#1264400) (jkonecny)
- Use an icon that exists in Adwaita for the dasd confirmation (#1316601)
  (dshea)
2016-04-04 16:57:00 -04:00
Samantha N. Bueno e9f288fbaa - Require that the English locale data be available. (#1315494) (dshea)
- Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea)
- Make windows in metacity closable (#1319590) (dshea)
- Fix the use of CSS psuedo-classes in the widgets. (dshea)
- Use a lock for repoStore access (#1315414) (bcl)
2016-03-31 15:15:01 -04:00
Samantha N. Bueno 1ccd453c93 - 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. (#1313098) (dshea)
- Do not run the liveinst setup if not in a live environment. (#1313098) (dshea)
- Set GDK_BACKEND=x11 before running anaconda from liveinst. (#1313098) (dshea)
- Run zz-liveinst as an autostart application (#1313098) (dshea)
- Translate the help button. (dshea)
- Translate the required space labes in resize.py (dshea)
- Add device id to dasdfmt screen. (#1269174) (sbueno+anaconda)
- Unify displayed columns in custom spoke dialogs. (#1289577) (sbueno+anaconda)
- Show some confirmation to users if adding a DASD was successful. (#1259016) (sbueno+anaconda)
- Hotfix for missing storage in payload class (#1271657) (jkonecny)
- Use the default levelbar offset values. (dshea)
- Do not change the GUI language to a missing locale. (#1312607) (dshea)
- Don't crash when setting an unavailable locale (#1312607) (dshea)
- Change the default locale to C.UTF-8 (#1312607) (dshea)
- Update the libtool version-info. (dshea)
- Use CSS to style the internal widgets. (dshea)
- Move the widgets pixmaps into resources. (dshea)
- Add a resource bundle to libAnacondaWidgets (dshea)
- Rename show_arrow and chosen_changed to show-arrow and chosen-changed (dshea)
- Remove an invalid transfer notation. (dshea)
- Stop using SGML in the docs. (dshea)
- Change the install test URL. (dshea)
- NTP should have better behavior (#1309396) (jkonecny)
- Update zanata.xml file for f24-branch. (sbueno+anaconda)
- Manually set clock shifts on UI idle (#1251044) (rmarshall)
- Don't remove selected shared part when Delete all (#1183880) (jkonecny)
- Don't delete shared/boot parts in deleteAll (#1183880) (jkonecny)
2016-03-09 11:10:00 -05:00
3 changed files with 93 additions and 4 deletions

7
.gitignore vendored
View File

@ -52,3 +52,10 @@
/anaconda-24.11.tar.bz2
/anaconda-24.12.tar.bz2
/anaconda-24.13.tar.bz2
/anaconda-24.13.1.tar.bz2
/anaconda-24.13.2.tar.bz2
/anaconda-24.13.3.tar.bz2
/anaconda-24.13.4.tar.bz2
/anaconda-24.13.5.tar.bz2
/anaconda-24.13.6.tar.bz2
/anaconda-24.13.7.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 24.13
Version: 24.13.7
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -21,7 +21,7 @@ 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.20
%define pykickstartver 2.25-3
%define dnfver 0.6.4
%define partedver 1.8.1
%define pypartedver 2.5-2
@ -71,6 +71,10 @@ BuildRequires: s390utils-devel
%endif
BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
# Tools used by the widgets resource bundle generation
BuildRequires: gdk-pixbuf2-devel
BuildRequires: libxml2
Requires: anaconda-core = %{version}-%{release}
Requires: anaconda-gui = %{version}-%{release}
Requires: anaconda-tui = %{version}-%{release}
@ -139,6 +143,9 @@ Requires: python3-coverage >= 4.0-0.12.b3
# required because of the rescue mode and VNC question
Requires: anaconda-tui = %{version}-%{release}
# Make sure we get the en locale one way or another
Requires: glibc-langpack-en
Obsoletes: anaconda-images <= 10
Provides: anaconda-images = %{version}-%{release}
Obsoletes: anaconda-runtime < %{version}-%{release}
@ -174,6 +181,7 @@ Requires: python3-gobject-base
# Needed to compile the gsettings files
BuildRequires: gsettings-desktop-schemas
BuildRequires: metacity
%description gui
This package contains graphical user interface for the Anaconda installer.
@ -278,8 +286,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
@ -309,6 +318,79 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Jun 13 2016 Brian C. Lane <bcl@redhat.com> - 24.13.7-1
- Revert "Check for mounted partitions as part of sanity_check (#1330820)"
(bcl)
* Mon Jun 06 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.6-1
- Check for mounted partitions as part of sanity_check (#1330820) (bcl)
- Ignore missing group packages (#1337731) (bcl)
- Catch DNF MarkingError during group installation (#1337731) (bcl)
- Deselect all addons correctly (#1333505) (bcl)
* Fri May 13 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.5-1
- Update the required pykickstart version. (dshea)
- Implement %%packages --excludeWeakdeps (#1331100) (james)
- Remove detach-client from tmux.conf (#1330300) (dshea)
- Remove the subnet label for wired devices. (#1327615) (dshea)
- Fix how unusued network labels are hidden (#1327615) (dshea)
- Look higher for the combobox associated with an entry (#1333530) (dshea)
* Mon Apr 18 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.4-1
- Refresh metadata when updates checkbox changes (#1211907) (bcl)
- network: handle null wireless AP SSID object (#1262556) (awilliam)
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
- Make the list-harddrives script mode robust (mkolman)
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)
- Log non-critical user/group errors (#1308679) (bcl)
* Mon Apr 04 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.3-1
- Don't use booleans in Requires (#1323314) (dshea)
- Set CSS names on all of the anaconda classes. (#1322036) (dshea)
- Don't crash if no groups are specified (#1316816) (dshea)
- Fix only one address is shown in anaconda (#1264400) (jkonecny)
- Use an icon that exists in Adwaita for the dasd confirmation (#1316601)
(dshea)
* Thu Mar 31 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.2-1
- Require that the English locale data be available. (#1315494) (dshea)
- Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea)
- Make windows in metacity closable (#1319590) (dshea)
- Fix the use of CSS psuedo-classes in the widgets. (dshea)
- Use a lock for repoStore access (#1315414) (bcl)
* Wed Mar 09 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 24.13.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. (#1313098) (dshea)
- Do not run the liveinst setup if not in a live environment. (#1313098) (dshea)
- Set GDK_BACKEND=x11 before running anaconda from liveinst. (#1313098) (dshea)
- Run zz-liveinst as an autostart application (#1313098) (dshea)
- Translate the help button. (dshea)
- Translate the required space labes in resize.py (dshea)
- Add device id to dasdfmt screen. (#1269174) (sbueno+anaconda)
- Unify displayed columns in custom spoke dialogs. (#1289577) (sbueno+anaconda)
- Show some confirmation to users if adding a DASD was successful. (#1259016) (sbueno+anaconda)
- Hotfix for missing storage in payload class (#1271657) (jkonecny)
- Use the default levelbar offset values. (dshea)
- Do not change the GUI language to a missing locale. (#1312607) (dshea)
- Don't crash when setting an unavailable locale (#1312607) (dshea)
- Change the default locale to C.UTF-8 (#1312607) (dshea)
- Update the libtool version-info. (dshea)
- Use CSS to style the internal widgets. (dshea)
- Move the widgets pixmaps into resources. (dshea)
- Add a resource bundle to libAnacondaWidgets (dshea)
- Rename show_arrow and chosen_changed to show-arrow and chosen-changed (dshea)
- Remove an invalid transfer notation. (dshea)
- Stop using SGML in the docs. (dshea)
- Change the install test URL. (dshea)
- NTP should have better behavior (#1309396) (jkonecny)
- Update zanata.xml file for f24-branch. (sbueno+anaconda)
- Manually set clock shifts on UI idle (#1251044) (rmarshall)
- Don't remove selected shared part when Delete all (#1183880) (jkonecny)
- Don't delete shared/boot parts in deleteAll (#1183880) (jkonecny)
* Fri Feb 19 2016 Brian C. Lane <bcl@redhat.com> - 24.13-1
- tests/gui enhancements (atodorov)
- Fix gui tests for anaconda move to anaconda.py (atodorov)

View File

@ -1 +1 @@
5cec7a40b66b6b37458e86ec19bf7d43 anaconda-24.13.tar.bz2
6d22a306e48b5c8bd3deba0a9de8c996 anaconda-24.13.7.tar.bz2