[packit] 273 upstream release
Upstream tag: 273 Upstream commit: 33639ff7 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
f810b1c7df
commit
a18e0cb279
1
.gitignore
vendored
1
.gitignore
vendored
@ -237,3 +237,4 @@
|
|||||||
/cockpit-270.tar.xz
|
/cockpit-270.tar.xz
|
||||||
/cockpit-271.tar.xz
|
/cockpit-271.tar.xz
|
||||||
/cockpit-272.tar.xz
|
/cockpit-272.tar.xz
|
||||||
|
/cockpit-273.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.52.2.dev24+geececf3.
|
The file was generated using packit 0.55.1.dev8+g432e38d.
|
||||||
|
22
cockpit.spec
22
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 272
|
Version: 273
|
||||||
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
|
||||||
|
|
||||||
@ -182,23 +182,10 @@ install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
|
|||||||
rm -f %{buildroot}/%{_libdir}/cockpit/*.so
|
rm -f %{buildroot}/%{_libdir}/cockpit/*.so
|
||||||
install -D -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/cockpit/
|
install -D -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/cockpit/
|
||||||
|
|
||||||
# only ship deprecated PatternFly API for stable releases
|
|
||||||
%if 0%{?rhel} == 8
|
|
||||||
if [ -f %{buildroot}/%{_datadir}/cockpit/base1/cockpit.css.gz ]; then
|
|
||||||
ln -s cockpit.css.gz %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css.gz
|
|
||||||
elif [ -f %{buildroot}/%{_datadir}/cockpit/base1/cockpit.css ]; then
|
|
||||||
ln -s cockpit.css %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css
|
|
||||||
else
|
|
||||||
echo >&2 Neither cockpit.css.gz nor cockpit.css exists.
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Build the package lists for resource packages
|
# Build the package lists for resource packages
|
||||||
# cockpit-bridge is the basic dependency for all cockpit-* packages, so centrally own the page directory
|
# cockpit-bridge is the basic dependency for all cockpit-* packages, so centrally own the page directory
|
||||||
echo '%dir %{_datadir}/cockpit' > base.list
|
echo '%dir %{_datadir}/cockpit' > base.list
|
||||||
echo '%dir %{_datadir}/cockpit/base1' >> base.list
|
echo '%dir %{_datadir}/cockpit/base1' >> base.list
|
||||||
echo '%dir %{_datadir}/cockpit/base1/fonts' >> base.list
|
|
||||||
find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
||||||
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
||||||
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
||||||
@ -676,6 +663,13 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2022 Packit <hello@packit.dev> - 273-1
|
||||||
|
- Metrics: Display CPU temperature
|
||||||
|
- Networking: Suggest netmask and gateway addresses
|
||||||
|
- Software Updates: Optionally reboot after updating
|
||||||
|
- cockpit/ws container: Support modern SSH keys
|
||||||
|
|
||||||
|
|
||||||
* Thu Jun 23 2022 Packit <hello@packit.dev> - 272-1
|
* Thu Jun 23 2022 Packit <hello@packit.dev> - 272-1
|
||||||
- Firewall: Edit custom services
|
- Firewall: Edit custom services
|
||||||
- Services: Pin services as favorites
|
- Services: Pin services as favorites
|
||||||
|
@ -32,7 +32,6 @@ copy_upstream_release_description: true
|
|||||||
jobs:
|
jobs:
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
|
||||||
targets:
|
targets:
|
||||||
- fedora-35
|
- fedora-35
|
||||||
- fedora-36
|
- fedora-36
|
||||||
@ -43,7 +42,6 @@ jobs:
|
|||||||
# run build/unit tests on some interesting architectures
|
# run build/unit tests on some interesting architectures
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
|
||||||
targets:
|
targets:
|
||||||
# 32 bit
|
# 32 bit
|
||||||
- fedora-development-i386
|
- fedora-development-i386
|
||||||
@ -52,7 +50,6 @@ jobs:
|
|||||||
|
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: release
|
trigger: release
|
||||||
metadata:
|
|
||||||
owner: "@cockpit"
|
owner: "@cockpit"
|
||||||
project: "cockpit-preview"
|
project: "cockpit-preview"
|
||||||
preserve_project: True
|
preserve_project: True
|
||||||
@ -79,7 +76,6 @@ jobs:
|
|||||||
|
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
metadata:
|
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-development
|
- fedora-development
|
||||||
- fedora-35
|
- fedora-35
|
||||||
@ -87,7 +83,6 @@ jobs:
|
|||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-development
|
- fedora-development
|
||||||
- fedora-35
|
- fedora-35
|
||||||
@ -95,7 +90,6 @@ jobs:
|
|||||||
|
|
||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
# rawhide updates are created automatically
|
# rawhide updates are created automatically
|
||||||
- fedora-35
|
- fedora-35
|
||||||
|
@ -2,6 +2,6 @@ discover:
|
|||||||
how: fmf
|
how: fmf
|
||||||
repository: https://github.com/cockpit-project/cockpit
|
repository: https://github.com/cockpit-project/cockpit
|
||||||
# FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585
|
# FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585
|
||||||
ref: "272"
|
ref: "273"
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-272.tar.xz) = 1d4460f46714fd262cde3983771c52d172d96877278c40d69a40dfe3e78bc5d23a04088124449ecfdc5723afa8543b8b6e90f3addb3f305d4fb59407492aaa0c
|
SHA512 (cockpit-273.tar.xz) = 5e6c6cc70f2a2b89ae80873716fe245f7a0a517e2d6da5de5d2a255d2b1102f80c17621863547773ac6adb101c0df9f59e048950110f6a1c0fed2e67fa5249ae
|
||||||
|
Loading…
Reference in New Issue
Block a user