From e41a5cb4137d7d7084fbcb6b3a85fd84759f4aac Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 12 Jul 2021 16:27:08 +0200 Subject: [PATCH] New version 35.19-1 - Don't return None from is_supported_filesystem (#1979854) (vponcova) - Configure the multilib policy of the target system (vponcova) - Reorder imports to reduce linter warnings (vslavik) - Ignore falsy pylint missing member warning in dnf code (vslavik) - Silence false pylint warning (vslavik) - Don't use deprecated imp module in dracut test (vslavik) - Fix typo in docs (vslavik) - Replace (vslavik) - Ignore pylint mistakes about missing members in test (vslavik) - Remove the productVariant variable (vponcova) - Document the profile configuration files (vponcova) - Add support for the profile configuration files (#1974819) (vponcova) - Replace inst.product and inst.variant with inst.profile (vponcova) - Replace product configuration files with profiles (vponcova) - Appease pylint's belief that this is not a string (vslavik) - Update pylint directive for new warning name (vslavik) - Revert "Fix unit test for previous commit" (lveyde) - Revert "ovirt / rhv: drop swap partition" (lveyde) --- .gitignore | 1 + anaconda.spec | 26 +++++++++++++++++++++++--- sources | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 128f4c7..5584769 100644 --- a/.gitignore +++ b/.gitignore @@ -291,3 +291,4 @@ /anaconda-35.16.tar.bz2 /anaconda-35.17.tar.bz2 /anaconda-35.18.tar.bz2 +/anaconda-35.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4ca5cb4..30f8a7b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 35.18 +Version: 35.19 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -356,8 +356,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %config %{_sysconfdir}/%{name}/* %dir %{_sysconfdir}/%{name}/conf.d %config %{_sysconfdir}/%{name}/conf.d/* -%dir %{_sysconfdir}/%{name}/product.d -%config %{_sysconfdir}/%{name}/product.d/* +%dir %{_sysconfdir}/%{name}/profile.d +%config %{_sysconfdir}/%{name}/profile.d/* %files live %{_bindir}/liveinst @@ -404,6 +404,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jul 12 2021 Martin Kolman - 35.19-1 +- Don't return None from is_supported_filesystem (#1979854) (vponcova) +- Configure the multilib policy of the target system (vponcova) +- Reorder imports to reduce linter warnings (vslavik) +- Ignore falsy pylint missing member warning in dnf code (vslavik) +- Silence false pylint warning (vslavik) +- Don't use deprecated imp module in dracut test (vslavik) +- Fix typo in docs (vslavik) +- Replace (vslavik) +- Ignore pylint mistakes about missing members in test (vslavik) +- Remove the productVariant variable (vponcova) +- Document the profile configuration files (vponcova) +- Add support for the profile configuration files (#1974819) (vponcova) +- Replace inst.product and inst.variant with inst.profile (vponcova) +- Replace product configuration files with profiles (vponcova) +- Appease pylint's belief that this is not a string (vslavik) +- Update pylint directive for new warning name (vslavik) +- Revert "Fix unit test for previous commit" (lveyde) +- Revert "ovirt / rhv: drop swap partition" (lveyde) + * Mon Jun 28 2021 Martin Kolman - 35.18-1 - Use yescrypt hashing method for shadow passwords (besser82) - Intercept OSError thrown by crypt.crypt() on error. (besser82) diff --git a/sources b/sources index 2974a37..35665b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-35.18.tar.bz2) = a68ddddf07b066243fde895b8b948f7ce144e89168be27d2aea9bff882abcc9b3cab226c69babf41de5155f3398e07b2a673829bffc940cbf6141cbc8453e42f +SHA512 (anaconda-35.19.tar.bz2) = dba9dc0bde4fff277cf1681c3cba44ea89cb764545f54bc9b693f2602c7aea90847d0d3d12f5578d7165573cd82625ee40954322016ccfd1df5f310c7a2b7542