Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Radek Vykydal
65091473bc Make sure we don't build the anaconda-webui package on F37 2022-10-05 15:17:06 +02:00
Packit
2511857bd2 [packit] 37.12.6 upstream release
Upstream tag: anaconda-37.12.6-1
Upstream commit: 8c4148af

Signed-off-by: Packit <hello@packit.dev>
2022-10-05 11:58:00 +00:00
Martin Kolman
072ca1ab5e Make sure we don't build the anaconda-webui package on F37 2022-09-19 19:04:45 +02:00
Packit
6474ceda6e [packit] 37.12.5 upstream release
Upstream tag: anaconda-37.12.5-1
Upstream commit: 74d37f21

Signed-off-by: Packit <hello@packit.dev>
2022-09-19 16:24:13 +00:00
Martin Kolman
ce9347141c 37.12.4 upstream release
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)
2022-09-13 19:52:17 +02:00
Martin Kolman
5ab63f3b8f 37.12.3 upstream release
Run yelp under liveuser with the right environment (vslavik)
2022-09-07 01:33:55 +02:00
Adam Williamson
b4413b6cee Backport PR #4317 to fix running yelp on KDE etc (#2124097) 2022-09-06 12:41:48 -07:00
Martin Kolman
9b21743766 37.12.2 upstream release
Run yelp under liveuser if possible (vslavik)
2022-09-01 18:00:17 +02:00
Packit
970b42ff9a [packit] 37.12.1 upstream release
Upstream tag: anaconda-37.12.1-1
Upstream commit: 2301f427

Signed-off-by: Packit <hello@packit.dev>
2022-08-15 16:59:07 +00:00
5 changed files with 127 additions and 68 deletions

6
.gitignore vendored
View file

@ -323,3 +323,9 @@
/anaconda-37.10.tar.bz2
/anaconda-37.11.tar.bz2
/anaconda-37.12.tar.bz2
/anaconda-37.12.1.tar.bz2
/anaconda-37.12.2.tar.bz2
/anaconda-37.12.3.tar.bz2
/anaconda-37.12.4.tar.bz2
/anaconda-37.12.5.tar.bz2
/anaconda-37.12.6.tar.bz2

View file

@ -1,7 +1,15 @@
# ======================================
# WARNING!
# THIS FILE IS GENERATED FROM A TEMPLATE
# DO NOT EDIT THIS FILE MANUALLY!
# ======================================
# The template is located in: .packit.yml.j2
specfile_path: anaconda.spec
upstream_package_name: anaconda
upstream_tag_template: anaconda-{version}-1
copy_upstream_release_description: true
srpm_build_deps:
- automake
- autoconf
@ -17,59 +25,38 @@ srpm_build_deps:
- audit-libs-devel
- nss_wrapper
- npm
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"'
jobs:
- job: propose_downstream
trigger: release
dist_git_branches: f37
- job: tests
trigger: pull_request
metadata:
targets:
- fedora-rawhide
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-rawhide
additional_repos:
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
targets:
- fedora-latest
- job: copr_build
trigger: commit
metadata:
targets:
- fedora-rawhide
branch: master
owner: "@rhinstaller"
project: Anaconda
additional_repos:
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
preserve_project: True
targets:
- fedora-latest
branch: f37-release
owner: "@rhinstaller"
project: Anaconda-devel
preserve_project: True
additional_repos:
- "copr://@storage/blivet-daily"
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
- job: copr_build
trigger: commit
metadata:
targets:
- fedora-latest
branch: f36-devel
owner: "@rhinstaller"
project: Anaconda-devel
preserve_project: True
additional_repos:
- "copr://@storage/blivet-daily"
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.56.0.
The file was generated using packit 0.59.2.dev15+g4b11aa2.

