Compare commits

...

13 Commits
master ... f22

Author SHA1 Message Date
Samantha N. Bueno 27a1788737 - Fix a typo that caused us to discard corrected target sizes. (#1211746)
(dlehman)
2015-05-19 12:42:29 -04:00
Samantha N. Bueno ddd410b388 - Force an encoding of utf-8 on liveinst installs (#1217504) (dshea)
- Catch libblockdev's CryptoError when trying to unlock LUKS (#1217438)
  (vpodzime)
- Distinguish between NTP pools and servers in GUI (vpodzime)
- Add support for chrony pool directive (mlichvar)
- Configure proxy settings for dnf payload (#1211122) (bcl)
2015-05-07 14:59:33 -04:00
Samantha N. Bueno 469c4c54f5 - Create and use snapshot of on-disk storage with no modifications (#1166598)
(vpodzime)
- Implement the class for storage snapshots (vpodzime)
- Prevent any changes in the StorageSpoke if just going back (vpodzime)
- Make StorageSpoke's on_back_clicked less complicated (vpodzime)
2015-04-27 13:28:40 -04:00
Samantha N. Bueno 51d773eb7e - Ignore addon and anaconda sections in handle-sshpw (bcl)
- Ignore %anaconda section in parse-kickstart (bcl)
- Remove the custom help button from the toolbar (bcl)
- Make anaconda more unicode-y (#1205183) (dshea)
- Consolidate the language environment variables. (#1209563) (dshea)
- Revert "Make Python's default encoding detection work on Live installations"
  (#1209563) (dshea)
- iscsi: pass rd.* options of devices to be mouted in dracut (#1192398)
  (rvykydal)
- Remove the old custom partitioning help dialog (mkolman)
- Reset the back_clicked flag if we stay on the Storage spoke (#1210003)
  (vpodzime)
- Mark the back_clicked attribute of the Storage spoke as private (vpodzime)
- Set both .format's and .originalFormat's passphrase on unlock (#1208979)
  (vpodzime)
- Make the Encrypt checkbox insensitive for encrypted non-BTRFS devices
  (#1210254) (vpodzime)
- Don't unconditionally set ksdata.lang.seen to True (#1209927) (mkolman)
2015-04-23 21:53:49 -04:00
Samantha N. Bueno 04aaa497eb - Revert "allow /boot on btrfs subvol or filesystem" (bcl)
- Connect scroll adjustments in the right class (#1206472) (dshea)
2015-04-07 15:28:36 -04:00
Samantha N. Bueno 4695f2821a - Allow overriding password policy check (sgallagh)
- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
- Remove the dnf cache directory when resetting the repo (dshea)
- Do not add separators to the addon list when not needed (dshea)
- Only use the instclass environment if it actually exists. (#1198953) (dshea)
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
- Prevent spokes from being exited more times. (jkonecny)
2015-04-02 14:07:23 -04:00
Samantha N. Bueno 55d9eaccc1 - Add documentation on %anaconda kickstart command (bcl)
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
- Update translation documentation for Zanata (bcl)
- Switch translation support to fedora.zanata.org (bcl)
- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
- Use proxy when configured for the base repo (#1196953) (sjenning)
- Add boolean as return to ThreadManager.wait (jkonecny)
- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
- Make sure LANG is always set to something (#1201896) (dshea)
- Implement %anaconda kickstart section for pwpolicy (bcl)
- Add pwpolicy support to TUI interface (bcl)
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
- Add pwpolicy for the user spoke. (bcl)
- Use pwpolicy for the root password spoke. (bcl)
- Add the text for weak passwords to constants (bcl)
2015-03-26 15:35:09 -04:00
Samantha N. Bueno 3f9ac8c462 - Handle /boot on btrfs for live (#1200539) (bcl)
- Switch back to urllib for determining livepayload size (dshea)
- Revert "Replace python-urlgrabber with python-requests (#1141242)" (dshea)
- Tweak tmux configuration file (jkonecny)
2015-03-19 13:55:10 -04:00
Samantha N. Bueno c338b7d9b3 - Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda)
- Improve the addon repo name collision code (#1125322) (bcl)
- Handle New_Repository name collision source spoke (#1125322) (bcl)
2015-03-17 14:18:57 -04:00
Samantha N. Bueno 1058909ccb - Only insert strings into the environment (#1201411) (dshea)
- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
- Fix the handling of nfs:// URLs. (dshea)
- Add glob support for the -a/--add option in makeupdates (mkolman)
- Require newt-python in anaconda-core (dshea)
- Fix the help button mnemonic display on spokes (dshea)
- Display an error for exceptions during GUI setup (dshea)
- Remove unused invisible char properties (dshea)
- Add a check for invisible_char validity (dshea)
- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
  (vpodzime)
2015-03-13 13:53:36 -04:00
Samantha N. Bueno e7d870525b - Fix the import of mountExistingSystem (vpodzime)
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
- Use the new static method to get possible PE sizes (vpodzime)
2015-03-04 18:47:21 -05:00
Samantha N. Bueno 42c094f615 - Fix a bad usage of execWithRedirect (#1197290) (dshea)
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
- Clear TUI source spoke errors that may have been leftover from a prior
  attempt. (#1192259) (sbueno+anaconda)
- install.py: fix the 'is team device' check (awilliam)
- Revert "Update txconfig for f22-branch (again)...." (sbueno+anaconda)
- Revert "makebumpver needs to know about anaconda-1 transifex name"
  (sbueno+anaconda)
2015-03-03 15:37:15 -05:00
Samantha N. Bueno a55d57db59 - Remove unused imports (dshea)
- Check for unused imports in __init__ files (dshea)
- Remove timestamp-based version support. (#1194494) (dshea)
- Add test lib methods to check regexes (dshea)
- Update txconfig for f22-branch (again).... (sbueno+anaconda)
- Update txconfig for f22-branch. (sbueno+anaconda)
- Cleanup BuildRequires (mkolman)
- Remove obsolete imports. (amulhern)
- Make print statement print output w/out surrounding parentheses. (amulhern)
- Remove an unused import (dshea)
- rpmostreepayload: Honor noverifyssl (walters)
- typo: packaging: Don't vary name of "verified" (walters)
- Disable the metacity mouse-button-modifier setting (dshea)
- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda)
- Remove the pylint false positives for the GLib module (dshea)
- Use ExtendAction for --ignore flag (amulhern)
- Use a simple ExtendAction for add_rpms option. (amulhern)
- Fix log message formating (mkolman)
- Don't clear nonexistent DNF package download location (#1193121) (mkolman)
2015-02-20 16:20:34 -05:00
3 changed files with 158 additions and 11 deletions

13
.gitignore vendored
View File

@ -17,3 +17,16 @@
/anaconda-22.18.tar.bz2
/anaconda-22.19.tar.bz2
/anaconda-22.20.tar.bz2
/anaconda-22.20.1.tar.bz2
/anaconda-22.20.2.tar.bz2
/anaconda-22.20.3.tar.bz2
/anaconda-22.20.4.tar.bz2
/anaconda-22.20.5.tar.bz2
/anaconda-22.20.6.tar.bz2
/anaconda-22.20.7.tar.bz2
/anaconda-22.20.8.tar.bz2
/anaconda-22.20.9.tar.bz2
/anaconda-22.20.10.tar.bz2
/anaconda-22.20.11.tar.bz2
/anaconda-22.20.12.tar.bz2
/anaconda-22.20.13.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 22.20
Version: 22.20.13
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -31,6 +31,7 @@ Source0: %{name}-%{version}.tar.bz2
%define yumutilsver 1.1.11-3
%define mehver 0.23-1
%define firewalldver 0.3.5-1
%define pythonurlgrabberver 3.9.1-5
%define utillinuxver 2.15.1
%define dracutver 034-7
%define isomd5sum 1.0.10
@ -51,7 +52,6 @@ BuildRequires: gtk3-devel-docs
BuildRequires: glib2-doc
BuildRequires: gobject-introspection-devel
BuildRequires: glade-devel
BuildRequires: pygobject3
BuildRequires: intltool >= %{intltoolver}
BuildRequires: libgnomekbd-devel
BuildRequires: libxklavier-devel >= %{libxklavierver}
@ -61,14 +61,9 @@ BuildRequires: pykickstart >= %{pykickstartver}
BuildRequires: python-bugzilla
%endif
BuildRequires: python-devel
BuildRequires: python-requests
BuildRequires: python-urlgrabber >= %{pythonurlgrabberver}
BuildRequires: python-nose
BuildRequires: systemd
BuildRequires: yum >= %{yumver}
BuildRequires: NetworkManager-devel >= %{nmver}
BuildRequires: NetworkManager-glib-devel >= %{nmver}
BuildRequires: dbus-devel >= %{dbusver}
BuildRequires: dbus-python
BuildRequires: rpm-devel >= %{rpmver}
BuildRequires: libarchive-devel >= %{libarchivever}
%ifarch %livearches
@ -89,7 +84,7 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: dnf >= %{dnfver}
Requires: python-blivet >= 1:1.0
Requires: python-blivet >= 1:1.0.1
Requires: python-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python
@ -97,6 +92,7 @@ Requires: rpm-python >= %{rpmver}
Requires: parted >= %{partedver}
Requires: pyparted >= %{pypartedver}
Requires: yum >= %{yumver}
Requires: python-urlgrabber >= %{pythonurlgrabberver}
Requires: python-requests
Requires: pykickstart >= %{pykickstartver}
Requires: langtable-data >= %{langtablever}
@ -141,7 +137,10 @@ Requires: hfsplus-tools
%endif
Requires: python-coverage
Requires: pygobject3
Requires: pygobject3-base
# Used by rescue.py and the low RAM message in /sbin/anaconda
Requires: newt-python
# required because of the rescue mode and VNC question
Requires: anaconda-tui = %{version}-%{release}
@ -177,6 +176,7 @@ Requires: NetworkManager-wifi
%endif
Requires: anaconda-user-help >= %{helpver}
Requires: yelp
Requires: pygobject3
# Needed to compile the gsettings files
BuildRequires: gsettings-desktop-schemas
@ -237,6 +237,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%ifarch %livearches
desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
# Add a sitecustomize.py to be loaded by liveinst
mkdir -p %{buildroot}%{_datadir}/anaconda/site-python
install -m 0644 pyanaconda/sitecustomize.py %{buildroot}%{_datadir}/anaconda/site-python/
%endif
# 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
@ -313,6 +317,136 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue May 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.13-1
- Fix a typo that caused us to discard corrected target sizes. (#1211746)
(dlehman)
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.12-1
- Force an encoding of utf-8 on liveinst installs (#1217504) (dshea)
- Catch libblockdev's CryptoError when trying to unlock LUKS (#1217438)
(vpodzime)
- Distinguish between NTP pools and servers in GUI (vpodzime)
- Add support for chrony pool directive (mlichvar)
- Configure proxy settings for dnf payload (#1211122) (bcl)
* Mon Apr 27 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.11-1
- Create and use snapshot of on-disk storage with no modifications (#1166598)
(vpodzime)
- Implement the class for storage snapshots (vpodzime)
- Prevent any changes in the StorageSpoke if just going back (vpodzime)
- Make StorageSpoke's on_back_clicked less complicated (vpodzime)
* Thu Apr 23 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.10-1
- Ignore addon and anaconda sections in handle-sshpw (bcl)
- Ignore %%anaconda section in parse-kickstart (bcl)
- Remove the custom help button from the toolbar (bcl)
- Make anaconda more unicode-y (#1205183) (dshea)
- Consolidate the language environment variables. (#1209563) (dshea)
- Revert "Make Python's default encoding detection work on Live installations"
(#1209563) (dshea)
- iscsi: pass rd.* options of devices to be mouted in dracut (#1192398)
(rvykydal)
- Remove the old custom partitioning help dialog (mkolman)
- Reset the back_clicked flag if we stay on the Storage spoke (#1210003)
(vpodzime)
- Mark the back_clicked attribute of the Storage spoke as private (vpodzime)
- Set both .format's and .originalFormat's passphrase on unlock (#1208979)
(vpodzime)
- Make the Encrypt checkbox insensitive for encrypted non-BTRFS devices
(#1210254) (vpodzime)
- Don't unconditionally set ksdata.lang.seen to True (#1209927) (mkolman)
* Tue Apr 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.9-1
- Revert "allow /boot on btrfs subvol or filesystem" (bcl)
- Connect scroll adjustments in the right class (#1206472) (dshea)
* Thu Apr 02 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.8-1
- Allow overriding password policy check (sgallagh)
- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
- Remove the dnf cache directory when resetting the repo (dshea)
- Do not add separators to the addon list when not needed (dshea)
- Only use the instclass environment if it actually exists. (#1198953) (dshea)
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
- Prevent spokes from being exited more times. (jkonecny)
* Thu Mar 26 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.7-1
- Add documentation on %%anaconda kickstart command (bcl)
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
- Update translation documentation for Zanata (bcl)
- Switch translation support to fedora.zanata.org (bcl)
- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
- Use proxy when configured for the base repo (#1196953) (sjenning)
- Add boolean as return to ThreadManager.wait (jkonecny)
- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
- Make sure LANG is always set to something (#1201896) (dshea)
- Implement %%anaconda kickstart section for pwpolicy (bcl)
- Add pwpolicy support to TUI interface (bcl)
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
- Add pwpolicy for the user spoke. (bcl)
- Use pwpolicy for the root password spoke. (bcl)
- Add the text for weak passwords to constants (bcl)
* Thu Mar 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.6-1
- Handle /boot on btrfs for live (#1200539) (bcl)
- Switch back to urllib for determining livepayload size (dshea)
- Revert "Replace python-urlgrabber with python-requests (#1141242)" (dshea)
- Tweak tmux configuration file (jkonecny)
* Tue Mar 17 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.5-1
- Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda)
- Improve the addon repo name collision code (#1125322) (bcl)
- Handle New_Repository name collision source spoke (#1125322) (bcl)
* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.4-1
- Only insert strings into the environment (#1201411) (dshea)
- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
- Fix the handling of nfs:// URLs. (dshea)
- Add glob support for the -a/--add option in makeupdates (mkolman)
- Require newt-python in anaconda-core (dshea)
- Fix the help button mnemonic display on spokes (dshea)
- Display an error for exceptions during GUI setup (dshea)
- Remove unused invisible char properties (dshea)
- Add a check for invisible_char validity (dshea)
- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
(vpodzime)
* Wed Mar 04 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.3-1
- Fix the import of mountExistingSystem (vpodzime)
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
- Use the new static method to get possible PE sizes (vpodzime)
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.2-1
- Fix a bad usage of execWithRedirect (#1197290) (dshea)
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
- Clear TUI source spoke errors that may have been leftover from a prior
attempt. (#1192259) (sbueno+anaconda)
- install.py: fix the 'is team device' check (awilliam)
- Revert "Update txconfig for f22-branch (again)...." (sbueno+anaconda)
- Revert "makebumpver needs to know about anaconda-1 transifex name"
(sbueno+anaconda)
* Fri Feb 20 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.1-1
- Remove unused imports (dshea)
- Check for unused imports in __init__ files (dshea)
- Remove timestamp-based version support. (#1194494) (dshea)
- Add test lib methods to check regexes (dshea)
- Update txconfig for f22-branch (again).... (sbueno+anaconda)
- Update txconfig for f22-branch. (sbueno+anaconda)
- Cleanup BuildRequires (mkolman)
- Remove obsolete imports. (amulhern)
- Make print statement print output w/out surrounding parentheses. (amulhern)
- Remove an unused import (dshea)
- rpmostreepayload: Honor noverifyssl (walters)
- typo: packaging: Don't vary name of "verified" (walters)
- Disable the metacity mouse-button-modifier setting (dshea)
- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda)
- Remove the pylint false positives for the GLib module (dshea)
- Use ExtendAction for --ignore flag (amulhern)
- Use a simple ExtendAction for add_rpms option. (amulhern)
- Fix log message formating (mkolman)
- Don't clear nonexistent DNF package download location (#1193121) (mkolman)
* Mon Feb 16 2015 Brian C. Lane <bcl@redhat.com> - 22.20-1
- Make range usage Python 3 compatible (#1014220) (mkolman)
- Make map() usage Python 3 compatible (#1014220) (mkolman)

View File

@ -1 +1 @@
709bb688e68bd55e799be3fc8603bd4e anaconda-22.20.tar.bz2
0960631ea56171af883e1caec8a1a8dd anaconda-22.20.13.tar.bz2