New version 28.20-1
- Check the proxy attribute before accessing it (vponcova) - Check the noverifyssl attribute before accessing it (vponcova) - Don't access the url attribute (#1530428) (vponcova) - Use Fedora Server default partitioning in Atomic (jkonecny) - Clean code of Atomic install class (jkonecny) - Migrate Atomic install class (#1491287) (jkonecny) - Move Atomic install class to Anaconda (#1491287) (#1536853) (jkonecny) - Make sure that fetch_url is defined. (vponcova)
This commit is contained in:
parent
f70de687ad
commit
0179b71e20
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@
|
||||
/anaconda-28.17.tar.bz2
|
||||
/anaconda-28.18.tar.bz2
|
||||
/anaconda-28.19.tar.bz2
|
||||
/anaconda-28.20.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 28.19
|
||||
Release: 2%{?dist}
|
||||
Version: 28.20
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -335,8 +335,15 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
* Fri Feb 09 2018 Martin Kolman <mkolman@redhat.com> - 28.20-1
|
||||
- Check the proxy attribute before accessing it (vponcova)
|
||||
- Check the noverifyssl attribute before accessing it (vponcova)
|
||||
- Don't access the url attribute (#1530428) (vponcova)
|
||||
- Use Fedora Server default partitioning in Atomic (jkonecny)
|
||||
- Clean code of Atomic install class (jkonecny)
|
||||
- Migrate Atomic install class (#1491287) (jkonecny)
|
||||
- Move Atomic install class to Anaconda (#1491287) (#1536853) (jkonecny)
|
||||
- Make sure that fetch_url is defined. (vponcova)
|
||||
|
||||
* Mon Feb 05 2018 Martin Kolman <mkolman@redhat.com> - 28.19-1
|
||||
- Change pykickstart version. (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-28.19.tar.bz2) = 91ce18795920bc65cf18085c7341322f55baa809a89d1bb83115cd6464ba08b3f204e4f6275e4455750caf462dd4bab5bddd0f93368d709eed3d9f9a060a44d0
|
||||
SHA512 (anaconda-28.20.tar.bz2) = 3d2acea687d52b90e9a44132eb16187514c6fa2b20209d0f9509ec488ed4b8956905777ed75c6bfcd9953099fa3954df1c53e3e43d789b47c31837512e2d465a
|
||||
|
Loading…
Reference in New Issue
Block a user