Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/anaconda.git#730c1b4c920f97cba1e9eca54c914860df75213f
This commit is contained in:
parent
717322cd55
commit
10ac50d722
1
.gitignore
vendored
1
.gitignore
vendored
@ -264,3 +264,4 @@
|
||||
/anaconda-34.13.tar.bz2
|
||||
/anaconda-34.14.tar.bz2
|
||||
/anaconda-34.15.tar.bz2
|
||||
/anaconda-34.16.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.15
|
||||
Version: 34.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.28-1
|
||||
%define pykickstartver 3.31-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.2.2-1
|
||||
%define rpmver 4.10.0
|
||||
@ -369,6 +369,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 04 2021 Martin Kolman <mkolman@redhat.com> - 34.16-1
|
||||
- Enable rpm-tests on Fedora ELN (mpitt)
|
||||
- Fix create_rpm_test on Fedora ELN/RHEL (mpitt)
|
||||
- Fix container-rpm-test log output (mpitt)
|
||||
- Define container for running rpm-tests (mpitt)
|
||||
- Move to official fedora ELN container image (mpitt)
|
||||
- Remove 'firstboot --enable' from interactive defaults (vponcova)
|
||||
- Build real boot.iso for /kickstart-tests runs (mpitt)
|
||||
- Fix artifact name in kickstart-tests.yml workflow (mpitt)
|
||||
- Import imp on demand (vponcova)
|
||||
- Adapt UI and tests to localhost.localdomain setting removal (rvykydal)
|
||||
- Stop trying to set the default hostname (zbyszek)
|
||||
- Document how to run kickstart tests in anaconda PRs (mpitt)
|
||||
- Update the GitHub workflow documentation (mpitt)
|
||||
- Add description of our GH workflow to tests/README file (jkonecny)
|
||||
- Remove the support for updates on a floppy disk (vponcova)
|
||||
- Fix list of Anaconda tests (jkonecny)
|
||||
- Disable the debug solver debugging (vponcova)
|
||||
- Select groups from a kickstart file in GUI (vponcova)
|
||||
- Remove kickstart packages from GUI (vponcova)
|
||||
- Remove kickstart packages from TUI (vponcova)
|
||||
- Remove kickstart packages from the DNF payload class (vponcova)
|
||||
- Remove kickstart packages from the installation tasks (vponcova)
|
||||
- Remove kickstart packages from the DNF utilities (vponcova)
|
||||
- Remove kickstart packages from the DNF manager (vponcova)
|
||||
- Handle the %%packages section in the DBus module (vponcova)
|
||||
- Add the PackagesSeen property (vponcova)
|
||||
- Add CentOS Stream config (riehecky)
|
||||
- Deprecate the level option of the logging kickstart command (vponcova)
|
||||
|
||||
* Mon Dec 07 2020 Martin Kolman <mkolman@redhat.com> - 34.15-1
|
||||
- Drop old WiFi & geocoding based geolocation support (mkolman)
|
||||
- Add bot PR comment to run kickstart tests (mpitt)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.15.tar.bz2) = 3c61f06daad711e38a67103afa3e3d158a828dc25edb82992314955994d49e9e235dd0d5031d24b9eb8f135feca38473dad521f9b7f2e2a858dab593ede7dc54
|
||||
SHA512 (anaconda-34.16.tar.bz2) = 93fb843778d96d896c0a93e99617503d69ad0122dda6cefc023c74cf1038d14987bf7153acf21800edc7c8ad123ad0f2a61242f8c6abbd4ee95694de03261ef0
|
||||
|
Loading…
Reference in New Issue
Block a user