New version 31.9-1
- Remove the function get_structure (vponcova) - Remove the function apply_structure (vponcova) - Remove the decorator (vponcova) - Add the class DBusData (vponcova) - Give payload a hook for adding disabled repos. (riehecky) - Extend the function generate_string_from_data (vponcova) - Blivet-GUI should wait for the storage threads to finish (#1696478) (vponcova) - network: do not pass None value from NM device object to data holder (#1695967) (rvykydal) - Handle bytes and strings from RPM (#1693766) (vponcova) - network module: add network module unit tests (rvykydal)
This commit is contained in:
parent
d758709f42
commit
f17ec6a628
1
.gitignore
vendored
1
.gitignore
vendored
@ -188,3 +188,4 @@
|
||||
/anaconda-31.6.tar.bz2
|
||||
/anaconda-31.7.tar.bz2
|
||||
/anaconda-31.8.tar.bz2
|
||||
/anaconda-31.9.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.8
|
||||
Version: 31.9
|
||||
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
|
||||
* Thu Apr 11 2019 Martin Kolman <mkolman@redhat.com> - 31.9-1
|
||||
- Remove the function get_structure (vponcova)
|
||||
- Remove the function apply_structure (vponcova)
|
||||
- Remove the decorator (vponcova)
|
||||
- Add the class DBusData (vponcova)
|
||||
- Give payload a hook for adding disabled repos. (riehecky)
|
||||
- Extend the function generate_string_from_data (vponcova)
|
||||
- Blivet-GUI should wait for the storage threads to finish (#1696478)
|
||||
(vponcova)
|
||||
- network: do not pass None value from NM device object to data holder
|
||||
(#1695967) (rvykydal)
|
||||
- Handle bytes and strings from RPM (#1693766) (vponcova)
|
||||
- network module: add network module unit tests (rvykydal)
|
||||
|
||||
* Tue Apr 09 2019 Martin Kolman <mkolman@redhat.com> - 31.8-1
|
||||
- network: create systemd .link files for ifname= boot options (#1695894)
|
||||
(rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.8.tar.bz2) = 6ba01e5a6cfba450da0fe80d595a7144187ec709403d7999d1c34558bc188e7f1ff15bee198a832cbf321295f295941f1d8136584078161062b3486f0d97660f
|
||||
SHA512 (anaconda-31.9.tar.bz2) = fedef2b8c3d7356bc2a3616be3b49eb37acd833fbe3bfcc26514fa07fbfb4e1f781fd19d5af8065396223f3260f9d86fee97f1efcdab8690bcd7c67209a1e418
|
||||
|
Loading…
Reference in New Issue
Block a user