From 17c1b2c8b7a21100da3f98779fa04cb1c15c6c1a Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Dec 13 2013 00:14:59 +0000 Subject: - Refresh environment addons on source change (#1033749) (bcl) - Fix selector device matching for unallocated partitions. (#1039292) (dlehman) - Rename the network config spoke a little bit. (clumens) - Don't encrypt device if container is encrypted (bcl) - network: add s390 options in ifcfgs generated from kickstart (#1031376) (rvykydal) - Remove enablement of whiteout/blackout plugins, and the requires on anaconda- yum-plugins. (notting) - Fix checking if we are collecting our module (vpodzime) - Remove an unnecessary continue statement in the potfiles check (vpodzime) - Use sys.exit instead of os._exit in the potfiles test (vpodzime) - List addons in exception report data (vpodzime) - Make Hub.storage and Spoke.storage a property (dshea) - Fix the botched helperization of StorageChecker (dshea) - Disable tmpfs in the GUI (#1039511) (mkolman) - Don't crash on NTP lookup without network (#1026079) (mkolman) - Don't rely on Gtk being importable for exception handling (vpodzime) - Support rnotes in SVG format (#1034407). (clumens) - Fix a couple warnings from -Werror=format-security (#1036989). (clumens) - Use abstract base classes for mixins. (dshea) - Display free space remaining in containers (#1035832). (clumens) - Make sure url and mirrorlist are not set at once (#1026834) (mkolman) - if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene) - add ro to bootloader kernel parameters (gene) - Added missing entries to POTFILES.in (dshea) - Add a check that files with translatable strings are in POTFILES.in (dshea) - Fix the handling of renames in the pylint git hook. (dshea) - Remove startup-id from AnacondaBaseWindow. (dshea) --- diff --git a/.gitignore b/.gitignore index d57a3ef..3f938cc 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.10.tar.bz2 /anaconda-21.11.tar.bz2 /anaconda-21.12.tar.bz2 +/anaconda-21.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9563632..21dcbea 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.12 +Version: 21.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -124,7 +124,6 @@ Requires: isomd5sum >= %{isomd5sum} Requires: yum-utils >= %{yumutilsver} Requires: NetworkManager >= %{nmver} Requires: dhclient -Requires: anaconda-yum-plugins Requires: libselinux-python >= %{libselinuxver} Requires: kbd Requires: chrony @@ -299,6 +298,36 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Dec 12 2013 Brian C. Lane - 21.13-1 +- Refresh environment addons on source change (#1033749) (bcl) +- Fix selector device matching for unallocated partitions. (#1039292) (dlehman) +- Rename the network config spoke a little bit. (clumens) +- Don't encrypt device if container is encrypted (bcl) +- network: add s390 options in ifcfgs generated from kickstart (#1031376) + (rvykydal) +- Remove enablement of whiteout/blackout plugins, and the requires on anaconda- + yum-plugins. (notting) +- Fix checking if we are collecting our module (vpodzime) +- Remove an unnecessary continue statement in the potfiles check (vpodzime) +- Use sys.exit instead of os._exit in the potfiles test (vpodzime) +- List addons in exception report data (vpodzime) +- Make Hub.storage and Spoke.storage a property (dshea) +- Fix the botched helperization of StorageChecker (dshea) +- Disable tmpfs in the GUI (#1039511) (mkolman) +- Don't crash on NTP lookup without network (#1026079) (mkolman) +- Don't rely on Gtk being importable for exception handling (vpodzime) +- Support rnotes in SVG format (#1034407). (clumens) +- Fix a couple warnings from -Werror=format-security (#1036989). (clumens) +- Use abstract base classes for mixins. (dshea) +- Display free space remaining in containers (#1035832). (clumens) +- Make sure url and mirrorlist are not set at once (#1026834) (mkolman) +- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene) +- add ro to bootloader kernel parameters (gene) +- Added missing entries to POTFILES.in (dshea) +- Add a check that files with translatable strings are in POTFILES.in (dshea) +- Fix the handling of renames in the pylint git hook. (dshea) +- Remove startup-id from AnacondaBaseWindow. (dshea) + * Wed Dec 04 2013 Brian C. Lane - 21.12-1 - Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman) - Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman) diff --git a/sources b/sources index f2f08ec..1680b93 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8dc8ce5e8a719c9c7785e81bd73588f9 anaconda-21.12.tar.bz2 +a5bc516da3f5acfe9db7c18d499ca970 anaconda-21.13.tar.bz2