New version 32.15-1
- Fix wrong kdump boot option in boot options docs (vslavik) - Remove unused pylint false positive (jkonecny) - Remove the DBus library (vponcova) - Remove the extra support for PropertiesChanged (vponcova) - Normalize the pretty XML output (vponcova) - Update the unit tests (vponcova) - Reorganize the DBus library (vponcova) - Remove signal subscriptions from anaconda (vponcova) - Add support for disconnection of a DBus proxy (vponcova) - Clean up the anaconda's signal (vponcova) - Remove the anaconda's DBus from the DBus library (vponcova) - Remove the anaconda's signal from the DBus library (vponcova) - Remove the anaconda's logger from DBus library (vponcova) - Create the DBus library (vponcova)
This commit is contained in:
parent
ffb4c67c9b
commit
39b5332c9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -216,3 +216,4 @@
|
|||||||
/anaconda-32.12.tar.bz2
|
/anaconda-32.12.tar.bz2
|
||||||
/anaconda-32.13.tar.bz2
|
/anaconda-32.13.tar.bz2
|
||||||
/anaconda-32.14.tar.bz2
|
/anaconda-32.14.tar.bz2
|
||||||
|
/anaconda-32.15.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 32.14
|
Version: 32.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -99,6 +99,7 @@ Requires: python3-dbus
|
|||||||
Requires: python3-pwquality
|
Requires: python3-pwquality
|
||||||
Requires: python3-systemd
|
Requires: python3-systemd
|
||||||
Requires: python3-productmd
|
Requires: python3-productmd
|
||||||
|
Requires: python3-dasbus
|
||||||
Requires: flatpak-libs
|
Requires: flatpak-libs
|
||||||
|
|
||||||
# pwquality only "recommends" the dictionaries it needs to do anything useful,
|
# pwquality only "recommends" the dictionaries it needs to do anything useful,
|
||||||
@ -347,6 +348,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2019 Martin Kolman <mkolman@redhat.com> - 32.15-1
|
||||||
|
- Fix wrong kdump boot option in boot options docs (vslavik)
|
||||||
|
- Remove unused pylint false positive (jkonecny)
|
||||||
|
- Remove the DBus library (vponcova)
|
||||||
|
- Remove the extra support for PropertiesChanged (vponcova)
|
||||||
|
- Normalize the pretty XML output (vponcova)
|
||||||
|
- Update the unit tests (vponcova)
|
||||||
|
- Reorganize the DBus library (vponcova)
|
||||||
|
- Remove signal subscriptions from anaconda (vponcova)
|
||||||
|
- Add support for disconnection of a DBus proxy (vponcova)
|
||||||
|
- Clean up the anaconda's signal (vponcova)
|
||||||
|
- Remove the anaconda's DBus from the DBus library (vponcova)
|
||||||
|
- Remove the anaconda's signal from the DBus library (vponcova)
|
||||||
|
- Remove the anaconda's logger from DBus library (vponcova)
|
||||||
|
- Create the DBus library (vponcova)
|
||||||
|
|
||||||
* Tue Nov 12 2019 Martin Kolman <mkolman@redhat.com> - 32.14-1
|
* Tue Nov 12 2019 Martin Kolman <mkolman@redhat.com> - 32.14-1
|
||||||
- network: restrict applying of config from ks in initramfs with NM (#1768791)
|
- network: restrict applying of config from ks in initramfs with NM (#1768791)
|
||||||
(rvykydal)
|
(rvykydal)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-32.14.tar.bz2) = a340db6c14e7b467a3fc0b3133617b9db009d018a4bb01f0b9585dd7dbb9be5eb8c14915c8c679e84f967faa87920a0427e6298fb4b6624d62dc7c886738f025
|
SHA512 (anaconda-32.15.tar.bz2) = 2f23fac79a12ade0f15a62f45987a929e1a701da065f0294565aa012c5fdeb85bc494e37b678a5a3df7df6f05d61468a7b997fcbeb4321f2a0cedd03c39f9d29
|
||||||
|
Loading…
Reference in New Issue
Block a user