From bc9e25336a2b4e7f431348cc26468eb38667b1f3 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Mar 2024 19:31:11 +0000 Subject: [PATCH] import CS cockpit-session-recording-16-1.el8 --- .cockpit-session-recording.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-session-recording.spec | 44 ++++++++++++++++++++++++++-- 3 files changed, 44 insertions(+), 4 deletions(-) diff --git a/.cockpit-session-recording.metadata b/.cockpit-session-recording.metadata index 093d4de..2024a95 100644 --- a/.cockpit-session-recording.metadata +++ b/.cockpit-session-recording.metadata @@ -1 +1 @@ -ba1c64c355ace325b19546daf7c8bb301ddd1fe7 SOURCES/cockpit-session-recording-13.tar.xz +6509140f55df5a2c9b7e18b1210aa51edc76bb25 SOURCES/cockpit-session-recording-16.tar.xz diff --git a/.gitignore b/.gitignore index d4dbe70..0156404 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-session-recording-13.tar.xz +SOURCES/cockpit-session-recording-16.tar.xz diff --git a/SPECS/cockpit-session-recording.spec b/SPECS/cockpit-session-recording.spec index 22e7272..9773322 100644 --- a/SPECS/cockpit-session-recording.spec +++ b/SPECS/cockpit-session-recording.spec @@ -16,8 +16,8 @@ # Name: cockpit-session-recording -Version: 13 -Release: 3%{?dist} +Version: 16 +Release: 1%{?dist} Summary: Cockpit Session Recording License: LGPL-2.1-or-later URL: https://github.com/Scribery/%{name} @@ -33,6 +33,7 @@ BuildRequires: libappstream-glib-devel %endif Requires: cockpit-system Requires: tlog +Requires: sssd-proxy %description Cockpit module providing session recording configuration and playback. @@ -51,6 +52,45 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/* %{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml %changelog +* Thu Feb 8 2024 Justin Stephenson - 16-1 +- Rebase to upstream release 16 +- Config: Add sssd-proxy requirement +- Commits from release 15 +- Config: Update to authselect with-tlog feature +- stylelint: handle stylelint-scss deprecation +- Add ruff configuration +- package.json: drop flowtype plugin +- package.json: drop po2json +- package.json: document the required nodejs version +- fmf: Plumb through $TEST_* variables for unexpected messages +- tests: Use mc for testPlayBinary +- package.json: drop deprecated eslint-plugin-standard +- Revert "build: add support for /pybridge scenario" +- Player: Stop making the Terminal object state +- build.js: support flags +- packaging: Update spec License: to SPDX format +- build.js: Fix LINT env variable check +- Tests: Allow charset journal messages +- Update to the new root creation function +- package.json: Bump stylelint to 15 +- test: add check for sssd config id_provider proxy +- Tests: Allow invalid non-UTF8 journal messages +- Add xterm-canvas-addon dependency for rendering +- Minor Eslint fixes +- Tests: Update data list to PF5 for testAppMenu +- Update org.cockpit-project.session-recording.metainfo.xml +- Makefile: bump our test/common dependency +- patternfly-5-overrides should be auto-imported by the page.scss file +- Drop obsolete pf-m-redhat-font class +- Commits from release 14 +- Upgrade to PatternFly 5 Alpha +- Makefile: Update Cockpit lib to da5abbb4245b0455cc8b610efe01e684 +- package.json: Pin down versions of @patternfly/react-{styles,icons} +- Makefile: Update Cockpit lib to 947f1753867e3924b9617aaace936225 +- Makefile: Fix watch dependencies +- Update release.yml +- Automate the release process + * Tue May 2 2023 Justin Stephenson - 13-1 - Play after rewind in testFastforwardControls - Set TZ to avoid CI failures with testFilter* tests