New version 33.6-1
- Fix the test for complex data with secrets (vponcova) - Update generate_request_description (vponcova) - Add support for secrets in DBus structures (vponcova) - Rename _test_dbus_property to _check_dbus_property (jkonecny) - Fix text color on info bars (mkolman) - Add NFS source (vslavik)
This commit is contained in:
parent
a758150bd2
commit
49a23c90fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -231,3 +231,4 @@
|
|||||||
/anaconda-33.3.tar.bz2
|
/anaconda-33.3.tar.bz2
|
||||||
/anaconda-33.4.tar.bz2
|
/anaconda-33.4.tar.bz2
|
||||||
/anaconda-33.5.tar.bz2
|
/anaconda-33.5.tar.bz2
|
||||||
|
/anaconda-33.6.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 33.5
|
Version: 33.6
|
||||||
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
|
||||||
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
%define rpmver 4.10.0
|
%define rpmver 4.10.0
|
||||||
%define simplelinever 1.1-1
|
%define simplelinever 1.1-1
|
||||||
%define utillinuxver 2.15.1
|
%define utillinuxver 2.15.1
|
||||||
%define dasbusver 0.2
|
%define dasbusver 0.3
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -353,6 +353,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2020 Martin Kolman <mkolman@redhat.com> - 33.6-1
|
||||||
|
- Fix the test for complex data with secrets (vponcova)
|
||||||
|
- Update generate_request_description (vponcova)
|
||||||
|
- Add support for secrets in DBus structures (vponcova)
|
||||||
|
- Rename _test_dbus_property to _check_dbus_property (jkonecny)
|
||||||
|
- Fix text color on info bars (mkolman)
|
||||||
|
- Add NFS source (vslavik)
|
||||||
|
|
||||||
* Tue Mar 31 2020 Martin Kolman <mkolman@redhat.com> - 33.5-1
|
* Tue Mar 31 2020 Martin Kolman <mkolman@redhat.com> - 33.5-1
|
||||||
- Don't call the DBus method IsNodeFromIbft from the Storage module (#1817529)
|
- Don't call the DBus method IsNodeFromIbft from the Storage module (#1817529)
|
||||||
(vponcova)
|
(vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-33.5.tar.bz2) = b52a09a9c4d02dc46dd2dc4c1dd8bc02c6b7b4217c721c80e1881f5b8a18047dacf1a488de90d4dfb50a08b67a3c3685b19f43c9b60a019876a2552b921881cb
|
SHA512 (anaconda-33.6.tar.bz2) = 03e882d41525edb81e92b9a83ea684818c72134e547d7da9c9fe14c80c26a7308585ffa41497e0af827d886c505a6e1260aa0a7d20122d929f4ec3fff249d6ff
|
||||||
|
Loading…
Reference in New Issue
Block a user