[packit] 38.5 upstream release
Upstream tag: anaconda-38.5-1 Upstream commit: 2bf88693 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
cafd900ec7
commit
8b47dc88b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -327,3 +327,4 @@
|
||||
/anaconda-38.2.tar.bz2
|
||||
/anaconda-38.3.tar.bz2
|
||||
/anaconda-38.4.tar.bz2
|
||||
/anaconda-38.5.tar.bz2
|
||||
|
66
.packit.yml
66
.packit.yml
@ -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,6 +25,7 @@ srpm_build_deps:
|
||||
- audit-libs-devel
|
||||
- nss_wrapper
|
||||
- npm
|
||||
|
||||
actions:
|
||||
post-upstream-clone:
|
||||
- ./autogen.sh
|
||||
@ -24,51 +33,38 @@ actions:
|
||||
create-archive:
|
||||
- "make release"
|
||||
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches: main
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
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-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/"
|
||||
|
||||
- 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-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
|
||||
|
||||
- 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/"
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.59.1.dev3+g4b30b85.
|
||||
The file was generated using packit 0.59.1.dev24+g41a74ae.
|
||||
|
@ -1,13 +1,10 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 38.4
|
||||
Version: 38.5
|
||||
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 1
|
||||
|
||||
# To generate Source0 do:
|
||||
# git clone https://github.com/rhinstaller/anaconda
|
||||
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
|
||||
@ -77,9 +74,6 @@ BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: libxml2
|
||||
|
||||
%if %{use_cockpit}
|
||||
Requires: anaconda-webui = %{version}-%{release}
|
||||
%endif
|
||||
Requires: anaconda-gui = %{version}-%{release}
|
||||
Requires: anaconda-tui = %{version}-%{release}
|
||||
|
||||
@ -167,9 +161,6 @@ system.
|
||||
Summary: Live installation specific files and dependencies
|
||||
BuildRequires: desktop-file-utils
|
||||
# live installation currently implies a graphical installation
|
||||
%if %{use_cockpit}
|
||||
Requires: anaconda-webui = %{version}-%{release}
|
||||
%endif
|
||||
Requires: anaconda-gui = %{version}-%{release}
|
||||
Requires: usermode
|
||||
Requires: zenity
|
||||
@ -256,7 +247,6 @@ Requires: brltty
|
||||
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
||||
Add this package to an image build (eg. with lorax) to ensure all Anaconda capabilities are supported in the resulting image.
|
||||
|
||||
%if %use_cockpit
|
||||
%package webui
|
||||
Summary: Cockpit based user interface for the Anaconda installer
|
||||
Requires: cockpit-bridge >= %{cockpitver}
|
||||
@ -269,8 +259,6 @@ Requires: webkit2gtk4.1
|
||||
%description webui
|
||||
This package contains Cockpit based user interface for the Anaconda installer.
|
||||
|
||||
%endif
|
||||
|
||||
%package gui
|
||||
Summary: Graphical user interface for the Anaconda installer
|
||||
Requires: anaconda-core = %{version}-%{release}
|
||||
@ -376,12 +364,6 @@ rm -rf \
|
||||
# Add localization files
|
||||
%find_lang %{name}
|
||||
|
||||
%if ! %use_cockpit
|
||||
rm -rf %{buildroot}/%{_datadir}/cockpit/anaconda-webui
|
||||
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml
|
||||
rm -f %{buildroot}/%{_libexecdir}/webui-desktop
|
||||
%endif
|
||||
|
||||
# main package and install-env-deps are metapackages
|
||||
%files
|
||||
|
||||
@ -441,7 +423,6 @@ rm -rf \
|
||||
|
||||
%endif
|
||||
|
||||
%if %use_cockpit
|
||||
%files webui
|
||||
%dir %{_datadir}/cockpit/anaconda-webui
|
||||
%{_datadir}/cockpit/anaconda-webui/index.js.LICENSE.txt.gz
|
||||
@ -453,8 +434,6 @@ rm -rf \
|
||||
%{_datadir}/cockpit/anaconda-webui/po.*.js.gz
|
||||
%{_libexecdir}/webui-desktop
|
||||
|
||||
%endif
|
||||
|
||||
%files gui
|
||||
%{python3_sitearch}/pyanaconda/ui/gui/*
|
||||
%{_datadir}/anaconda/pixmaps
|
||||
@ -490,27 +469,36 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2022 Packit <hello@packit.dev> - 38.5-1
|
||||
- Do not require the anaconda-webui package (mkolman)
|
||||
- Document how to fix NPM cache issues in Cockpit CI (mkolman)
|
||||
- Use correct hint for VNC password boot option (jstodola)
|
||||
- infra: Use the Bugzilla API key in the `makebumpver` script (vponcova)
|
||||
- Drop the devel branch from the docs (mkolman)
|
||||
- gui: fix summary hub layout for Japanese translations (rvykydal)
|
||||
- Improve Register button click feedback (mkolman)
|
||||
|
||||
* 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)
|
||||
- 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-38.4.tar.bz2) = ffffac9a93e3deed4893508397167009cc1c2199b4def29f3ffe623b614df3a8edafd3975fa6cd34032a14c763a5220a3cefee97a7a01e32ed583475f4158ed8
|
||||
SHA512 (anaconda-38.5.tar.bz2) = 8c647fc4a556775dfda10db7c87be238e4f4ee48d51e1bd16916bba5c82d63e1490c946e0dcd72a2357e027367f4d7b2aa6787e8bb744d89e33257e79667db63
|
||||
|
Loading…
Reference in New Issue
Block a user