[packit] 39.7 upstream release
Upstream tag: anaconda-39.7-1 Upstream commit: c0714b5c Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
771269f209
commit
c49569d794
1
.gitignore
vendored
1
.gitignore
vendored
@ -351,3 +351,4 @@
|
||||
/anaconda-39.4.tar.bz2
|
||||
/anaconda-39.5.tar.bz2
|
||||
/anaconda-39.6.tar.bz2
|
||||
/anaconda-39.7.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 39.6
|
||||
Version: 39.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -46,6 +46,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
||||
%define simplelinever 1.9.0-1
|
||||
%define subscriptionmanagerver 1.26
|
||||
%define utillinuxver 2.15.1
|
||||
%define rpmostreever 2023.2
|
||||
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gettext-devel >= %{gettextver}
|
||||
@ -102,6 +103,11 @@ Requires: python3-systemd
|
||||
Requires: python3-productmd
|
||||
Requires: python3-dasbus >= %{dasbusver}
|
||||
Requires: flatpak-libs
|
||||
# dependencies for rpm-ostree payload module
|
||||
Requires: rpm-ostree >= %{rpmostreever}
|
||||
Requires: ostree
|
||||
# used by ostree command for native containers
|
||||
Requires: skopeo
|
||||
%if %{defined rhel} && %{undefined centos}
|
||||
Requires: subscription-manager >= %{subscriptionmanagerver}
|
||||
%endif
|
||||
@ -463,6 +469,33 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 28 2023 Packit <hello@packit.dev> - 39.7-1
|
||||
- Remove the SourceFactory class from the pyanaconda.payload module (vponcova)
|
||||
- Simplify creation of a source based on its URL (vponcova)
|
||||
- Protect the specified devices with all their ancestors (vponcova)
|
||||
- Protect HDD sources from the Payloads module (vponcova)
|
||||
- Use the simplified NFS source in the UI (vponcova)
|
||||
- Simplify the NFS source (vponcova)
|
||||
- Improve access to the repository configuration of a source (vponcova)
|
||||
- Protect the stage2 device from the Storage module (vponcova)
|
||||
- Don't protect unavailable devices (vponcova)
|
||||
- Update pixel tests for a new cockpit-ws (jkonecny)
|
||||
- webui: update links for downloading cockpit-ws and cockpit-bridge RPMs
|
||||
(kkoukiou)
|
||||
- Don't parse additional repositories during start-up (vponcova)
|
||||
- Implement needs_network for rpm_ostree_container (#2125655) (jkonecny)
|
||||
- Move rpm-ostree deps from Lorax to Anaconda (#2125655) (jkonecny)
|
||||
- Deduplicate test data creation func in rpm ostree (jkonecny)
|
||||
- Add release note for ostreecontainer (#2125655) (jkonecny)
|
||||
- Add new OSTree container source test (#2125655) (jkonecny)
|
||||
- Enable RPM OSTree from container source in payload (#2125655) (jkonecny)
|
||||
- Add RPM OSTree source from container (#2125655) (jkonecny)
|
||||
- WebUI: Fix keyboard navigation on welcome screen (ozobal)
|
||||
- Add test step logging and screenshots to WebUI tests (zveleba)
|
||||
- Ignore newly found pylint detections (vslavik)
|
||||
- Fix network configuration from kickstart in intramfs (rvykydal)
|
||||
- Update translations from Weblate
|
||||
|
||||
* Tue Mar 21 2023 Packit <hello@packit.dev> - 39.6-1
|
||||
- Adjust to pykickstart moving new network commands to F39 (awilliam)
|
||||
- Generate the ostreesetup kickstart command (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-39.6.tar.bz2) = 6b999eefd58df9048d812d362a458bd4068b14154cdd8ea5c3002c39ba6c6eb5c68d130d17e2cda00c73486e4aee929ee61af9540c92c9dc2ad6ef5e8652523f
|
||||
SHA512 (anaconda-39.7.tar.bz2) = 8572b143859b2786ac358d93af6ae5ccfde61ac9d957b7249ba08a7c6c39b6071d0e172cb970920f66a2959f4882796124b2e852ac45fd169c35e4f2e96f041d
|
||||
|
Loading…
Reference in New Issue
Block a user