#27 Update to upstream release 28.1
Closed 3 years ago by martinpitt. Opened 3 years ago by packit.
rpms/ packit/cockpit-podman 28.1-f33-update  into  f33

[packit] 28.1 upstream release
Packit Service • 3 years ago  
file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.24.1.dev32+gc0de1a6.

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

- # This spec file has been automatically updated

- Version:        28.1

- Release: 1%{?dist}

  #

  # Copyright (C) 2017-2020 Red Hat, Inc.

  #
@@ -19,6 +16,8 @@ 

  #

  

  Name:           cockpit-podman

+ Version:        28.1

+ Release:        1%{?dist}

  Summary:        Cockpit component for Podman containers

  License:        LGPLv2+

  URL:            https://github.com/cockpit-project/cockpit-podman
@@ -51,6 +50,18 @@ 

  %{_datadir}/metainfo/*

  

  %changelog

+ * Thu Feb 11 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 28.1-1

+ - workflows: Introduce comment-triggered cockpit preview (Katerina Koukiou)

+ - test: Drop old hacks (Matej Marusak)

+ - test: Fix selector for alerts (Matej Marusak)

+ - test: Remove old hack in test/common (Matej Marusak)

+ - tests: Enable committing of running image as normal user (Matej Marusak)

+ - cockpituous: Add Fedora 34 koji builds (Martin Pitt)

+ - test: Drop old hack (Matej Marusak)

+ - test: Add hack to work around stuck services and failing first calls (Matej Marusak)

+ - Timeout getInfo after 5 seconds (Matej Marusak)

+ - Simplify callbacks (Matej Marusak)

+ 

  * Thu Feb 11 2021 Matej Marusak <mmarusak@redhat.com> - 28.1-1

  

  - Improve tests to be more robust against unstable Podman API

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

+ specfile_path: cockpit-podman.spec

+ synced_files:

+   - cockpit-podman.spec

+ upstream_package_name: cockpit-podman

+ downstream_package_name: cockpit-podman

+ actions:

+   post-upstream-clone: make cockpit-podman.spec

+   # reduce memory consumption of webpack in sandcastle container

+   # https://github.com/packit/sandcastle/pull/92

+   # https://medium.com/the-node-js-collection/node-js-memory-management-in-container-environments-7eb8409a74e8

+   create-archive: make NODE_OPTIONS=--max-old-space-size=500 dist-gzip

Upstream tag: 28.1
Upstream commit: 5b11118d

Pull-Request has been closed by martinpitt

3 years ago