import cockpit-session-recording-11-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 12:47:46 -05:00 committed by Stepan Oksanichenko
parent 1fb2bcae6a
commit db871d9792
3 changed files with 24 additions and 5 deletions

View File

@ -1 +1 @@
7a2438ccc7ddb2bbccbf8d4e282ec84a56a61209 SOURCES/cockpit-session-recording-9.tar.gz
68d921e6da3c9fbc086f586d62dd4d3a20dca779 SOURCES/cockpit-session-recording-11.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-session-recording-9.tar.gz
SOURCES/cockpit-session-recording-11.tar.xz

View File

@ -1,10 +1,10 @@
Name: cockpit-session-recording
Version: 9
Release: 5%{?dist}
Version: 11
Release: 1%{?dist}
Summary: Cockpit Session Recording
License: LGPLv2+
URL: https://github.com/Scribery/%{name}
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: libappstream-glib
@ -29,6 +29,25 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
%changelog
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
- Avoid crash in unmount if journal is null
- Sync Makefile closer to starter-kit
- Use current babel/eslint integration
- Use Flex layout for spacing the two config cards in the config page
- Use Page/PageSection/Breadcrumb patternfly components
- Move to xz dist tarballs
- Remove unused slider.html file
- package.json: explicitely depend on @patternfly/react-icons
- webpack: Use relative resolve path for npm 7 compatibility
- package.json: update patternfly packages
- package.json: use sass instead of node-sass
- Fetch pkg/lib automatically from cockpit instead of keeping a local copy
- Update Docker image and TEST_OS run to Fedora 35
- Tests: Test SSSD exclude_users and exclude_groups
- Config: Add SSSD exclude_users and exclude_groups
- TESTS: Fix testSessionRecordingConf cleanup issue
- TESTS: Restart SSSD after restoring config
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688