diff --git a/.cockpit-session-recording.metadata b/.cockpit-session-recording.metadata index 1e70a0c..7a13048 100644 --- a/.cockpit-session-recording.metadata +++ b/.cockpit-session-recording.metadata @@ -1 +1 @@ -f0fe3bbbce8a98913cf76099f0af80c1473e095d SOURCES/cockpit-session-recording-7.tar.gz +68d921e6da3c9fbc086f586d62dd4d3a20dca779 SOURCES/cockpit-session-recording-11.tar.xz diff --git a/.gitignore b/.gitignore index 7801d34..d9173c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-session-recording-7.tar.gz +SOURCES/cockpit-session-recording-11.tar.xz diff --git a/SPECS/cockpit-session-recording.spec b/SPECS/cockpit-session-recording.spec index ebe1db0..37d07b6 100644 --- a/SPECS/cockpit-session-recording.spec +++ b/SPECS/cockpit-session-recording.spec @@ -1,10 +1,10 @@ Name: cockpit-session-recording -Version: 7 +Version: 11 Release: 2%{?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 @@ -28,6 +28,37 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml %changelog +* Thu Nov 18 2021 Justin Stephenson - 11-2 +- Workaround cockpit-ws selinux guestfs issue + +* Wed Nov 17 2021 Justin Stephenson - 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 + +* Wed Nov 17 2021 Justin Stephenson - 9-1 +- Release v9 +- Tests: Fix RHEL9 filter test timing failures + +* Wed Nov 17 2021 Justin Stephenson - 8-1 +- Release v8 +- Throttle journalctl restarts +- Minor CI fixes + * Tue Apr 27 2021 Justin Stephenson - 7-1 - Remove bots sudo rm from Makefile - Use journalctl --utc for Logs view to handle DST