Update to upstream release 300
Related: rhbz#2189499
This commit is contained in:
parent
4f6b408af9
commit
13db849ae0
1
.gitignore
vendored
1
.gitignore
vendored
@ -268,3 +268,4 @@
|
|||||||
/cockpit-296.tar.xz
|
/cockpit-296.tar.xz
|
||||||
/cockpit-297.tar.xz
|
/cockpit-297.tar.xz
|
||||||
/cockpit-299.tar.xz
|
/cockpit-299.tar.xz
|
||||||
|
/cockpit-300.tar.xz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.79.0.post2+g93f33d9.
|
The file was generated using packit 0.79.1.post14+g9e876412.
|
||||||
|
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 299
|
Version: 300
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||||
|
|
||||||
@ -285,7 +285,7 @@ for data in doc man pixmaps polkit-1; do
|
|||||||
done
|
done
|
||||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d
|
rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d
|
||||||
find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete
|
find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete
|
||||||
for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do
|
for libexec in cockpit-askpass cockpit-beiboot cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do
|
||||||
rm -f %{buildroot}/%{_libexecdir}/$libexec
|
rm -f %{buildroot}/%{_libexecdir}/$libexec
|
||||||
done
|
done
|
||||||
rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
||||||
@ -376,6 +376,7 @@ system on behalf of the web based user interface.
|
|||||||
%{_libexecdir}/cockpit-askpass
|
%{_libexecdir}/cockpit-askpass
|
||||||
%if %{cockpit_enable_python}
|
%if %{cockpit_enable_python}
|
||||||
%{python3_sitelib}/%{name}*
|
%{python3_sitelib}/%{name}*
|
||||||
|
%{_libexecdir}/cockpit-beiboot
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
@ -781,6 +782,10 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 06 2023 Packit <hello@packit.dev> - 300-1
|
||||||
|
- Celebrating the Nürnberg life release!
|
||||||
|
- Storage: Support for growing block devices of a Stratis pool
|
||||||
|
|
||||||
* Wed Aug 23 2023 Packit <hello@packit.dev> - 299-1
|
* Wed Aug 23 2023 Packit <hello@packit.dev> - 299-1
|
||||||
- Kdump: Show location of kdump to verify the successful configuration test
|
- Kdump: Show location of kdump to verify the successful configuration test
|
||||||
- Storage: Support for no-overprovisioning with Stratis
|
- Storage: Support for no-overprovisioning with Stratis
|
||||||
|
@ -27,8 +27,8 @@ jobs:
|
|||||||
identifier: self
|
identifier: self
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
targets:
|
targets:
|
||||||
- fedora-37
|
|
||||||
- fedora-38
|
- fedora-38
|
||||||
|
- fedora-39
|
||||||
- fedora-latest-aarch64
|
- fedora-latest-aarch64
|
||||||
- fedora-development
|
- fedora-development
|
||||||
- centos-stream-8-x86_64
|
- centos-stream-8-x86_64
|
||||||
@ -90,19 +90,19 @@ jobs:
|
|||||||
trigger: release
|
trigger: release
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-development
|
- fedora-development
|
||||||
- fedora-37
|
|
||||||
- fedora-38
|
- fedora-38
|
||||||
|
- fedora-39
|
||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-development
|
- fedora-development
|
||||||
- fedora-37
|
|
||||||
- fedora-38
|
- fedora-38
|
||||||
|
- fedora-39
|
||||||
|
|
||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
# rawhide updates are created automatically
|
# rawhide updates are created automatically
|
||||||
- fedora-37
|
|
||||||
- fedora-38
|
- fedora-38
|
||||||
|
- fedora-39
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-299.tar.xz) = c0a7b08007815a4bcc453dfb53c9ed2aded71450cbb8abb87c2eb067b385e14fd4945a651d2e7bd0a52725737a68943ec7d77933370d37fee2c5b95656eb3739
|
SHA512 (cockpit-300.tar.xz) = 758e50c00ad203d26f2c442b13be43c1df86b32451d8f1e1bf38aab27801407d260d208028ede4f0d44c505dbba590d3429164ada829d580de6a09e67b4ab4fe
|
||||||
|
Loading…
Reference in New Issue
Block a user