New version 31.10-1
- get_iface_from_hwaddr: be more careful about hwaddr (#1703152) (awilliam) - network: fix a typo in infiniband connections creating (#1698937) (rvykydal) - network: do not crash on --device bootif when BOOTIF is not specified (#1699091) (rvykydal) - Add DBus support for the device specifier for use in /etc/fstab (vponcova) - Set swap devices for fstab in the interactive partitioning (vponcova) - Refactor the passphrase setup on unconfigured LUKS devices (vponcova) - Add DBus support for UUID (vponcova) - Add DBus support for device format (vponcova) - Add DBus support for unlocking LUKS devices (vponcova) - Add DBus support for finding mountable partitions (vponcova) - We inherit self.data.repo.dataList() from parent class. (riehecky)
This commit is contained in:
parent
f17ec6a628
commit
b03996163c
1
.gitignore
vendored
1
.gitignore
vendored
@ -189,3 +189,4 @@
|
||||
/anaconda-31.7.tar.bz2
|
||||
/anaconda-31.8.tar.bz2
|
||||
/anaconda-31.9.tar.bz2
|
||||
/anaconda-31.10.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.9
|
||||
Version: 31.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -354,6 +354,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 30 2019 Martin Kolman <mkolman@redhat.com> - 31.10-1
|
||||
- get_iface_from_hwaddr: be more careful about hwaddr (#1703152) (awilliam)
|
||||
- network: fix a typo in infiniband connections creating (#1698937) (rvykydal)
|
||||
- network: do not crash on --device bootif when BOOTIF is not specified
|
||||
(#1699091) (rvykydal)
|
||||
- Add DBus support for the device specifier for use in /etc/fstab (vponcova)
|
||||
- Set swap devices for fstab in the interactive partitioning (vponcova)
|
||||
- Refactor the passphrase setup on unconfigured LUKS devices (vponcova)
|
||||
- Add DBus support for UUID (vponcova)
|
||||
- Add DBus support for device format (vponcova)
|
||||
- Add DBus support for unlocking LUKS devices (vponcova)
|
||||
- Add DBus support for finding mountable partitions (vponcova)
|
||||
- We inherit self.data.repo.dataList() from parent class. (riehecky)
|
||||
|
||||
* Thu Apr 11 2019 Martin Kolman <mkolman@redhat.com> - 31.9-1
|
||||
- Remove the function get_structure (vponcova)
|
||||
- Remove the function apply_structure (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.9.tar.bz2) = fedef2b8c3d7356bc2a3616be3b49eb37acd833fbe3bfcc26514fa07fbfb4e1f781fd19d5af8065396223f3260f9d86fee97f1efcdab8690bcd7c67209a1e418
|
||||
SHA512 (anaconda-31.10.tar.bz2) = a68ce5b90a65148e997c1598c4785cb2cd87cca4d05c41c4b233548fcfc7320f0b407828442d15e75f2f0a5d626483d08292e898a5a8356fa50018b2502e97b1
|
||||
|
Loading…
Reference in New Issue
Block a user