[packit] 301 upstream release
Upstream tag: 301 Upstream commit: 289a3146
This commit is contained in:
parent
5b444c1f62
commit
b6ec2fbc0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -269,3 +269,4 @@
|
||||
/cockpit-297.tar.xz
|
||||
/cockpit-299.tar.xz
|
||||
/cockpit-300.tar.xz
|
||||
/cockpit-301.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.79.1.post14+g9e876412.
|
||||
The file was generated using packit 0.80.0.post35+g9430d702.
|
||||
|
40
cockpit.spec
40
cockpit.spec
@ -49,16 +49,13 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 300
|
||||
Version: 301
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9
|
||||
%define cockpit_enable_python 1
|
||||
%endif
|
||||
|
||||
%if !%{defined cockpit_enable_python}
|
||||
%define cockpit_enable_python 0
|
||||
# Don't change the bridge in the RHEL 8; the old SSH breaks some features, see @todoPybridgeRHEL8
|
||||
%if 0%{?rhel} == 8 && !%{defined enable_old_bridge}
|
||||
%define enable_old_bridge 1
|
||||
%endif
|
||||
|
||||
# in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
|
||||
@ -103,7 +100,7 @@ BuildRequires: pam-devel
|
||||
|
||||
BuildRequires: autoconf automake
|
||||
BuildRequires: make
|
||||
BuildRequires: /usr/bin/python3
|
||||
BuildRequires: python3-devel
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
# RHEL 8's gettext does not yet have metainfo.its
|
||||
BuildRequires: gettext >= 0.19.7
|
||||
@ -170,7 +167,7 @@ Suggests: cockpit-selinux
|
||||
Requires: subscription-manager-cockpit
|
||||
%endif
|
||||
|
||||
%if %{cockpit_enable_python}
|
||||
%if 0%{?enable_old_bridge} == 0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pip
|
||||
%if 0%{?rhel} == 0
|
||||
@ -196,8 +193,8 @@ BuildRequires: python3-tox-current-env
|
||||
--docdir=%_defaultdocdir/%{name} \
|
||||
%endif
|
||||
--with-pamdir='%{pamdir}' \
|
||||
%if %{cockpit_enable_python}
|
||||
--enable-pybridge \
|
||||
%if 0%{?enable_old_bridge}
|
||||
--enable-old-bridge \
|
||||
%endif
|
||||
%if 0%{?build_basic} == 0
|
||||
--disable-ssh \
|
||||
@ -208,7 +205,7 @@ BuildRequires: python3-tox-current-env
|
||||
%check
|
||||
make -j$(nproc) check
|
||||
|
||||
%if %{cockpit_enable_python} && 0%{?rhel} == 0
|
||||
%if 0%{?enable_old_bridge} == 0 && 0%{?rhel} == 0
|
||||
%tox
|
||||
%endif
|
||||
|
||||
@ -374,7 +371,7 @@ system on behalf of the web based user interface.
|
||||
%doc %{_mandir}/man1/cockpit-bridge.1.gz
|
||||
%{_bindir}/cockpit-bridge
|
||||
%{_libexecdir}/cockpit-askpass
|
||||
%if %{cockpit_enable_python}
|
||||
%if 0%{?enable_old_bridge} == 0
|
||||
%{python3_sitelib}/%{name}*
|
||||
%{_libexecdir}/cockpit-beiboot
|
||||
%endif
|
||||
@ -426,17 +423,18 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
||||
Recommends: (reportd if abrt)
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.2
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.4
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.1
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.1
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.1
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.1
|
||||
Provides: bundled(npm(argparse)) = 1.0.10
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
Provides: bundled(npm(autolinker)) = 3.16.2
|
||||
Provides: bundled(npm(available-typed-arrays)) = 1.0.5
|
||||
Provides: bundled(npm(call-bind)) = 1.0.2
|
||||
Provides: bundled(npm(date-fns)) = 2.22.1
|
||||
Provides: bundled(npm(deep-equal)) = 2.0.5
|
||||
Provides: bundled(npm(define-properties)) = 1.2.0
|
||||
Provides: bundled(npm(es-get-iterator)) = 1.1.3
|
||||
@ -782,6 +780,10 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 20 2023 Packit <hello@packit.dev> - 301-1
|
||||
- WireGuard support
|
||||
- Metrics: link to network interface details
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-300.tar.xz) = 758e50c00ad203d26f2c442b13be43c1df86b32451d8f1e1bf38aab27801407d260d208028ede4f0d44c505dbba590d3429164ada829d580de6a09e67b4ab4fe
|
||||
SHA512 (cockpit-301.tar.xz) = 1c56dab4c020dc8e8deb5c4d2469b1cdfca85f0c014260459a84bd45104af39311ba903d5b9927ede71a92bd264346009e644a15e51c543b3f47d9da05bbc68e
|
||||
|
Loading…
Reference in New Issue
Block a user