New version 32.5-1
- payload module: update live image tar payload options with --numeric-owner (rvykydal) - payload module: add tests for live image payload interface (rvykydal) - Only partitions have the is_magic attribute (#1625154) (vponcova) - network gui: wrap multiple IP addresses in network spoke (#1593561) (rvykydal) - Don't use update_storage_ksdata in tests (vponcova) - Verify existing unlocked LUKS devices without keys (#1624617) (vponcova) - network tui: fix addr_str referenced before assignment (#1731415) (rvykydal) - Fix the second screen of Welcome to Fedora (#1748203) (vponcova) - Add a space after the comma in the description (junjieyuanxiling) - Use numbers for user/group names when unpacking tar live image (356889)
This commit is contained in:
parent
ed3a65c513
commit
f763c20f0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -206,3 +206,4 @@
|
||||
/anaconda-32.2.tar.bz2
|
||||
/anaconda-32.3.tar.bz2
|
||||
/anaconda-32.4.tar.bz2
|
||||
/anaconda-32.5.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 32.4
|
||||
Version: 32.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -351,6 +351,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 17 2019 Martin Kolman <mkolman@redhat.com> - 32.5-1
|
||||
- payload module: update live image tar payload options with --numeric-owner
|
||||
(rvykydal)
|
||||
- payload module: add tests for live image payload interface (rvykydal)
|
||||
- Only partitions have the is_magic attribute (#1625154) (vponcova)
|
||||
- network gui: wrap multiple IP addresses in network spoke (#1593561)
|
||||
(rvykydal)
|
||||
- Don't use update_storage_ksdata in tests (vponcova)
|
||||
- Verify existing unlocked LUKS devices without keys (#1624617) (vponcova)
|
||||
- network tui: fix addr_str referenced before assignment (#1731415) (rvykydal)
|
||||
- Fix the second screen of Welcome to Fedora (#1748203) (vponcova)
|
||||
- Add a space after the comma in the description (junjieyuanxiling)
|
||||
- Use numbers for user/group names when unpacking tar live image (356889)
|
||||
|
||||
* Thu Sep 05 2019 Martin Kolman <mkolman@redhat.com> - 32.4-1
|
||||
- Add tests for the device factory requests (vponcova)
|
||||
- Raise an exception if the device type is unsupported (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-32.4.tar.bz2) = 4167b3b1c3129b330c7035457ed3517f7ae0f08952b703b8355423fa2c52747206da207337d0f1295f7c8ca61b881d117b0fdad322f1b8a3762cc70257631809
|
||||
SHA512 (anaconda-32.5.tar.bz2) = df443b13b92efb6075cf117dcf78cbe5b73358a2c4f76e4b0c161a40513f74a84c1704532a310c7b83fde05e5afc32d3642fdadba046b81a72b917aa14ecaa74
|
||||
|
Loading…
Reference in New Issue
Block a user