Rebase to release v11
Resolves: rhbz#2023943
This commit is contained in:
parent
99fd94d945
commit
fffb3fbbd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/cockpit-session-recording-7.tar.gz
|
||||
/cockpit-session-recording-8.tar.gz
|
||||
/cockpit-session-recording-9.tar.gz
|
||||
/cockpit-session-recording-11.tar.xz
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-session-recording-9.tar.gz) = d2f01f0068d3a9ec218fdfdd80ab0e92409fbeeec73bf9dd0b7f3ae6958bed8b896ead0dbffc834bc53a340174a98086beafb1c5d0618f02a17fb698f15d1914
|
||||
SHA512 (cockpit-session-recording-11.tar.xz) = 77260e81fcb08a18e82dffdcd502f5e84c2d25df689962608d5a1fa36e01eec7c2180e0d2ea259e545019d040288a7c38d731e565cfa833ce064f4b1d5e8eef4
|
||||
|
Loading…
Reference in New Issue
Block a user