#11 Update to upstream release 36.9
Closed 2 years ago by jkonecny. Opened 2 years ago by jkonecny.
rpms/ jkonecny/anaconda 36.9-rawhide-update  into  rawhide

file added
+46
@@ -0,0 +1,46 @@ 

+ specfile_path: anaconda.spec

+ upstream_package_name: anaconda

+ upstream_tag_template: anaconda-{version}-1

+ actions:

+   post-upstream-clone:

+     - ./autogen.sh

+     - ./configure

+   create-archive:

+     - "make release"

+     - 'bash -c "ls -1 anaconda-*.tar.bz2"'

+ jobs:

+   - job: tests

+     trigger: pull_request

+     metadata:

+       targets:

+         - fedora-rawhide

+ 

+   - job: copr_build

+     trigger: pull_request

+     metadata:

+       targets:

+         - fedora-rawhide

+         - fedora-eln

+ 

+   - job: copr_build

+     trigger: commit

+     metadata:

+       targets:

+         - fedora-rawhide

+         - fedora-eln

+       branch: master

+       owner: "@rhinstaller"

+       project: Anaconda

+       preserve_project: True

+ 

+   - job: copr_build

+     trigger: commit

+     metadata:

+       targets:

+         - fedora-latest

+       branch: f35-devel

+       owner: "@rhinstaller"

+       project: Anaconda-devel

+       preserve_project: True

+       additional_repos:

+         - "copr://@storage/blivet-daily"

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.41.1.dev1+g5893a94.

file modified
+25
@@ -411,6 +411,31 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Wed Nov 24 2021 Jiri Konecny <jkonecny@redhat.com> - 36.9-1

+ - New version - 36.9 (Martin Kolman)

+ - Remove the BaseLivePayload class (Vendula Poncova)

+ - Cancel planned manual update of system time on turning ntp on (Radek Vykydal)

+ - Always check the dot before a tar suffix (Vendula Poncova)

+ - Unify the detection of the tar image (Vendula Poncova)

+ - Remove Jenkins from makebumpver (Vladimir Slavik)

+ - Add Rocky Linux profile to Anaconda (nazunalika)

+ - Add a new separator after the default keyboard layout (Vendula Poncova)

+ - Replace the deprecated syspurpose CLI tool with SetSysrpose DBus call (Martin Kolman)

+ - bug fix: activate connection from callback _connection_updated_cb (Qi Yong)

+ - Remove git hook scripts (Vladimir Slavik)

+ - Disable container build for Fedora 35 (#infra) (Jiri Konecny)

+ - Skip also kickstart tests marked as manual (#infra) (Vladimir Slavik)

+ - Run rsync with the correct source (Vendula Poncova)

+ - Fix application of network --mtu kickstart option in Anaconda (Radek Vykydal)

+ - Fix pylint flake: Comps.environments is expected to be string (#infra) (Jiri Konecny)

+ - Add Rocky Linux profile to Anaconda (nazunalika)

+ - Migrate the Live OS payload on DBus (Vendula Poncova)

+ - Don't require implementation of post_install_with_tasks (Vendula Poncova)

+ - Move test launcher scripts to subdirectories (Vladimir Slavik)

+ - Fix all Shellcheck warnings in tests (Vladimir Slavik)

+ - Add Shellcheck config for Anaconda (Vladimir Slavik)

+ - Remove the provides_web_browser property (Vendula Poncova)

+ 

  * Mon Nov 15 2021 Martin Kolman <mkolman@redhat.com> - 36.9-1

  - Remove the BaseLivePayload class (vponcova)

  - Cancel planned manual update of system time on turning ntp on (rvykydal)

Upstream tag: anaconda-36.9-1
Upstream commit: 3bf2b4ac

Pull-Request has been closed by jkonecny

2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci