New version - 30.8-1
- Remove flags from anaconda_logging (vponcova) - Remove blivet-specific flags from pyanaconda.flags (vponcova) - The armplatform option is deprecated (vponcova) - Create a class for the Anaconda bus connection (vponcova) - Fix local repo files aren't enabled (#1636739) (jkonecny) - Write RPM tests for the Anaconda configuration file (vponcova) - Write tests for the configuration support (vponcova) - Create a class for handling the Anaconda configuration (vponcova) - Provide a better support for handling the configuration files (vponcova) - Create the Anaconda configuration file (vponcova)
This commit is contained in:
parent
6bed851d4c
commit
66fe9070fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -163,3 +163,4 @@
|
||||
/anaconda-30.5.tar.bz2
|
||||
/anaconda-30.6.tar.bz2
|
||||
/anaconda-30.7.tar.bz2
|
||||
/anaconda-30.8.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 30.7
|
||||
Version: 30.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -313,6 +313,8 @@ update-desktop-database &> /dev/null || :
|
||||
%exclude %{python3_sitearch}/pyanaconda/ui/tui/*
|
||||
%{_bindir}/analog
|
||||
%{_bindir}/anaconda-cleanup
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config %{_sysconfdir}/%{name}/*
|
||||
%ifarch %livearches
|
||||
%{_bindir}/liveinst
|
||||
%{_sbindir}/liveinst
|
||||
@ -349,6 +351,18 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 01 2018 Jiri Konecny <jkonecny@redhat.com> - 30.8-1
|
||||
- Remove flags from anaconda_logging (vponcova)
|
||||
- Remove blivet-specific flags from pyanaconda.flags (vponcova)
|
||||
- The armplatform option is deprecated (vponcova)
|
||||
- Create a class for the Anaconda bus connection (vponcova)
|
||||
- Fix local repo files aren't enabled (#1636739) (jkonecny)
|
||||
- Write RPM tests for the Anaconda configuration file (vponcova)
|
||||
- Write tests for the configuration support (vponcova)
|
||||
- Create a class for handling the Anaconda configuration (vponcova)
|
||||
- Provide a better support for handling the configuration files (vponcova)
|
||||
- Create the Anaconda configuration file (vponcova)
|
||||
|
||||
* Thu Oct 18 2018 Martin Kolman <mkolman@redhat.com> - 30.7-1
|
||||
- installclass: fix variant string for Atomic Host (#1640409) (dusty)
|
||||
- Remove EXPERIMENTAL label for mountpoint assignment in TUI (#1636940)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-30.7.tar.bz2) = 5e5e15e3c3451af14cc99c16de741bcd97f865be1120bfb1a4b408ca4a9b35dbe3f4352887d260ce130b3163641e6d2164004361a132886a9e297ed1a914074c
|
||||
SHA512 (anaconda-30.8.tar.bz2) = c7c9536c5ce079833c1e8cde6c77e31a134b6b669278b42c050b1e2c00163d7c74012b34c192ba3a9890b12d8b97e190919fa639d3f291a4c815f619b76296b6
|
||||
|
Loading…
Reference in New Issue
Block a user