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)
This commit is contained in:
parent
5d7c1bc247
commit
e41a5cb413
1
.gitignore
vendored
1
.gitignore
vendored
@ -291,3 +291,4 @@
|
|||||||
/anaconda-35.16.tar.bz2
|
/anaconda-35.16.tar.bz2
|
||||||
/anaconda-35.17.tar.bz2
|
/anaconda-35.17.tar.bz2
|
||||||
/anaconda-35.18.tar.bz2
|
/anaconda-35.18.tar.bz2
|
||||||
|
/anaconda-35.19.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 35.18
|
Version: 35.19
|
||||||
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
|
||||||
@ -356,8 +356,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%config %{_sysconfdir}/%{name}/*
|
%config %{_sysconfdir}/%{name}/*
|
||||||
%dir %{_sysconfdir}/%{name}/conf.d
|
%dir %{_sysconfdir}/%{name}/conf.d
|
||||||
%config %{_sysconfdir}/%{name}/conf.d/*
|
%config %{_sysconfdir}/%{name}/conf.d/*
|
||||||
%dir %{_sysconfdir}/%{name}/product.d
|
%dir %{_sysconfdir}/%{name}/profile.d
|
||||||
%config %{_sysconfdir}/%{name}/product.d/*
|
%config %{_sysconfdir}/%{name}/profile.d/*
|
||||||
|
|
||||||
%files live
|
%files live
|
||||||
%{_bindir}/liveinst
|
%{_bindir}/liveinst
|
||||||
@ -404,6 +404,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 12 2021 Martin Kolman <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 35.18-1
|
* Mon Jun 28 2021 Martin Kolman <mkolman@redhat.com> - 35.18-1
|
||||||
- Use yescrypt hashing method for shadow passwords (besser82)
|
- Use yescrypt hashing method for shadow passwords (besser82)
|
||||||
- Intercept OSError thrown by crypt.crypt() on error. (besser82)
|
- Intercept OSError thrown by crypt.crypt() on error. (besser82)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-35.18.tar.bz2) = a68ddddf07b066243fde895b8b948f7ce144e89168be27d2aea9bff882abcc9b3cab226c69babf41de5155f3398e07b2a673829bffc940cbf6141cbc8453e42f
|
SHA512 (anaconda-35.19.tar.bz2) = dba9dc0bde4fff277cf1681c3cba44ea89cb764545f54bc9b693f2602c7aea90847d0d3d12f5578d7165573cd82625ee40954322016ccfd1df5f310c7a2b7542
|
||||||
|
Loading…
Reference in New Issue
Block a user