[packit] 39.6 upstream release
Upstream tag: anaconda-39.6-1 Upstream commit: 0fbd73bd Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
c7a44b4788
commit
771269f209
1
.gitignore
vendored
1
.gitignore
vendored
@ -350,3 +350,4 @@
|
|||||||
/anaconda-39.3.tar.bz2
|
/anaconda-39.3.tar.bz2
|
||||||
/anaconda-39.4.tar.bz2
|
/anaconda-39.4.tar.bz2
|
||||||
/anaconda-39.5.tar.bz2
|
/anaconda-39.5.tar.bz2
|
||||||
|
/anaconda-39.6.tar.bz2
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.69.0.post12+g060b82c.
|
The file was generated using packit 0.69.0.post27+g1374cc1.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 39.5
|
Version: 39.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
|
|
||||||
@ -11,9 +11,6 @@ URL: http://fedoraproject.org/wiki/Anaconda
|
|||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
# make dist
|
# make dist
|
||||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
||||||
# https://github.com/rhinstaller/anaconda/pull/4624
|
|
||||||
# Fix anaconda with pykickstart 3.47
|
|
||||||
Patch0: 0001-Adjust-to-pykickstart-moving-new-network-commands-to.patch
|
|
||||||
|
|
||||||
# Versions of required components (done so we make sure the buildrequires
|
# Versions of required components (done so we make sure the buildrequires
|
||||||
# match the requires versions of things).
|
# match the requires versions of things).
|
||||||
@ -42,7 +39,7 @@ Patch0: 0001-Adjust-to-pykickstart-moving-new-network-commands-to.patch
|
|||||||
%define libxklavierver 5.4
|
%define libxklavierver 5.4
|
||||||
%define mehver 0.23-1
|
%define mehver 0.23-1
|
||||||
%define nmver 1.0
|
%define nmver 1.0
|
||||||
%define pykickstartver 3.45-1
|
%define pykickstartver 3.47-1
|
||||||
%define pypartedver 2.5-2
|
%define pypartedver 2.5-2
|
||||||
%define pythonblivetver 1:3.6.0-1
|
%define pythonblivetver 1:3.6.0-1
|
||||||
%define rpmver 4.15.0
|
%define rpmver 4.15.0
|
||||||
@ -355,7 +352,7 @@ rm -rf \
|
|||||||
%{buildroot}/%{_sbindir}/liveinst \
|
%{buildroot}/%{_sbindir}/liveinst \
|
||||||
%{buildroot}/%{_datadir}/anaconda/gnome \
|
%{buildroot}/%{_datadir}/anaconda/gnome \
|
||||||
%{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome \
|
%{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome \
|
||||||
%{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome.desktop \
|
%{buildroot}/%{_datadir}/anaconda/gnome/org.fedoraproject.welcome-screen.desktop \
|
||||||
%{buildroot}/%{_datadir}/applications/liveinst.desktop
|
%{buildroot}/%{_datadir}/applications/liveinst.desktop
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -466,6 +463,51 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Simplify the URL source (vponcova)
|
||||||
|
- Add support for sources that provide access to a repository (vponcova)
|
||||||
|
- Protect the RPM source provided by Dracut (vponcova)
|
||||||
|
- Show the RPM source provided by Dracut in GUI (jkonecny)
|
||||||
|
- Rename widgets for auto-detected installation media (vponcova)
|
||||||
|
- Drop the stage2 support from the CDROM source (vponcova)
|
||||||
|
- Simplify the default source selection of the RPM sources (jkonecny)
|
||||||
|
- Add support for an RPM source defined by a local path to a repository
|
||||||
|
(jkonecny)
|
||||||
|
- webui: add hint for running tests locally with selinux failures (rvykydal)
|
||||||
|
- For user unit tests, provide valid login.defs (vslavik)
|
||||||
|
- Don't copy binaries in user unit tests (vslavik)
|
||||||
|
- Don't create empty login.defs (vslavik)
|
||||||
|
- Revert "infra: Disable failing tests that call useradd and groupadd"
|
||||||
|
(vslavik)
|
||||||
|
- Set correctly NM props for DNS kickstart options (vslavik)
|
||||||
|
- fedora-welcome: Default to light style (fmuellner)
|
||||||
|
- fedora-welcome: Swap buttons (fmuellner)
|
||||||
|
- fedora-welcome: Drop icons from buttons (fmuellner)
|
||||||
|
- fedora-welcome: Use libadwaita (fmuellner)
|
||||||
|
- fedora-welcome: Use actions instead of clicked callbacks (fmuellner)
|
||||||
|
- fedora-welcome: Port to GTK4 (fmuellner)
|
||||||
|
- fedora-welcome: Tweak button labels (fmuellner)
|
||||||
|
- fedora-welcome: Adjust wording of description (fmuellner)
|
||||||
|
- fedora-welcome: Rename .desktop file (fmuellner)
|
||||||
|
- fedora-welcome: Add back app icon (fmuellner)
|
||||||
|
- fedora-welcome: Replace grids with boxes (fmuellner)
|
||||||
|
- fedora-welcome: Remove secondary screen (fmuellner)
|
||||||
|
- fedora-welcome: Launch .desktop file instead of spawning command (fmuellner)
|
||||||
|
- fedora-welcome: Fix passing command line flags (fmuellner)
|
||||||
|
- fedora-welcome: Use standard Javascript modules (fmuellner)
|
||||||
|
- fedora-welcome: Split out application subclass (fmuellner)
|
||||||
|
- fedora-window: Use show_all() only internally (fmuellner)
|
||||||
|
- fedora-welcome: Stop using deprecated Lang module (fmuellner)
|
||||||
|
- fedora-welcome: Reindent WelcomeWindow class (fmuellner)
|
||||||
|
- fedora-welcome: Use consistent quotes (fmuellner)
|
||||||
|
- fedora-welcome: Use template strings (fmuellner)
|
||||||
|
- fedora-welcome: Use consistent braces (fmuellner)
|
||||||
|
- fedora-welcome: Remove unused imports (fmuellner)
|
||||||
|
- Fix saving DNS search domains to kickstart (vslavik)
|
||||||
|
- Update translations from Weblate
|
||||||
|
|
||||||
* Fri Mar 17 2023 Adam Williamson <awilliam@redhat.com> - 39.5-2
|
* Fri Mar 17 2023 Adam Williamson <awilliam@redhat.com> - 39.5-2
|
||||||
- Backport PR #4624 to fix anaconda with pykickstart 3.47
|
- Backport PR #4624 to fix anaconda with pykickstart 3.47
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-39.5.tar.bz2) = abd94447351e0908b2f8f7707f91bc48418f5589ede160930959532730020aa2cad1255d29bbe9fe17ea486189abec9feb999bb3a2da01a2da1b7c93be0dd121
|
SHA512 (anaconda-39.6.tar.bz2) = 6b999eefd58df9048d812d362a458bd4068b14154cdd8ea5c3002c39ba6c6eb5c68d130d17e2cda00c73486e4aee929ee61af9540c92c9dc2ad6ef5e8652523f
|
||||||
|
Loading…
Reference in New Issue
Block a user