import cockpit-session-recording-11-2.el8
This commit is contained in:
parent
ea9bbef8c7
commit
1c7fea2a9c
@ -1 +1 @@
|
|||||||
f0fe3bbbce8a98913cf76099f0af80c1473e095d SOURCES/cockpit-session-recording-7.tar.gz
|
68d921e6da3c9fbc086f586d62dd4d3a20dca779 SOURCES/cockpit-session-recording-11.tar.xz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/cockpit-session-recording-7.tar.gz
|
SOURCES/cockpit-session-recording-11.tar.xz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: cockpit-session-recording
|
Name: cockpit-session-recording
|
||||||
Version: 7
|
Version: 11
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Cockpit Session Recording
|
Summary: Cockpit Session Recording
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/Scribery/%{name}
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: libappstream-glib
|
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
|
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 18 2021 Justin Stephenson <jstephen@redhat.com> - 11-2
|
||||||
|
- Workaround cockpit-ws selinux guestfs issue
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
|
||||||
|
- Release v9
|
||||||
|
- Tests: Fix RHEL9 filter test timing failures
|
||||||
|
|
||||||
|
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
|
||||||
|
- Release v8
|
||||||
|
- Throttle journalctl restarts
|
||||||
|
- Minor CI fixes
|
||||||
|
|
||||||
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
||||||
- Remove bots sudo rm from Makefile
|
- Remove bots sudo rm from Makefile
|
||||||
- Use journalctl --utc for Logs view to handle DST
|
- Use journalctl --utc for Logs view to handle DST
|
||||||
|
Loading…
Reference in New Issue
Block a user