[packit] 15 upstream release

Upstream tag: 15
Upstream commit: 3aac0fb4
This commit is contained in:
Packit 2024-02-01 13:53:56 +00:00
parent d067c969ce
commit b06c86a8c5
4 changed files with 49 additions and 18 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/cockpit-session-recording-11.1.tar.xz
/cockpit-session-recording-12.tar.xz
/cockpit-session-recording-14.tar.xz
/cockpit-session-recording-15.tar.xz

View File

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.75.0.post16+g33d32c7.
The file was generated using packit 0.90.0.post1.dev3+g3d9551d2.

View File

@ -1,8 +1,8 @@
Name: cockpit-session-recording
Version: 14
Release: 4%{?dist}
Version: 15
Release: 1%{?dist}
Summary: Cockpit Session Recording
License: LGPL-2.0-or-later
License: LGPL-2.1-or-later
URL: https://github.com/Scribery/%{name}
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
@ -18,13 +18,14 @@ BuildRequires: libappstream-glib-devel
Requires: cockpit-system
Requires: tlog
Provides: bundled(npm(@babel/runtime)) = 7.21.5
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-alpha.40
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.72
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.10
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.7
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.74
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.9
Provides: bundled(npm(@babel/runtime)) = 7.23.9
Provides: bundled(npm(@patternfly/patternfly)) = 5.1.0
Provides: bundled(npm(@patternfly/react-core)) = 5.1.2
Provides: bundled(npm(@patternfly/react-icons)) = 5.1.2
Provides: bundled(npm(@patternfly/react-styles)) = 5.1.2
Provides: bundled(npm(@patternfly/react-table)) = 5.1.1
Provides: bundled(npm(@patternfly/react-tokens)) = 5.1.1
Provides: bundled(npm(@patternfly/react-tokens)) = 5.1.2
Provides: bundled(npm(array-timsort)) = 1.0.3
Provides: bundled(npm(attr-accept)) = 2.2.2
Provides: bundled(npm(base64-js)) = 1.5.1
@ -34,11 +35,11 @@ Provides: bundled(npm(core-util-is)) = 1.0.3
Provides: bundled(npm(date-fns)) = 2.30.0
Provides: bundled(npm(esprima)) = 4.0.1
Provides: bundled(npm(file-selector)) = 0.6.0
Provides: bundled(npm(focus-trap)) = 7.4.0
Provides: bundled(npm(focus-trap)) = 7.5.2
Provides: bundled(npm(has-own-prop)) = 2.0.0
Provides: bundled(npm(ieee754)) = 1.2.1
Provides: bundled(npm(ini)) = 4.1.1
Provides: bundled(npm(jquery)) = 3.7.0
Provides: bundled(npm(jquery)) = 3.7.1
Provides: bundled(npm(js-tokens)) = 4.0.0
Provides: bundled(npm(lodash)) = 4.17.21
Provides: bundled(npm(loose-envify)) = 1.4.0
@ -48,12 +49,13 @@ Provides: bundled(npm(react-dom)) = 18.2.0
Provides: bundled(npm(react-dropzone)) = 14.2.3
Provides: bundled(npm(react-is)) = 16.13.1
Provides: bundled(npm(react)) = 18.2.0
Provides: bundled(npm(regenerator-runtime)) = 0.13.11
Provides: bundled(npm(regenerator-runtime)) = 0.14.1
Provides: bundled(npm(repeat-string)) = 1.6.1
Provides: bundled(npm(scheduler)) = 0.23.0
Provides: bundled(npm(tabbable)) = 6.1.2
Provides: bundled(npm(tabbable)) = 6.2.0
Provides: bundled(npm(throttle-debounce)) = 5.0.0
Provides: bundled(npm(tslib)) = 2.5.0
Provides: bundled(npm(tslib)) = 2.6.2
Provides: bundled(npm(xterm-addon-canvas)) = 0.4.0
Provides: bundled(npm(xterm)) = 5.1.0
%description
@ -65,7 +67,7 @@ recordings generated by the tlog component.
%setup -q -n %{name}
%build
# Nothing to build
LINT=0 NODE_ENV=production make
%install
%make_install PREFIX=/usr
@ -76,6 +78,34 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%{_datadir}/metainfo/*
%changelog
* Thu Feb 1 2024 Packit <hello@packit.dev> - 15-1
- 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
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (cockpit-session-recording-14.tar.xz) = 520deea322b554a88fe67ca194a1c9be29a48354a348ce6a9c2b2b6b3b640b9db14e9b7cf169cd2a55af2a983841af069fb88a0b86b04c1977ea26904d758c78
SHA512 (cockpit-session-recording-15.tar.xz) = 65c5a3e5096f1db09fe06b538ed7994cbacdd3a8f08efd9aaca61602525b107ba00cac4989cd53553bcb452eec91e4a5cf8d4a0555384179d337f8c55ef14d52