[packit] 38.4 upstream release
Upstream tag: anaconda-38.4-1 Upstream commit: 6b0cd372 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
fcf5b1859b
commit
cafd900ec7
1
.gitignore
vendored
1
.gitignore
vendored
@ -326,3 +326,4 @@
|
||||
/anaconda-38.1.tar.bz2
|
||||
/anaconda-38.2.tar.bz2
|
||||
/anaconda-38.3.tar.bz2
|
||||
/anaconda-38.4.tar.bz2
|
||||
|
@ -21,7 +21,6 @@ actions:
|
||||
post-upstream-clone:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- sed -i 's/use_cockpit\ 1/use_cockpit 0/g' anaconda.spec
|
||||
create-archive:
|
||||
- "make release"
|
||||
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
|
||||
|
@ -1,12 +1,12 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 38.3
|
||||
Version: 38.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
|
||||
# This should should only be set for development purposes for the time
|
||||
%global use_cockpit 0
|
||||
%global use_cockpit 1
|
||||
|
||||
# To generate Source0 do:
|
||||
# git clone https://github.com/rhinstaller/anaconda
|
||||
@ -42,9 +42,9 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.41-1
|
||||
%define pykickstartver 3.43-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.4.4-3
|
||||
%define pythonblivetver 1:3.5.0-1
|
||||
%define rpmver 4.15.0
|
||||
%define simplelinever 1.9.0-1
|
||||
%define subscriptionmanagerver 1.26
|
||||
@ -490,29 +490,52 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2022 Packit <hello@packit.dev> - 38.4-1
|
||||
- Run yelp under liveuser if possible (vslavik)
|
||||
- infra: bump astroid from 2.12.5 to 2.12.6 in /dockerfile (49699333+dependabot[bot])
|
||||
- Disable the Unregister button during unregistration (mkolman)
|
||||
- Update outdated system purpose related strings (mkolman)
|
||||
- Always set system purpose from GUI (mkolman)
|
||||
- Report registration errors from kickstart (mkolman)
|
||||
- Do not pass rd.znet on to installed system unconditionally (jstodola)
|
||||
- Ignore dependabot commits in changelog (vslavik)
|
||||
- infra: bump @patternfly/patternfly from 4.206.3 to 4.210.2 in /ui/webui (49699333+dependabot[bot])
|
||||
- Web UI: Increase visibility of warning messages (ozobal)
|
||||
- Drop packit override for webui package build (mkolman)
|
||||
- Create the LVM devices file, if supported (vslavik)
|
||||
- Remove unused import that snuck in somehow (vslavik)
|
||||
- Bump SshKeyData version (vslavik)
|
||||
- Bump pykickstart version for F38_AutoPart (vslavik)
|
||||
- Document the automated Anaconda package release process (mkolman)
|
||||
- Web UI: for disks selection show empty label rather than '0 selected' (rvykydal)
|
||||
- Web UI: use toolbox in disk selection (rvykydal)
|
||||
- Web UI: Show the help drawer next to content (ozobal)
|
||||
- Silence pylint warnings in webui code (vslavik)
|
||||
- Remove execInSysroot (vslavik)
|
||||
|
||||
* Tue Aug 30 2022 Packit <hello@packit.dev> - 38.3-1
|
||||
- Add --hibernation option for Kickstart autopart (ozobal)
|
||||
- Docs: How to run non-unit tests in CI standalone (#docs) (vslavik)
|
||||
- Define more macros for cppcheck (vslavik)
|
||||
- Infra templating script improvements (vslavik)
|
||||
- infra: bump @patternfly/patternfly from 4.202.1 to 4.206.3 in /ui/webui (49699333+dependabot[bot])
|
||||
- webui: clean up prepare-updates-img (allison.karlitskaya)
|
||||
- Adjust dependencies of the anaconda-webui package (mkolman)
|
||||
- test: Update to cockpit 275 (allison.karlitskaya)
|
||||
- Add test for dracut_eject (vslavik)
|
||||
- Add test for ipmi_abort (vslavik)
|
||||
- Add test for ipmi_report (vslavik)
|
||||
- Simplify test_detect_virtualized_platform (vslavik)
|
||||
- Rewrite test_vt_activate to use patch (vslavik)
|
||||
- webui: build RPMs inside the fedora-37 image (allison.karlitskaya)
|
||||
- Web UI: update target name in test documentation (rvykydal)
|
||||
- Verify a biosboot partition on all installation targets (vponcova)
|
||||
- Define the install_targets property for all bootloader classes (vponcova)
|
||||
- Test the InstallerStorage.copy method (vponcova)
|
||||
- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
|
||||
- Implement the Root.copy method (vponcova)
|
||||
- Redefine the Blivet.roots attribute (vponcova)
|
||||
- Redefine the Blivet.copy method (vponcova)
|
||||
- Add --hibernation option for Kickstart autopart (ozobal)
|
||||
- Docs: How to run non-unit tests in CI standalone (#docs) (vslavik)
|
||||
- Define more macros for cppcheck (vslavik)
|
||||
- Infra templating script improvements (vslavik)
|
||||
- infra: bump @patternfly/patternfly from 4.202.1 to 4.206.3 in /ui/webui (49699333+dependabot[bot])
|
||||
- webui: clean up prepare-updates-img (allison.karlitskaya)
|
||||
- Adjust dependencies of the anaconda-webui package (mkolman)
|
||||
- test: Update to cockpit 275 (allison.karlitskaya)
|
||||
- Add test for dracut_eject (vslavik)
|
||||
- Add test for ipmi_abort (vslavik)
|
||||
- Add test for ipmi_report (vslavik)
|
||||
- Simplify test_detect_virtualized_platform (vslavik)
|
||||
- Rewrite test_vt_activate to use patch (vslavik)
|
||||
- webui: build RPMs inside the fedora-37 image (allison.karlitskaya)
|
||||
- Web UI: update target name in test documentation (rvykydal)
|
||||
- Verify a biosboot partition on all installation targets (vponcova)
|
||||
- Define the install_targets property for all bootloader classes (vponcova)
|
||||
- Test the InstallerStorage.copy method (vponcova)
|
||||
- Show multiple bootloader devices on the Manual Partitioning screen (vponcova)
|
||||
- Implement the Root.copy method (vponcova)
|
||||
- Redefine the Blivet.roots attribute (vponcova)
|
||||
- Redefine the Blivet.copy method (vponcova)
|
||||
- Add infrastructure templating tools (ozobal)
|
||||
|
||||
* Fri Aug 19 2022 Packit <hello@packit.dev> - 38.2-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-38.3.tar.bz2) = d816ab46a87e40bdb8cf12906e71f9d9b870ec378bf824c0dd03bff6e7b202e40232f2535a8e28842b784051f580fe5b9457777a23cbe50abc3b63498d314925
|
||||
SHA512 (anaconda-38.4.tar.bz2) = ffffac9a93e3deed4893508397167009cc1c2199b4def29f3ffe623b614df3a8edafd3975fa6cd34032a14c763a5220a3cefee97a7a01e32ed583475f4158ed8
|
||||
|
Loading…
Reference in New Issue
Block a user