- 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)
This commit is contained in:
parent
b9f05fd224
commit
17c1b2c8b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 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)
|
||||
|
Loading…
Reference in New Issue
Block a user