Rebase to upstream release 16
Resolves: RHEL-24706
This commit is contained in:
parent
aeff8d619b
commit
74b695076a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/cockpit-session-recording-11.1.tar.xz
|
||||
/cockpit-session-recording-12.tar.xz
|
||||
/cockpit-session-recording-13.tar.xz
|
||||
/cockpit-session-recording-16.tar.xz
|
||||
|
@ -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 <jstephen@redhat.com> - 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 <jstephen@redhat.com> - 13-1
|
||||
- Play after rewind in testFastforwardControls
|
||||
- Set TZ to avoid CI failures with testFilter* tests
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-session-recording-13.tar.xz) = 25f0671812fd47420621c95ffe5459825664ffa5d08ae78cc0b1f22551effabaf9ed83c64374150c01c03b7f8295e935bf09265426113acc8577a1ae73ac09ba
|
||||
SHA512 (cockpit-session-recording-16.tar.xz) = 91aab7c6b28d18ed51928096678919fc19b9eeed795982ced69a53b92f801a0f9e98a70269245f8270730a27f2e49650bada04352a23e5758b1bdaf32a733b90
|
||||
|
Loading…
Reference in New Issue
Block a user