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

[packit] 28 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.dev25+g2c592a1.

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

- # This spec file has been automatically updated

- Version:        28

- Release: 1%{?dist}

  #

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

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

  #

  

  Name:           cockpit-podman

+ Version:        28

+ Release:        1%{?dist}

  Summary:        Cockpit component for Podman containers

  License:        LGPLv2+

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

  %{_datadir}/metainfo/*

  

  %changelog

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

+ - cockpituous-release: Rename Fedora rawhide branch to "rawhide" (Martin Pitt)

+ - cockpituous: Rename Fedora rawhide branch (Martin Pitt)

+ - Hide Troubleshoot button without cockpit-system (Martin Pitt)

+ - spec: Drop cockpit-system dependency (Martin Pitt)

+ - Enable webpack watch progress (Martin Pitt)

+ - package.json: Update xterm (Cockpit Project)

+ - package.json: Update @patternfly/react-core, @patternfly/patternfly, @patternfly/react-table (Cockpit Project)

+ - test: Enforce python style (Matej Marusak)

+ - test: Fix python style (Matej Marusak)

+ - test: Drop unnecessary imports and variables (Matej Marusak)

+ - Show correct selected option for selinux in UI (Matej Marusak)

+ - Use cockpit library components and webpack helpers from cockpit.git (Martin Pitt)

+ - packit: Reduce RAM usage during source build (Martin Pitt)

+ - make dist-gzip: use ls instead of echo (Tomas Tomecek)

+ - Stop hardcoding library paths (Martin Pitt)

+ - test: For non-running containers accept also 'stopped' (Matej Marusak)

+ - test: Properly check status of container (Matej Marusak)

+ - test: debian-testing supports cgroupsV2 (Simon Kobyda)

+ - Revert to installing runc on Debian testing (Simon Kobyda)

+ - test: Use it's name to target container (Matej Marusak)

+ - test: Stop container from cmdline (Matej Marusak)

+ - packit.yaml: Rename upstream_project_name key (Matej Marusak)

+ - Makefile: Output path to the created archive (Matej Marusak)

+ - test: Generalize cgroupsv2 distro check (Martin Pitt)

+ 

  * Thu Feb 04 2021 Matej Marusak <mmarusak@redhat.com> - 28-1

  

  - Drop cockpit-system dependency

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
Upstream commit: 15ce61ff

Pull-Request has been closed by martinpitt

3 years ago