View file

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 37.12
Version: 37.12.6
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -40,7 +40,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
%define nmver 1.0
%define pykickstartver 3.41-1
%define pypartedver 2.5-2
%define pythonblivetver 1:3.4.0-1
%define pythonblivetver 1:3.4.4-3
%define rpmver 4.15.0
%define simplelinever 1.9.0-1
%define subscriptionmanagerver 1.26
@ -156,6 +156,9 @@ Obsoletes: booty <= 0.107-1
The anaconda-core package contains the program which was used to install your
system.
%if ! 0%{?rhel}
# do not provide the live subpackage on RHEL
%package live
Summary: Live installation specific files and dependencies
BuildRequires: desktop-file-utils
@ -173,6 +176,8 @@ Recommends: xhost
The anaconda-live package contains scripts, data and dependencies required
for live installations.
%endif
%package install-env-deps
Summary: Installation environment specific dependencies
Requires: udisks2-iscsi
@ -399,6 +404,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%dir %{_sysconfdir}/%{name}/profile.d
%config %{_sysconfdir}/%{name}/profile.d/*
%if ! 0%{?rhel}
# do not provide the live subpackage on RHEL
%files live
%{_bindir}/liveinst
%{_sbindir}/liveinst
@ -409,6 +417,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_datadir}/anaconda/gnome
%{_sysconfdir}/xdg/autostart/*.desktop
%endif
%if %use_cockpit
%files webui
%dir %{_datadir}/cockpit/anaconda-webui
@ -458,32 +468,88 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Oct 05 2022 Packit <hello@packit.dev> - 37.12.6-1
- Don't check installation targets if bootloader devices are not set (#2131183) (vponcova)
* Mon Sep 19 2022 Packit <hello@packit.dev> - 37.12.5-1
- Add back waiting for geolocation (vslavik)
- Add wait_for_task() to wait for a Task with timeout (vslavik)
- Timezone spoke will not show timezone borders anymore (#2103657) (jkonecny)
* Tue Sep 13 2022 Martin Kolman <mkolman@redhat.com> - 37.12.4-1
- 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)
* Wed Sep 07 2022 Martin Kolman <mkolman@redhat.com> - 37.12.3-1
- Run yelp under liveuser with the right environment (vslavik)
* Tue Sep 06 2022 Adam Williamson <awilliam@redhat.com> - 37.12.2-2
- Backport PR #4317 to fix running yelp on KDE etc (#2124097)
* Thu Sep 01 2022 Martin Kolman <mkolman@redhat.com> - 37.12.2-1
- Run yelp under liveuser if possible (vslavik)
* Mon Aug 15 2022 Packit <hello@packit.dev> - 37.12.1-1
- Adjust configuration options for Fedora 37 (mkolman)
- Remove release builds from CI status page (#docs) (vslavik)
- Update the tests for the SELinux configuration (vponcova)
- Add release notes for RPMOSTree /sysroot mount as 'ro' (jkonecny)
- Documented required space always including swap (ozobal)
- Remove the DeprecatedSection class (vponcova)
- Remove the sensitive info logger (vponcova)
- Remove the _repos_lock property of the DNF payload class (vponcova)
- Remove the function get_locale_timezones (vponcova)
- Remove the THREAD_GEOLOCATION_REFRESH constant (vponcova)
- Add release notes for f37 vslavik PRs (#docs) (vslavik)
- Do not provide the anaconda-live subpackage on RHEL (vslavik)
- Add release note for no more copying /etc/resolv.conf (rvykydal)
- Add release note for rootpw --allow-ssh option (rvykydal)
- Fix growing installation size requirement (ozobal)
- Add a release note for the `inst.disklabel` boot option (vponcova)
- Add unit tests for the initialization of the default disk label type (vponcova)
- Prefer GPT instead of legacy MBR (vponcova)
- Support the `inst.disklabel` boot option (vponcova)
- Skip Kickstart version tests on RHEL (ozobal)
- Add unit tests for errors raised by the `ZFCPDiscoverTask` task (vponcova)
- rpm-ostree: Setup readonly sysroot for ostree & rw karg (#2086489) (tim)
- Document the Dependabot status (vponcova)
- Initialize empty disks on the Manual Partitioning screen (vponcova)
- Revert "Temporarily ignore the new version of the zfcp command" (jstodola)
- Revert "Ignore also ZFCPData temporarily" (jstodola)
- Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola)
- Reduce the width of the zFCP dialog (jstodola)
* Tue Aug 02 2022 Packit <hello@packit.dev> - 37.12-1
- Web UI: Replace a newly translated string in tests (vponcova)
- Communicate media verification result clearly (vslavik)
- Fix: check that the password contains the username (songmingliang)
- Fixed required space check always including swap (ozobal)
- Hide the keyboard layout indicator in the passphrase dialog (#2070823) (vponcova)
- Call the check_duplicate_repo_names function (vponcova)
- Call the validate_repo_name function (vponcova)
- Call the get_unique_repo_name function (vponcova)
- Simplify the condition for the `disk_space` parameter in `suggest_swap_size` (vponcova)
- Remove the `quiet` parameter of the `suggest_swap_size` function (vponcova)
- Test the `suggest_swap_size` function (vponcova)
- Web UI: Don't wait for animations in the pixel tests (vponcova)
- Web UI: Show a context help about storage options (vponcova)
- Silence pylint warnings about crypt module (vslavik)
- Ignore no-member pylint detections on gi.repository (vslavik)
- Revert "Disable Pylint" (vslavik)
- bootloader/base.py: enable resume on arm64 (mihai.carabas)
- Disable kexec on RISC-V (imbearchild)
- simplify TestValues enum creation and usage (ethan)
- Disable Pylint (vslavik)
- Fix unit tests for python 3.11 (vslavik)
- Change the Python version to 3.11 in the makeupdates script (rvykydal)
- bootloader: do not consider non-ibft iscsi disk as usable for bootloader (rvykydal)
- Revert "Temporarily keep setter methods for Initial Setup" (vponcova)
- Revert "Temporarily keep setter methods for the Kdump add-on" (vponcova)
- Web UI: Replace a newly translated string in tests (vponcova)
- Communicate media verification result clearly (vslavik)
- Fix: check that the password contains the username (songmingliang)
- Fixed required space check always including swap (ozobal)
- Hide the keyboard layout indicator in the passphrase dialog (#2070823) (vponcova)
- Call the check_duplicate_repo_names function (vponcova)
- Call the validate_repo_name function (vponcova)
- Call the get_unique_repo_name function (vponcova)
- Simplify the condition for the `disk_space` parameter in `suggest_swap_size` (vponcova)
- Remove the `quiet` parameter of the `suggest_swap_size` function (vponcova)
- Test the `suggest_swap_size` function (vponcova)
- Web UI: Don't wait for animations in the pixel tests (vponcova)
- Web UI: Show a context help about storage options (vponcova)
- Silence pylint warnings about crypt module (vslavik)
- Ignore no-member pylint detections on gi.repository (vslavik)
- Revert "Disable Pylint" (vslavik)
- bootloader/base.py: enable resume on arm64 (mihai.carabas)
- Disable kexec on RISC-V (imbearchild)
- simplify TestValues enum creation and usage (ethan)
- Disable Pylint (vslavik)
- Fix unit tests for python 3.11 (vslavik)
- Change the Python version to 3.11 in the makeupdates script (rvykydal)
- bootloader: do not consider non-ibft iscsi disk as usable for bootloader (rvykydal)
- Revert "Temporarily keep setter methods for Initial Setup" (vponcova)
- Revert "Temporarily keep setter methods for the Kdump add-on" (vponcova)
- Change default swap size for large-memory systems (pablomh)
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 37.11-2

View file

@ -1 +1 @@
SHA512 (anaconda-37.12.tar.bz2) = 90fa695b680ce8e8286b307e1dc2679db76caae216abe1f32a0fa1d21203338d46105709f05447f23ea71e2cc6af0e4ae8ce695e7b18851a6f424ea799734a97
SHA512 (anaconda-37.12.6.tar.bz2) = 6f4b3c13f7ecbd64501a1aff9ba1d8fde867b52df8a517821c1a70a4ab2af81ef6a22c8534afba8239a5c608f4c06fdd505e6d4c7a58a23fa8d852e54a79694a