[packit] 288 upstream release
Upstream tag: 288 Upstream commit: f6dc34ae Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
224de81e5c
commit
2ac1c83eb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -255,3 +255,4 @@
|
||||
/cockpit-285.tar.xz
|
||||
/cockpit-286.tar.xz
|
||||
/cockpit-287.tar.xz
|
||||
/cockpit-288.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.69.0.
|
||||
The file was generated using packit 0.69.0.post27+g1374cc1.
|
||||
|
17
cockpit.spec
17
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 287
|
||||
Version: 288
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
@ -205,9 +205,6 @@ echo '%{_libexecdir}/cockpit-ssh' >> base.list
|
||||
echo '%dir %{_datadir}/cockpit/pcp' > pcp.list
|
||||
find %{buildroot}%{_datadir}/cockpit/pcp -type f >> pcp.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/tuned' > system.list
|
||||
find %{buildroot}%{_datadir}/cockpit/tuned -type f >> system.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/shell' >> system.list
|
||||
find %{buildroot}%{_datadir}/cockpit/shell -type f >> system.list
|
||||
|
||||
@ -250,7 +247,7 @@ find %{buildroot}%{_datadir}/cockpit/static -type f >> static.list
|
||||
|
||||
# when not building basic packages, remove their files
|
||||
%if 0%{?build_basic} == 0
|
||||
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd tuned users metrics; do
|
||||
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd users metrics; do
|
||||
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
||||
done
|
||||
@ -677,6 +674,16 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Mar 23 2023 Packit <hello@packit.dev> - 288-1
|
||||
- Accounts: Show shell and home directory on detail page
|
||||
- Accounts: Custom user ID during account creation
|
||||
- Overview: Support additional timeservers with chronyd
|
||||
- Metrics: Show longer time span by default
|
||||
- Storage: Mounting filesystems at boot time
|
||||
- Services: Units need to be re-pinned
|
||||
- API removal: Remove cockpit.dbus.publish() and .meta()
|
||||
- Development: Cockpit now supports the esbuild bundler
|
||||
|
||||
* Thu Mar 09 2023 Packit <hello@packit.dev> - 287-1
|
||||
- Metrics: Column visiblity
|
||||
- Services: Pinned units need to be re-done
|
||||
|
@ -7,9 +7,6 @@ actions:
|
||||
- cp tools/cockpit.spec .
|
||||
|
||||
create-archive:
|
||||
# The sandcastle doesn't have enough ram to run webpack, so wait
|
||||
# until the webpack-jumpstart workflow has run and grab the result.
|
||||
- tools/webpack-jumpstart --wait --rebase
|
||||
- tools/make-dist
|
||||
|
||||
srpm_build_deps:
|
||||
@ -18,6 +15,7 @@ srpm_build_deps:
|
||||
- gettext
|
||||
- glib2-devel
|
||||
- make
|
||||
- nodejs
|
||||
- systemd-devel
|
||||
# use the nicely formatted release NEWS from our upstream release, instead of git shortlog
|
||||
copy_upstream_release_description: true
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-287.tar.xz) = 77a3778956ebaf0ebc0d7c8a553e13808cb2a0f568c0d133b2fb2c48933d04cb2f22ce45e7c925d9c5816980bac4d6d442de68873894c6612d11c3bde76275dd
|
||||
SHA512 (cockpit-288.tar.xz) = 1c63c2401b0dbc010e89af4cd6a207ac93cb475abb5cbf24d7bc2bdda7fb8c8693ca946a2867ca2b79315c023533c11334531ce7989b6d795d131f8564be780a
|
||||
|
Loading…
Reference in New Issue
Block a user