forked from cockpit/cockpit
Accepting request 826690 from systemsmanagement:cockpit
OBS-URL: https://build.opensuse.org/request/show/826690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cockpit?expand=0&rev=4
This commit is contained in:
commit
c2c22a689c
BIN
cockpit-222.tar.xz
(Stored with Git LFS)
BIN
cockpit-222.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
cockpit-225.tar.xz
(Stored with Git LFS)
Normal file
BIN
cockpit-225.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 14 12:09:24 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- new version 225:
|
||||||
|
https://cockpit-project.org/blog/cockpit-223.html
|
||||||
|
https://cockpit-project.org/blog/cockpit-224.html
|
||||||
|
https://cockpit-project.org/blog/cockpit-225.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 12 09:33:17 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
Wed Aug 12 09:33:17 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -76,7 +76,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: 222
|
Version: 225
|
||||||
%if %{defined wip}
|
%if %{defined wip}
|
||||||
Release: 1.%{wip}%{?dist}
|
Release: 1.%{wip}%{?dist}
|
||||||
Source0: cockpit-%{version}.tar.xz
|
Source0: cockpit-%{version}.tar.xz
|
||||||
@ -94,6 +94,7 @@ BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
|||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: /usr/bin/python3
|
BuildRequires: /usr/bin/python3
|
||||||
BuildRequires: gettext >= 0.19.7
|
BuildRequires: gettext >= 0.19.7
|
||||||
%if %{defined build_dashboard}
|
%if %{defined build_dashboard}
|
||||||
@ -195,7 +196,7 @@ exec 2>&1
|
|||||||
%{?testsuite_skip} make -j4 check %{?testsuite_fail}
|
%{?testsuite_skip} make -j4 check %{?testsuite_fail}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
make install-tests DESTDIR=%{buildroot}
|
make install-tests DESTDIR=%{buildroot}
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
||||||
install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
|
install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
|
||||||
@ -451,10 +452,10 @@ Recommends: (reportd >= 0.7.1 if abrt)
|
|||||||
%endif
|
%endif
|
||||||
# NPM modules which are also available as packages
|
# NPM modules which are also available as packages
|
||||||
Provides: bundled(js-jquery) = 3.5.1
|
Provides: bundled(js-jquery) = 3.5.1
|
||||||
Provides: bundled(js-moment) = 2.25.3
|
Provides: bundled(js-moment) = 2.27.0
|
||||||
Provides: bundled(nodejs-flot) = 0.8.3
|
Provides: bundled(nodejs-flot) = 0.8.3
|
||||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
||||||
Provides: bundled(xstatic-patternfly-common) = 3.59.4
|
Provides: bundled(xstatic-patternfly-common) = 3.59.5
|
||||||
|
|
||||||
%description system
|
%description system
|
||||||
This package contains the Cockpit shell and system configuration interfaces.
|
This package contains the Cockpit shell and system configuration interfaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user