diff --git a/cockpit-222.tar.xz b/cockpit-222.tar.xz deleted file mode 100644 index 94fd941..0000000 --- a/cockpit-222.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d029d5c3db2ab6d04f36dabf16084006106b3ad9f5a3299e9266c03bdb5ba65e -size 15331344 diff --git a/cockpit-225.tar.xz b/cockpit-225.tar.xz new file mode 100644 index 0000000..755373d --- /dev/null +++ b/cockpit-225.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426957b911291b1bdbb7c3d0c986c99375b89939cf9fe8eca6c74d71a70d1a11 +size 14316304 diff --git a/cockpit.changes b/cockpit.changes index 1c89532..2d2e050 100644 --- a/cockpit.changes +++ b/cockpit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 14 12:09:24 UTC 2020 - Ludwig Nussel + +- 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 diff --git a/cockpit.spec b/cockpit.spec index bcab607..59294c0 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -76,7 +76,7 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 222 +Version: 225 %if %{defined wip} Release: 1.%{wip}%{?dist} Source0: cockpit-%{version}.tar.xz @@ -94,6 +94,7 @@ BuildRequires: pkgconfig(polkit-agent-1) >= 0.105 BuildRequires: pam-devel BuildRequires: autoconf automake +BuildRequires: make BuildRequires: /usr/bin/python3 BuildRequires: gettext >= 0.19.7 %if %{defined build_dashboard} @@ -195,7 +196,7 @@ exec 2>&1 %{?testsuite_skip} make -j4 check %{?testsuite_fail} %install -make install DESTDIR=%{buildroot} +%make_install make install-tests DESTDIR=%{buildroot} mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d 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 # NPM modules which are also available as packages 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(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 This package contains the Cockpit shell and system configuration interfaces.