#28 Update to upstream release 36.16.5
Merged 2 years ago by m4rtink. Opened 2 years ago by packit.
rpms/ packit/anaconda 36.16.5-f36-update  into  f36

file modified
+1
@@ -315,3 +315,4 @@ 

  /anaconda-36.16.2.tar.bz2

  /anaconda-36.16.3.tar.bz2

  /anaconda-36.16.4.tar.bz2

+ /anaconda-36.16.5.tar.bz2

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.47.2.dev19+g37f70b1.

+ The file was generated using packit 0.48.1.dev7+g623077c.

file modified
+6 -43
@@ -1,13 +1,10 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 36.16.4

+ Version: 36.16.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 0

- 

  # To generate Source0 do:

  # git clone https://github.com/rhinstaller/anaconda

  # git checkout -b archive-branch anaconda-%%{version}-%%{release}
@@ -73,9 +70,6 @@ 

  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}

  
@@ -160,9 +154,6 @@ 

  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
@@ -177,9 +168,6 @@ 

  Summary: Installation environment specific dependencies

  Requires: udisks2-iscsi

  Requires: libblockdev-plugins-all >= %{libblockdevver}

- %if ! 0%{?rhel}

- Requires: libblockdev-lvm-dbus

- %endif

  # active directory/freeipa join support

  Requires: realmd

  Requires: isomd5sum >= %{isomd5sumver}
@@ -245,17 +233,6 @@ 

  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

- Requires: cockpit-ws

- 

- %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}
@@ -346,12 +323,6 @@ 

  # If no langs found, keep going

  %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

- %endif

- 

- 

  # main package and install-env-deps are metapackages

  %files

  
@@ -406,19 +377,6 @@ 

  %{_datadir}/anaconda/gnome

  %{_sysconfdir}/xdg/autostart/*.desktop

  

- %if %use_cockpit

- %files webui

- %dir %{_datadir}/cockpit/anaconda-webui

- %{_datadir}/cockpit/anaconda-webui/index.js.LICENSE.txt.gz

- %{_datadir}/cockpit/anaconda-webui/index.html.gz

- %{_datadir}/cockpit/anaconda-webui/index.js.gz

- %{_datadir}/cockpit/anaconda-webui/index.css.gz

- %{_datadir}/cockpit/anaconda-webui/manifest.json

- %{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml

- %{_datadir}/cockpit/anaconda-webui/po.*.js.gz

- 

- %endif

- 

  %files gui

  %{python3_sitearch}/pyanaconda/ui/gui/*

  %{_datadir}/anaconda/pixmaps
@@ -454,6 +412,11 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Apr 12 2022 Packit <hello@packit.dev> - 36.16.5-1

+ - Fix keyboard spoke issue if Live system changed keyboard layouts (#2072941) (jkonecny)

+ - Fix translations in DBus modules (#2071098) (vponcova)

+ - Add Release Notes for keyboard configuration split on Live (#2016613) (jkonecny)

+ 

  * Thu Mar 31 2022 Packit <hello@packit.dev> - 36.16.4-1

  - Enable fingerprint authentication using enable-feature (#2069899) (vponcova)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (anaconda-36.16.4.tar.bz2) = 39c2887c785a37b3b52bc61c6d14dcea51f481241e3aa803c9ce080aa601bc1f5413c79c3f0cf4b0e25e090b6e26ae410c5a05031ccb08ef55704f7ffd0e44a3

+ SHA512 (anaconda-36.16.5.tar.bz2) = 0aad7f859c641e0e767801aa0bbd2f19cac01e80813ce1d3012319e316a271bb4c60875957c3431f9681ddb28045f91d7010122e8f2c5c44d7d670737ae112ea

Upstream tag: anaconda-36.16.5-1
Upstream commit: 9d19c0f0

Pull-Request has been merged by m4rtink

2 years ago

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