2015-09-22 16:06:05 +00:00
|
|
|
%define tag 0.77
|
2015-09-23 17:06:36 +00:00
|
|
|
%define rel 2
|
2014-11-14 14:54:17 +00:00
|
|
|
# Globals that might be defined elsewhere
|
|
|
|
# * gitcommit xxxx
|
|
|
|
# * selinux 1
|
2015-08-26 18:39:53 +00:00
|
|
|
# * tag 0.71
|
2014-11-04 17:52:06 +00:00
|
|
|
|
2015-05-22 20:24:46 +00:00
|
|
|
%define branding auto
|
2015-03-18 09:31:09 +00:00
|
|
|
|
2014-11-04 17:52:06 +00:00
|
|
|
%if %{defined gitcommit}
|
2015-08-26 18:39:53 +00:00
|
|
|
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g'
|
2015-05-22 20:24:46 +00:00
|
|
|
%define branding default
|
2014-11-04 17:52:06 +00:00
|
|
|
%endif
|
2015-08-12 19:41:34 +00:00
|
|
|
|
|
|
|
#Defaults for our SELinux policy toggle
|
|
|
|
%if %{undefined selinux}
|
|
|
|
%if %{defined gitcommit}
|
|
|
|
%define selinux 1
|
|
|
|
%endif
|
2015-02-26 15:45:57 +00:00
|
|
|
%if 0%{?fedora} > 0 && 0%{?fedora} <= 21
|
2014-11-05 07:51:05 +00:00
|
|
|
%define selinux 1
|
|
|
|
%endif
|
|
|
|
%if 0%{?rhel}
|
2014-11-04 17:52:06 +00:00
|
|
|
%define selinux 1
|
|
|
|
%endif
|
2015-04-07 07:56:11 +00:00
|
|
|
%if 0%{?centos}
|
|
|
|
%define rhel 0
|
|
|
|
%endif
|
2015-08-12 19:41:34 +00:00
|
|
|
%endif
|
2014-11-04 17:52:06 +00:00
|
|
|
|
2015-04-24 14:14:18 +00:00
|
|
|
%define _hardened_build 1
|
|
|
|
|
2015-08-26 18:39:53 +00:00
|
|
|
%define libssh_version 0.7.1
|
2015-09-03 09:00:19 +00:00
|
|
|
%if 0%{?fedora} > 0 && 0%{?fedora} < 22
|
|
|
|
%define libssh_version 0.6.0
|
2015-08-26 18:39:53 +00:00
|
|
|
%endif
|
2015-07-17 15:39:02 +00:00
|
|
|
|
2014-02-05 15:12:48 +00:00
|
|
|
Name: cockpit
|
2014-11-04 17:52:06 +00:00
|
|
|
%if %{defined gitcommit}
|
|
|
|
Version: %{gitcommit}
|
|
|
|
%else
|
2015-08-26 18:39:53 +00:00
|
|
|
Version: %{tag}
|
2014-11-04 17:52:06 +00:00
|
|
|
%endif
|
2015-08-26 18:39:53 +00:00
|
|
|
Release: %{rel}%{?dist}
|
2014-02-05 15:12:48 +00:00
|
|
|
Summary: A user interface for Linux servers
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://cockpit-project.org/
|
2014-11-04 17:52:06 +00:00
|
|
|
|
|
|
|
%if %{defined gitcommit}
|
|
|
|
Source0: cockpit-%{version}.tar.gz
|
|
|
|
%else
|
2014-04-15 12:40:14 +00:00
|
|
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.bz2
|
2014-11-04 17:52:06 +00:00
|
|
|
%endif
|
2014-04-15 12:40:14 +00:00
|
|
|
Source1: cockpit.pam
|
2014-02-05 15:12:48 +00:00
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2014-05-14 19:05:03 +00:00
|
|
|
BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
2014-02-05 15:12:48 +00:00
|
|
|
BuildRequires: pam-devel
|
|
|
|
|
2014-11-04 17:52:06 +00:00
|
|
|
BuildRequires: autoconf automake
|
2014-02-05 15:12:48 +00:00
|
|
|
BuildRequires: intltool
|
2015-07-17 15:39:02 +00:00
|
|
|
BuildRequires: libssh-devel >= %{libssh_version}
|
2014-02-05 15:12:48 +00:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: krb5-devel
|
2014-04-15 12:08:49 +00:00
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: docbook-style-xsl
|
2014-11-04 17:52:06 +00:00
|
|
|
BuildRequires: keyutils-libs-devel
|
2014-07-30 16:03:29 +00:00
|
|
|
BuildRequires: glib-networking
|
2015-03-20 20:57:01 +00:00
|
|
|
BuildRequires: sed
|
2015-03-04 15:17:59 +00:00
|
|
|
|
|
|
|
BuildRequires: glib2-devel >= 2.37.4
|
2015-08-17 16:14:57 +00:00
|
|
|
BuildRequires: systemd-devel
|
2014-11-24 15:03:37 +00:00
|
|
|
BuildRequires: polkit
|
2015-01-22 14:19:52 +00:00
|
|
|
BuildRequires: pcp-libs-devel
|
2015-09-03 09:00:19 +00:00
|
|
|
BuildRequires: gdb
|
2014-11-04 17:52:06 +00:00
|
|
|
|
2014-11-14 14:54:17 +00:00
|
|
|
%if %{defined gitcommit}
|
|
|
|
BuildRequires: npm
|
|
|
|
BuildRequires: nodejs
|
|
|
|
%endif
|
|
|
|
|
2014-11-04 17:52:06 +00:00
|
|
|
# For selinux
|
2015-08-12 19:41:34 +00:00
|
|
|
%if 0%{?selinux}
|
2014-11-04 17:52:06 +00:00
|
|
|
BuildRequires: selinux-policy-devel
|
|
|
|
BuildRequires: checkpolicy
|
2015-04-16 11:21:39 +00:00
|
|
|
BuildRequires: selinux-policy-doc
|
2014-11-04 17:52:06 +00:00
|
|
|
BuildRequires: sed
|
2014-11-12 10:55:08 +00:00
|
|
|
%endif
|
2014-11-04 17:52:06 +00:00
|
|
|
|
|
|
|
# For documentation
|
2015-02-26 15:45:57 +00:00
|
|
|
BuildRequires: xmlto
|
2014-07-23 10:47:17 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
Requires: %{name}-bridge = %{version}-%{release}
|
2015-09-03 09:00:19 +00:00
|
|
|
Requires: %{name}-networkmanager = %{version}-%{release}
|
2014-11-12 10:55:08 +00:00
|
|
|
Requires: %{name}-ws = %{version}-%{release}
|
|
|
|
Requires: %{name}-shell = %{version}-%{release}
|
2015-07-29 19:33:16 +00:00
|
|
|
Requires: %{name}-storaged = %{version}-%{release}
|
2015-07-23 13:44:00 +00:00
|
|
|
%ifarch x86_64 armv7hl
|
2014-12-05 16:42:31 +00:00
|
|
|
Requires: %{name}-docker = %{version}-%{release}
|
|
|
|
%endif
|
2015-04-07 07:56:11 +00:00
|
|
|
%if 0%{?rhel}
|
2015-03-14 14:44:00 +00:00
|
|
|
Requires: %{name}-subscriptions = %{version}-%{release}
|
|
|
|
%endif
|
2014-02-05 15:12:48 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Cockpit runs in a browser and can manage your network of GNU/Linux
|
|
|
|
machines.
|
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%package bridge
|
|
|
|
Summary: Cockpit bridge server-side component
|
2015-04-07 07:56:11 +00:00
|
|
|
Provides: %{name}-daemon
|
|
|
|
Obsoletes: %{name}-daemon < 0.48-2
|
|
|
|
Requires: polkit
|
2014-02-05 15:12:48 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%description bridge
|
|
|
|
The Cockpit bridge component installed server side and runs commands on the
|
|
|
|
system on behalf of the web based user interface.
|
2014-02-05 15:12:48 +00:00
|
|
|
|
2014-10-08 06:08:27 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Cockpit deployment and developer guide
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
The Cockpit Deployment and Developer Guide shows sysadmins how to
|
|
|
|
deploy Cockpit on their machines as well as helps developers who want to
|
|
|
|
embed or extend Cockpit.
|
|
|
|
|
2015-02-26 15:45:57 +00:00
|
|
|
%package pcp
|
|
|
|
Summary: Cockpit PCP integration
|
|
|
|
Requires: %{name}-bridge = %{version}-%{release}
|
|
|
|
Requires: pcp
|
|
|
|
|
|
|
|
%description pcp
|
|
|
|
Cockpit support for reading PCP metrics and loading PCP archives.
|
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%package ws
|
|
|
|
Summary: Cockpit Web Service
|
|
|
|
Requires: glib-networking
|
2015-04-07 07:56:11 +00:00
|
|
|
Requires: openssl
|
2015-03-04 15:17:59 +00:00
|
|
|
Requires: glib2 >= 2.37.4
|
2015-07-17 15:39:02 +00:00
|
|
|
Requires: libssh >= %{libssh_version}
|
2014-11-12 10:55:08 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
|
|
|
%description ws
|
|
|
|
The Cockpit Web Service listens on the network, and authenticates users.
|
|
|
|
|
2014-02-05 15:12:48 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2014-11-04 17:52:06 +00:00
|
|
|
%if 0%{?fedora} == 20
|
|
|
|
sed -i s/unconfined_service_t/unconfined_t/g src/ws/test-server.service.in
|
|
|
|
%endif
|
2014-02-05 15:12:48 +00:00
|
|
|
|
|
|
|
%build
|
2015-09-23 17:06:36 +00:00
|
|
|
# disable FMA
|
|
|
|
%ifarch aarch64 %{power64}
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
|
|
|
|
%endif
|
|
|
|
|
2014-11-04 17:52:06 +00:00
|
|
|
%if %{defined gitcommit}
|
|
|
|
env NOCONFIGURE=1 ./autogen.sh
|
|
|
|
%endif
|
2015-03-18 09:31:09 +00:00
|
|
|
%configure --disable-static --disable-silent-rules --with-cockpit-user=cockpit-ws --with-branding=%{branding}
|
2015-08-12 19:41:34 +00:00
|
|
|
make -j %{?extra_flags} all
|
|
|
|
%if 0%{?selinux}
|
2014-11-04 17:52:06 +00:00
|
|
|
make selinux
|
|
|
|
%endif
|
2014-02-05 15:12:48 +00:00
|
|
|
|
|
|
|
%check
|
2015-08-12 19:41:34 +00:00
|
|
|
make -j check
|
2014-02-05 15:12:48 +00:00
|
|
|
|
|
|
|
%install
|
2015-08-06 10:54:22 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2014-11-04 17:52:06 +00:00
|
|
|
%if %{defined gitcommit}
|
|
|
|
make install-test-assets DESTDIR=%{buildroot}
|
|
|
|
mkdir -p %{buildroot}/%{_datadir}/polkit-1/rules.d
|
|
|
|
cp src/bridge/polkit-workarounds.rules %{buildroot}/%{_datadir}/polkit-1/rules.d
|
2015-03-04 15:17:59 +00:00
|
|
|
%else
|
|
|
|
rm -rf %{buildroot}/%{_datadir}/%{name}/playground
|
2014-11-04 17:52:06 +00:00
|
|
|
%endif
|
2014-03-28 15:11:49 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
|
|
|
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
|
2014-02-05 15:12:48 +00:00
|
|
|
rm -f %{buildroot}/%{_libdir}/cockpit/*.so
|
2014-11-12 10:55:08 +00:00
|
|
|
install -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/%{name}/
|
2015-08-12 19:41:34 +00:00
|
|
|
%if 0%{?selinux}
|
2014-11-04 17:52:06 +00:00
|
|
|
install -d %{buildroot}%{_datadir}/selinux/targeted
|
|
|
|
install -p -m 644 cockpit.pp %{buildroot}%{_datadir}/selinux/targeted/
|
|
|
|
%endif
|
2015-03-20 20:57:01 +00:00
|
|
|
|
|
|
|
# Build the package lists for resource packages
|
2015-04-07 07:56:11 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/base1' > shell.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/base1 -type f >> shell.list
|
2015-03-30 20:41:04 +00:00
|
|
|
|
2015-04-14 15:25:56 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/dashboard' >> shell.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/dashboard -type f >> shell.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/%{name}/domain' >> shell.list
|
2015-04-07 07:56:11 +00:00
|
|
|
find %{buildroot}%{_datadir}/%{name}/domain -type f >> shell.list
|
2015-03-30 20:41:04 +00:00
|
|
|
|
2015-04-07 07:56:11 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/shell' >> shell.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/shell -type f >> shell.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/%{name}/system' >> shell.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/system -type f >> shell.list
|
|
|
|
|
2015-09-03 09:00:19 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/users' >> shell.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/users -type f >> shell.list
|
|
|
|
|
2015-04-07 07:56:11 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/subscriptions' > subscriptions.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/subscriptions -type f >> subscriptions.list
|
2015-03-30 20:41:04 +00:00
|
|
|
|
2015-07-29 19:33:16 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/storage' > storaged.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/storage -type f >> storaged.list
|
|
|
|
|
2015-09-03 09:00:19 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/network' > networkmanager.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/network -type f >> networkmanager.list
|
|
|
|
|
2015-07-23 13:44:00 +00:00
|
|
|
%ifarch x86_64 armv7hl
|
2015-04-07 07:56:11 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
|
|
|
%else
|
|
|
|
rm -rf %{buildroot}/%{_datadir}/%{name}/docker
|
|
|
|
touch docker.list
|
|
|
|
%endif
|
|
|
|
|
2015-03-30 20:41:04 +00:00
|
|
|
%ifarch x86_64
|
2015-04-07 07:56:11 +00:00
|
|
|
echo '%dir %{_datadir}/%{name}/kubernetes' > kubernetes.list
|
|
|
|
find %{buildroot}%{_datadir}/%{name}/kubernetes -type f >> kubernetes.list
|
|
|
|
%else
|
|
|
|
rm -rf %{buildroot}/%{_datadir}/%{name}/kubernetes
|
|
|
|
touch kubernetes.list
|
|
|
|
%endif
|
2015-03-30 20:41:04 +00:00
|
|
|
|
2015-03-20 20:57:01 +00:00
|
|
|
sed -i "s|%{buildroot}||" *.list
|
|
|
|
|
2015-04-07 07:56:11 +00:00
|
|
|
# Build the package lists for debug package, and move debug files to installed locations
|
2015-08-06 10:54:22 +00:00
|
|
|
find %{buildroot}/usr/src/debug%{_datadir}/%{name} -type f -o -type l > debug.list
|
|
|
|
sed -i "s|%{buildroot}/usr/src/debug||" debug.list
|
|
|
|
tar -C %{buildroot}/usr/src/debug -cf - . | tar -C %{buildroot} -xf -
|
|
|
|
rm -rf %{buildroot}/usr/src/debug
|
2014-12-05 14:04:04 +00:00
|
|
|
|
2015-09-03 09:00:19 +00:00
|
|
|
# On RHEL subscriptions, networkmanager, and docker are part of the shell package
|
2015-04-07 07:56:11 +00:00
|
|
|
%if 0%{?rhel}
|
2015-09-03 09:00:19 +00:00
|
|
|
cat subscriptions.list docker.list networkmanager.list >> shell.list
|
2015-04-07 07:56:11 +00:00
|
|
|
%endif
|
|
|
|
|
2015-08-26 18:39:53 +00:00
|
|
|
# Only strip out debug info in non wip builds
|
2015-09-03 09:00:19 +00:00
|
|
|
%if %{defined gitcommit}
|
2015-08-26 18:39:53 +00:00
|
|
|
%define find_debug_info %{nil}
|
2015-09-03 09:00:19 +00:00
|
|
|
%else
|
|
|
|
%define find_debug_info %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_include_minidebuginfo:-m} %{?_find_debuginfo_dwz_opts} %{?_find_debuginfo_opts} "%{_builddir}/%{?buildsubdir}"
|
|
|
|
%endif
|
2015-08-26 18:39:53 +00:00
|
|
|
|
2015-03-21 07:46:27 +00:00
|
|
|
# Redefine how debug info is built to slip in our extra debug files
|
|
|
|
%define __debug_install_post \
|
2015-08-26 18:39:53 +00:00
|
|
|
%{find_debug_info} \
|
2015-03-21 07:46:27 +00:00
|
|
|
cat debug.list >> %{_builddir}/%{?buildsubdir}/debugfiles.list \
|
|
|
|
%{nil}
|
|
|
|
|
2014-02-05 15:12:48 +00:00
|
|
|
%files
|
2014-11-12 10:55:08 +00:00
|
|
|
%{_docdir}/%{name}/AUTHORS
|
|
|
|
%{_docdir}/%{name}/COPYING
|
|
|
|
%{_docdir}/%{name}/README.md
|
2015-02-26 15:45:57 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
2014-11-12 10:55:08 +00:00
|
|
|
%{_datadir}/appdata
|
|
|
|
%{_datadir}/applications
|
|
|
|
%{_datadir}/pixmaps
|
|
|
|
|
|
|
|
%files bridge
|
2014-10-17 20:38:14 +00:00
|
|
|
%doc %{_mandir}/man1/cockpit-bridge.1.gz
|
2014-11-12 10:55:08 +00:00
|
|
|
%{_bindir}/cockpit-bridge
|
|
|
|
%attr(4755, -, -) %{_libexecdir}/cockpit-polkit
|
|
|
|
%{_libdir}/security/pam_reauthorize.so
|
2014-12-15 19:58:08 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%files doc
|
2015-02-26 15:45:57 +00:00
|
|
|
%exclude %{_docdir}/%{name}/AUTHORS
|
|
|
|
%exclude %{_docdir}/%{name}/COPYING
|
|
|
|
%exclude %{_docdir}/%{name}/README.md
|
2014-11-12 10:55:08 +00:00
|
|
|
%{_docdir}/%{name}
|
|
|
|
|
2015-02-26 15:45:57 +00:00
|
|
|
%files pcp
|
|
|
|
%{_libexecdir}/cockpit-pcp
|
2015-08-17 16:14:57 +00:00
|
|
|
%{_localstatedir}/lib/pcp/config/pmlogconf/tools/cockpit
|
2015-02-26 15:45:57 +00:00
|
|
|
|
|
|
|
%post pcp
|
|
|
|
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185749
|
2015-08-17 16:14:57 +00:00
|
|
|
( cd %{_localstatedir}/lib/pcp/pmns && ./Rebuild -du )
|
2015-04-24 14:14:18 +00:00
|
|
|
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185764
|
|
|
|
# We can't use "systemctl reload-or-try-restart" since systemctl might
|
|
|
|
# be out of sync with reality.
|
|
|
|
/usr/share/pcp/lib/pmlogger reload
|
2015-02-26 15:45:57 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%files ws
|
2014-02-05 15:12:48 +00:00
|
|
|
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
|
|
|
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
2015-04-21 13:57:06 +00:00
|
|
|
%doc %{_mandir}/man8/remotectl.8.gz
|
2015-09-03 09:00:19 +00:00
|
|
|
%doc %{_mandir}/man8/pam_ssh_add.8.gz
|
2014-02-05 15:12:48 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
|
|
|
%{_unitdir}/cockpit.service
|
2014-04-03 21:14:05 +00:00
|
|
|
%{_unitdir}/cockpit.socket
|
2014-06-30 08:04:11 +00:00
|
|
|
%{_prefix}/lib/firewalld/services/cockpit.xml
|
2014-07-17 07:02:35 +00:00
|
|
|
%{_sbindir}/remotectl
|
2015-09-03 09:00:19 +00:00
|
|
|
%{_libdir}/security/pam_ssh_add.so
|
2014-02-05 15:12:48 +00:00
|
|
|
%{_libexecdir}/cockpit-ws
|
2014-07-17 07:02:35 +00:00
|
|
|
%attr(4750, root, cockpit-ws) %{_libexecdir}/cockpit-session
|
2015-08-17 16:14:57 +00:00
|
|
|
%attr(775, -, wheel) %{_localstatedir}/lib/%{name}
|
2014-11-12 10:55:08 +00:00
|
|
|
%{_datadir}/%{name}/static
|
2015-05-22 20:24:46 +00:00
|
|
|
%{_datadir}/%{name}/branding
|
2014-02-05 15:12:48 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%pre ws
|
2014-07-17 07:02:35 +00:00
|
|
|
getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
|
|
|
|
getent passwd cockpit-ws >/dev/null || useradd -r -g cockpit-ws -d / -s /sbin/nologin -c "User for cockpit-ws" cockpit-ws
|
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%post ws
|
2014-07-22 09:54:20 +00:00
|
|
|
%systemd_post cockpit.socket
|
2014-06-30 08:04:11 +00:00
|
|
|
# firewalld only partially picks up changes to its services files without this
|
|
|
|
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
2014-02-05 15:12:48 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%preun ws
|
2014-07-22 09:54:20 +00:00
|
|
|
%systemd_preun cockpit.socket
|
2014-02-05 15:12:48 +00:00
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
%postun ws
|
2014-07-22 09:54:20 +00:00
|
|
|
%systemd_postun_with_restart cockpit.socket
|
2014-02-05 15:12:48 +00:00
|
|
|
|
2015-09-03 09:00:19 +00:00
|
|
|
%package shell
|
|
|
|
Summary: Cockpit Shell user interface package
|
|
|
|
Requires: %{name}-bridge = %{version}-%{release}
|
|
|
|
Requires: shadow-utils
|
|
|
|
Requires: grep
|
|
|
|
Requires: libpwquality
|
|
|
|
Requires: /usr/bin/date
|
|
|
|
%if 0%{?rhel}
|
|
|
|
Provides: %{name}-subscriptions = %{version}-%{release}
|
|
|
|
Requires: subscription-manager >= 1.13
|
|
|
|
Provides: %{name}-networkmanager = %{version}-%{release}
|
|
|
|
Requires: NetworkManager
|
|
|
|
%ifarch x86_64 armv7hl
|
|
|
|
Provides: %{name}-docker = %{version}-%{release}
|
|
|
|
Requires: docker >= 1.3.0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Provides: %{name}-assets
|
|
|
|
Obsoletes: %{name}-assets < 0.32
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description shell
|
|
|
|
This package contains the Cockpit shell UI assets.
|
|
|
|
|
|
|
|
%files shell -f shell.list
|
|
|
|
|
|
|
|
%package storaged
|
|
|
|
Summary: Cockpit user interface for storage, using Storaged
|
|
|
|
Requires: storaged >= 2.1.1
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description storaged
|
|
|
|
The Cockpit component for managing storage. This package uses Storaged.
|
|
|
|
|
|
|
|
%files storaged -f storaged.list
|
|
|
|
|
2014-11-04 17:52:06 +00:00
|
|
|
# Conditionally built packages below
|
|
|
|
|
2015-04-07 07:56:11 +00:00
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
|
|
|
|
%package subscriptions
|
|
|
|
Summary: Cockpit subscription user interface package
|
|
|
|
Requires: subscription-manager >= 1.13
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description subscriptions
|
|
|
|
This package contains the Cockpit user interface integration with local
|
|
|
|
subscription management.
|
|
|
|
|
|
|
|
%files subscriptions -f subscriptions.list
|
|
|
|
|
2015-09-03 09:00:19 +00:00
|
|
|
%package networkmanager
|
|
|
|
Summary: Cockpit user interface for networking, using NetworkManager
|
|
|
|
Requires: NetworkManager
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description networkmanager
|
|
|
|
The Cockpit component for managing networking. This package uses NetworkManager.
|
|
|
|
|
|
|
|
%files networkmanager -f networkmanager.list
|
|
|
|
|
2015-07-23 13:44:00 +00:00
|
|
|
%ifarch x86_64 armv7hl
|
2014-12-05 14:04:04 +00:00
|
|
|
|
|
|
|
%package docker
|
|
|
|
Summary: Cockpit user interface for Docker containers
|
2015-05-27 17:14:40 +00:00
|
|
|
Requires: docker >= 1.3.0
|
2014-12-05 14:04:04 +00:00
|
|
|
|
|
|
|
%description docker
|
|
|
|
The Cockpit components for interacting with Docker and user interface.
|
|
|
|
This package is not yet complete.
|
|
|
|
|
2015-03-20 20:57:01 +00:00
|
|
|
%files docker -f docker.list
|
2015-04-07 07:56:11 +00:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
2014-12-05 14:04:04 +00:00
|
|
|
|
2015-03-30 20:41:04 +00:00
|
|
|
%ifarch x86_64
|
2015-04-07 07:56:11 +00:00
|
|
|
|
2015-03-04 15:17:59 +00:00
|
|
|
%package kubernetes
|
|
|
|
Summary: Cockpit user interface for Kubernetes cluster
|
2015-08-17 16:14:57 +00:00
|
|
|
Requires: /usr/bin/kubectl
|
2015-03-04 15:17:59 +00:00
|
|
|
|
|
|
|
%description kubernetes
|
|
|
|
The Cockpit components for visualizing and configuring a Kubernetes
|
|
|
|
cluster. Installed on the Kubernetes master. This package is not yet complete.
|
|
|
|
|
2015-03-20 20:57:01 +00:00
|
|
|
%files kubernetes -f kubernetes.list
|
2015-04-07 07:56:11 +00:00
|
|
|
|
|
|
|
%endif
|
2014-12-05 14:04:04 +00:00
|
|
|
|
2014-11-04 17:52:06 +00:00
|
|
|
%if %{defined gitcommit}
|
|
|
|
|
|
|
|
%package test-assets
|
|
|
|
Summary: Additional stuff for testing Cockpit
|
|
|
|
Requires: openssh-clients
|
|
|
|
|
|
|
|
%description test-assets
|
|
|
|
This package contains programs and other files for testing Cockpit, and
|
|
|
|
pulls in some necessary packages via dependencies.
|
|
|
|
|
|
|
|
%files test-assets
|
2015-03-04 15:17:59 +00:00
|
|
|
%{_datadir}/%{name}/playground
|
2014-11-04 17:52:06 +00:00
|
|
|
%{_datadir}/cockpit-test-assets
|
|
|
|
%{_datadir}/polkit-1/rules.d
|
2015-04-21 13:57:06 +00:00
|
|
|
%{_unitdir}/cockpit-testing.service
|
|
|
|
%{_unitdir}/cockpit-testing.socket
|
|
|
|
%{_unitdir}/test-server.service
|
|
|
|
%{_unitdir}/test-server.socket
|
2014-11-04 17:52:06 +00:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2015-08-12 19:41:34 +00:00
|
|
|
%if 0%{?selinux}
|
2014-11-04 17:52:06 +00:00
|
|
|
|
|
|
|
%package selinux-policy
|
|
|
|
Summary: SELinux policy for Cockpit testing
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: selinux-policy
|
|
|
|
Requires: selinux-policy-targeted
|
|
|
|
Requires(post): /usr/sbin/semodule, /sbin/restorecon, /sbin/fixfiles
|
|
|
|
Requires(postun): /usr/sbin/semodule, /sbin/restorecon, /sbin/fixfiles
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description selinux-policy
|
|
|
|
SELinux policy for Cockpit testing.
|
|
|
|
|
|
|
|
%files selinux-policy
|
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
%{_datadir}/selinux/targeted/cockpit.pp
|
|
|
|
|
|
|
|
%post selinux-policy
|
2015-04-16 11:21:39 +00:00
|
|
|
/usr/sbin/semodule -s targeted -i %{_datadir}/selinux/targeted/cockpit.pp
|
2014-11-04 17:52:06 +00:00
|
|
|
/sbin/fixfiles -R cockpit restore || :
|
|
|
|
/sbin/fixfiles -R cockpit-test-assets restore || :
|
2015-08-17 16:14:57 +00:00
|
|
|
/sbin/restorecon -R %{_localstatedir}/lib/%{name}
|
2014-11-04 17:52:06 +00:00
|
|
|
|
|
|
|
%postun selinux-policy
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
/usr/sbin/semodule -s targeted -r cockpit &> /dev/null || :
|
|
|
|
/sbin/fixfiles -R cockpit-selinux-policy restore || :
|
2015-08-17 16:14:57 +00:00
|
|
|
[ -d %{_localstatedir}/lib/%{name} ] && \
|
|
|
|
/sbin/restorecon -R %{_localstatedir}/lib/%{name} &> /dev/null || :
|
2014-11-04 17:52:06 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2014-02-05 15:12:48 +00:00
|
|
|
%changelog
|
2015-09-23 17:06:36 +00:00
|
|
|
* Wed Sep 23 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.77-1.1
|
|
|
|
- disable FMA support to get it pass all tests on secondary architectures
|
|
|
|
- removed duplicated "global rel 1"
|
|
|
|
|
2015-09-22 16:06:05 +00:00
|
|
|
* Tue Sep 22 2015 Stef Walter <stefw@redhat.com> - 0.77-1
|
|
|
|
- * Work better with multipath storage
|
|
|
|
- * Deletion of kubernetes objects
|
|
|
|
- * Cleaner URLs in the bookmark bar
|
|
|
|
- * Show a warning when adding too many machines
|
|
|
|
- * Make authentication work when embedding Cockpit
|
|
|
|
- * Complete componentizing Cockpit
|
|
|
|
|
2015-09-16 21:36:27 +00:00
|
|
|
* Wed Sep 16 2015 Stef Walter <stefw@redhat.com> - 0.76-1
|
|
|
|
- * Fix displaying of network bonds
|
|
|
|
- * Better Kubernetes filter bar, shell access
|
|
|
|
- * Show some Openshift related objects
|
|
|
|
- * Use patternfly v2.2
|
|
|
|
|
2015-09-10 21:51:50 +00:00
|
|
|
* Thu Sep 10 2015 petervo <petervo@redhat.com> - 0.75-1
|
|
|
|
- New design for kubernetes listing pages
|
|
|
|
- Namespace filter for kubernetes
|
|
|
|
- Pretty http error pages
|
|
|
|
- Lots of bugs, build and testing fixes
|
|
|
|
|
2015-09-03 09:00:19 +00:00
|
|
|
* Thu Sep 03 2015 Stef Walter <stefw@redhat.com> - 0.74-1
|
|
|
|
- * Display an intelligent message when password auth is not possible
|
|
|
|
- * Correctly start terminal in home directory
|
|
|
|
- * NetworkManager code is in a separate package
|
|
|
|
- * PCP is an optional build dependency
|
|
|
|
- * Lots of bugs, build and testing fixes
|
|
|
|
|
2015-08-26 18:39:53 +00:00
|
|
|
* Wed Aug 26 2015 Stef Walter <stefw@redhat.com> - 0.73-1
|
|
|
|
- * Kubernetes UI can connect to non-local API server
|
|
|
|
- * Automate Web Service container build on Docker Hub
|
|
|
|
- * Add validation options to TLS client connections
|
|
|
|
- * PAM pam_ssh_add.so module for loading SSH keys based on login password
|
|
|
|
- * Build, testing and other fixes
|
|
|
|
|
2015-08-17 16:14:57 +00:00
|
|
|
* Mon Aug 17 2015 Peter <petervo@redhat.com> - 0.71-1
|
|
|
|
- Update to 0.71 release.
|
|
|
|
|
2015-08-12 19:41:34 +00:00
|
|
|
* Wed Aug 12 2015 Stef Walter <stefw@redhat.com> - 0.70-1
|
|
|
|
- Depend on kubernetes-client instead of kubernetes
|
2015-08-17 16:14:57 +00:00
|
|
|
- Update to 0.70 release.
|
2015-08-12 19:41:34 +00:00
|
|
|
|
2015-08-06 10:54:22 +00:00
|
|
|
* Thu Aug 06 2015 Stef Walter <stefw@redhat.com> - 0.69-1
|
|
|
|
- Update to 0.69 release.
|
|
|
|
|
2015-07-29 19:33:16 +00:00
|
|
|
* Wed Jul 29 2015 Peter <petervo@redhat.com> - 0.68-1
|
|
|
|
- Update to 0.68 release.
|
2015-07-24 17:55:29 +00:00
|
|
|
|
2015-07-23 13:20:38 +00:00
|
|
|
* Thu Jul 23 2015 Peter <petervo@redhat.com> - 0.66-1
|
|
|
|
- Update to 0.66 release
|
|
|
|
|
2015-07-17 15:39:02 +00:00
|
|
|
* Fri Jul 17 2015 Peter <petervo@redhat.com> - 0.65-2
|
|
|
|
- Require libssh 0.7.1 on fedora >= 22 systems
|
|
|
|
|
2015-07-16 13:30:48 +00:00
|
|
|
* Wed Jul 15 2015 Peter <petervo@redhat.com> - 0.65-1
|
|
|
|
- Update to 0.65 release
|
|
|
|
|
2015-07-08 19:11:54 +00:00
|
|
|
* Wed Jul 08 2015 Peter <petervo@redhat.com> - 0.64-1
|
|
|
|
- Update to 0.64 release
|
|
|
|
|
2015-07-01 18:36:52 +00:00
|
|
|
* Wed Jul 01 2015 Peter <petervo@redhat.com> - 0.63-1
|
|
|
|
- Update to 0.63 release
|
2015-07-01 18:38:27 +00:00
|
|
|
- Remove cockpit-docker for armv7hl while docker
|
|
|
|
packages are being fixed
|
2015-07-01 18:36:52 +00:00
|
|
|
|
2015-06-25 15:17:49 +00:00
|
|
|
* Thu Jun 25 2015 Peter <petervo@redhat.com> - 0.62-1
|
|
|
|
- Update to 0.62 release
|
|
|
|
|
2015-06-17 02:55:52 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.61-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-10 17:16:43 +00:00
|
|
|
* Wed Jun 10 2015 Peter <petervo@redhat.com> - 0.61-1
|
|
|
|
- Update to 0.61 release
|
|
|
|
|
2015-06-01 14:56:51 +00:00
|
|
|
* Mon Jun 01 2015 Stef Walter <stefw@redhat.com> - 0.60-1
|
|
|
|
- Update to 0.60 release
|
|
|
|
|
2015-05-27 17:14:40 +00:00
|
|
|
* Wed May 27 2015 Peter <petervo@redhat.com> - 0.59-1
|
|
|
|
- Update to 0.59 release
|
|
|
|
|
2015-05-22 20:24:46 +00:00
|
|
|
* Fri May 22 2015 Peter <petervo@redhat.com> - 0.58-1
|
|
|
|
- Update to 0.58 release
|
|
|
|
|
2015-05-20 21:29:16 +00:00
|
|
|
* Wed May 20 2015 Peter <petervo@redhat.com> - 0.57-1
|
|
|
|
- Update to 0.57 release
|
|
|
|
|
2015-05-13 17:07:56 +00:00
|
|
|
* Wed May 13 2015 Peter <petervo@redhat.com> - 0.56-1
|
|
|
|
- Update to 0.56 release
|
|
|
|
|
2015-05-06 05:29:42 +00:00
|
|
|
* Wed May 06 2015 Stef Walter <stefw@redhat.com> - 0.55-1
|
|
|
|
- Update to 0.55 release
|
|
|
|
|
2015-04-24 14:14:18 +00:00
|
|
|
* Fri Apr 24 2015 Peter <petervo@redhat.com> - 0.54-1
|
|
|
|
- Update to 0.54 release
|
|
|
|
|
2015-04-21 13:57:06 +00:00
|
|
|
* Tue Apr 21 2015 Peter <petervo@redhat.com> - 0.53-1
|
|
|
|
- Update to 0.53 release
|
|
|
|
|
2015-04-16 11:21:39 +00:00
|
|
|
* Thu Apr 16 2015 Stef Walter <stefw@redhat.com> - 0.52-1
|
|
|
|
- Update to 0.52 release
|
|
|
|
|
2015-04-14 15:25:56 +00:00
|
|
|
* Tue Apr 14 2015 Peter <petervo@redhat.com> - 0.51-1
|
|
|
|
- Update to 0.51 release
|
|
|
|
|
|
|
|
* Tue Apr 07 2015 Stef Walter <stefw@redhat.com> - 0.50-1
|
2015-04-07 07:56:11 +00:00
|
|
|
- Update to 0.50 release
|
|
|
|
|
2015-04-01 20:29:35 +00:00
|
|
|
* Wed Apr 01 2015 Stephen Gallagher <sgallagh@redhat.com> 0.49-2
|
|
|
|
- Fix incorrect Obsoletes: of cockpit-daemon
|
|
|
|
|
2015-04-01 17:44:38 +00:00
|
|
|
* Wed Apr 01 2015 Peter <petervo@redhat.com> - 0.49-1
|
|
|
|
- Update to 0.49 release.
|
|
|
|
- cockpitd was renamed to cockpit-wrapper the cockpit-daemon
|
|
|
|
package was removed and is now installed with the
|
|
|
|
cockpit-bridge package.
|
|
|
|
|
2015-03-30 20:41:04 +00:00
|
|
|
* Mon Mar 30 2015 Peter <petervo@redhat.com> - 0.48-1
|
|
|
|
- Update to 0.48 release
|
|
|
|
|
|
|
|
* Mon Mar 30 2015 Stephen Gallagher <sgallagh@redhat.com> 0.47-2
|
|
|
|
- Don't attempt to build cockpit-kubernetes on armv7hl
|
|
|
|
|
2015-03-27 16:57:53 +00:00
|
|
|
* Fri Mar 27 2015 Peter <petervo@redhat.com> - 0.47-1
|
|
|
|
- Update to 0.47 release, build docker on armvrhl
|
|
|
|
|
2015-03-26 05:47:57 +00:00
|
|
|
* Thu Mar 26 2015 Stef Walter <stefw@redhat.com> - 0.46-1
|
|
|
|
- Update to 0.46 release
|
|
|
|
|
2015-03-23 12:53:08 +00:00
|
|
|
* Mon Mar 23 2015 Stef Walter <stefw@redhat.com> - 0.45-1
|
|
|
|
- Update to 0.45 release
|
|
|
|
|
2015-03-21 07:46:27 +00:00
|
|
|
* Sat Mar 21 2015 Stef Walter <stefw@redhat.com> - 0.44-3
|
|
|
|
- Add back debuginfo files to the right place
|
|
|
|
|
2015-03-20 21:07:48 +00:00
|
|
|
* Fri Mar 20 2015 Stef Walter <stefw@redhat.com> - 0.44-2
|
|
|
|
- Disable separate debuginfo for now: build failure
|
|
|
|
|
2015-03-20 20:57:01 +00:00
|
|
|
* Fri Mar 20 2015 Stef Walter <stefw@redhat.com> - 0.44-1
|
|
|
|
- Update to 0.44 release
|
|
|
|
|
2015-03-19 20:22:43 +00:00
|
|
|
* Thu Mar 19 2015 Stef Walter <stefw@redhat.com> - 0.43-2
|
|
|
|
- Don't break EPEL or CentOS builds due to missing branding
|
|
|
|
|
2015-03-18 09:31:09 +00:00
|
|
|
* Wed Mar 18 2015 Stef Walter <stefw@redhat.com> - 0.43-1
|
|
|
|
- Update to 0.43 release
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Stef Walter <stefw@redhat.com> - 0.42-2
|
2015-03-17 11:14:35 +00:00
|
|
|
- Fix obseleting cockpit-assets
|
|
|
|
|
2015-03-14 14:44:00 +00:00
|
|
|
* Sat Mar 14 2015 Stef Walter <stefw@redhat.com> - 0.42-1
|
|
|
|
- Update to 0.42 release
|
|
|
|
|
2015-03-04 15:17:59 +00:00
|
|
|
* Wed Mar 04 2015 Stef Walter <stefw@redhat.com> - 0.41-1
|
|
|
|
- Update to 0.41 release
|
|
|
|
|
2015-02-26 15:45:57 +00:00
|
|
|
* Thu Feb 26 2015 Stef Walter <stefw@redhat.com> - 0.40-1
|
|
|
|
- Update to 0.40 release
|
|
|
|
|
2015-02-19 16:15:44 +00:00
|
|
|
* Thu Feb 19 2015 Stef Walter <stefw@redhat.com> - 0.39-1
|
|
|
|
- Update to 0.39 release
|
|
|
|
|
2015-01-28 13:07:33 +00:00
|
|
|
* Wed Jan 28 2015 Stef Walter <stefw@redhat.com> - 0.38-1
|
|
|
|
- Update to 0.38 release
|
|
|
|
|
2015-01-22 14:19:52 +00:00
|
|
|
* Thu Jan 22 2015 Stef Walter <stefw@redhat.com> - 0.37-1
|
|
|
|
- Update to 0.37 release
|
|
|
|
|
2015-01-12 10:44:58 +00:00
|
|
|
* Mon Jan 12 2015 Stef Walter <stefw@redhat.com> - 0.36-1
|
|
|
|
- Update to 0.36 release
|
|
|
|
|
2014-12-15 19:58:08 +00:00
|
|
|
* Mon Dec 15 2014 Stef Walter <stefw@redhat.com> - 0.35-1
|
|
|
|
- Update to 0.35 release
|
|
|
|
|
2014-12-11 14:52:05 +00:00
|
|
|
* Thu Dec 11 2014 Stef Walter <stefw@redhat.com> - 0.34-1
|
|
|
|
- Update to 0.34 release
|
|
|
|
|
2014-12-05 16:42:31 +00:00
|
|
|
* Fri Dec 05 2014 Stef Walter <stefw@redhat.com> - 0.33-3
|
|
|
|
- Only depend on docker stuff on x86_64
|
|
|
|
|
2014-12-05 14:04:04 +00:00
|
|
|
* Fri Dec 05 2014 Stef Walter <stefw@redhat.com> - 0.33-2
|
|
|
|
- Only build docker stuff on x86_64
|
|
|
|
|
2014-12-03 14:01:17 +00:00
|
|
|
* Wed Dec 03 2014 Stef Walter <stefw@redhat.com> - 0.33-1
|
|
|
|
- Update to 0.33 release
|
|
|
|
|
2014-11-24 15:03:37 +00:00
|
|
|
* Mon Nov 24 2014 Stef Walter <stefw@redhat.com> - 0.32-1
|
2014-12-03 14:01:17 +00:00
|
|
|
- Update to 0.32 release
|
2014-11-24 15:03:37 +00:00
|
|
|
|
2014-11-14 14:54:17 +00:00
|
|
|
* Fri Nov 14 2014 Stef Walter <stefw@redhat.com> - 0.31-1
|
|
|
|
- Update to 0.31 release
|
|
|
|
|
2014-11-12 10:55:08 +00:00
|
|
|
* Wed Nov 12 2014 Stef Walter <stefw@redhat.com> - 0.30-1
|
|
|
|
- Update to 0.30 release
|
|
|
|
- Split Cockpit into various sub packages
|
|
|
|
|
2014-11-05 13:01:28 +00:00
|
|
|
* Wed Nov 05 2014 Stef Walter <stefw@redhat.com> - 0.29-3
|
|
|
|
- Don't require test-assets from selinux-policy
|
|
|
|
- Other minor tweaks and fixes
|
|
|
|
|
|
|
|
* Wed Nov 05 2014 Stef Walter <stefw@redhat.com> - 0.29-2
|
2014-11-05 07:51:05 +00:00
|
|
|
- Include selinux policy as a dep where required
|
|
|
|
|
2014-11-05 13:01:28 +00:00
|
|
|
* Wed Nov 05 2014 Stef Walter <stefw@redhat.com> - 0.29-1
|
2014-11-05 07:51:05 +00:00
|
|
|
- Update to 0.29 release
|
|
|
|
|
2014-10-17 20:38:14 +00:00
|
|
|
* Thu Oct 16 2014 Stef Walter <stefw@redhat.com> - 0.28-1
|
|
|
|
- Update to 0.28 release
|
|
|
|
- cockpit-agent was renamed to cockpit-bridge
|
|
|
|
|
2014-10-10 12:21:47 +00:00
|
|
|
* Fri Oct 10 2014 Stef Walter <stefw@redhat.com> - 0.27-1
|
|
|
|
- Update to 0.27 release
|
|
|
|
- Don't create cockpit-*-admin groups rhbz#1145135
|
|
|
|
- Fix user management for non-root users rhbz#1140562
|
|
|
|
- Fix 'out of memory' error during ssh auth rhbz#1142282
|
|
|
|
|
2014-10-08 06:08:27 +00:00
|
|
|
* Wed Oct 08 2014 Stef Walter <stefw@redhat.com> - 0.26-1
|
|
|
|
- Update to 0.26 release
|
|
|
|
- Can see disk usage on storage page rhbz#1142459
|
|
|
|
- Better order for lists of block devices rhbz#1142443
|
|
|
|
- Setting container memory limit fixed rhbz#1142362
|
|
|
|
- Can create storage volume of maximum capacity rhbz#1142259
|
|
|
|
- Fix RAID device Bitmap enable/disable error rhbz#1142248
|
|
|
|
- Docker page connects to right machine rhbz#1142229
|
|
|
|
- Clear the format dialog label correctly rhbz#1142228
|
|
|
|
- No 'Drop Privileges' item in menu for root rhbz#1142197
|
|
|
|
- Don't flash 'Server has closed Connection on logout rhbz#1142175
|
|
|
|
- Non-root users can manipulate user accounts rhbz#1142154
|
|
|
|
- Fix strange error message when editing user accounts rhbz#1142154
|
|
|
|
|
2014-09-24 09:52:26 +00:00
|
|
|
* Wed Sep 24 2014 Stef Walter <stefw@redhat.com> - 0.25-1
|
|
|
|
- Update to 0.25 release
|
|
|
|
|
2014-09-17 20:32:51 +00:00
|
|
|
* Wed Sep 17 2014 Stef Walter <stefw@redhat.com> - 0.24-1
|
|
|
|
- Update to 0.24 release
|
|
|
|
|
2014-09-10 13:09:36 +00:00
|
|
|
* Wed Sep 10 2014 Stef Walter <stefw@redhat.com> - 0.23-1
|
|
|
|
- Update to 0.23 release
|
|
|
|
|
2014-09-03 15:38:25 +00:00
|
|
|
* Wed Sep 03 2014 Stef Walter <stefw@redhat.com> - 0.22-1
|
|
|
|
- Update to 0.22 release
|
|
|
|
|
2014-08-26 09:56:59 +00:00
|
|
|
* Tue Aug 26 2014 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.21-1
|
|
|
|
- Update to 0.21 release
|
|
|
|
|
2014-08-16 00:43:07 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-14 11:38:20 +00:00
|
|
|
* Thu Aug 14 2014 Stef Walter <stefw@redhat.com> 0.20-1
|
|
|
|
- Update to 0.20 release
|
|
|
|
|
2014-08-07 07:41:06 +00:00
|
|
|
* Thu Aug 07 2014 Stef Walter <stefw@redhat.com> 0.19-1
|
|
|
|
- Update to 0.19 release
|
|
|
|
|
2014-07-30 16:03:29 +00:00
|
|
|
* Wed Jul 30 2014 Stef Walter <stefw@redhat.com> 0.18-1
|
|
|
|
- Update to 0.18 release
|
|
|
|
- Add glib-networking build requirement
|
|
|
|
- Let selinux-policy-targetted distribute selinux policy
|
|
|
|
|
2014-07-29 00:56:56 +00:00
|
|
|
* Mon Jul 28 2014 Colin Walters <walters@verbum.org> 0.17-2
|
|
|
|
- Drop Requires and references to dead test-assets subpackage
|
|
|
|
|
2014-07-23 10:47:17 +00:00
|
|
|
* Thu Jul 24 2014 Stef Walter <stefw@redhat.com> 0.17-1
|
|
|
|
- Update to 0.17 release
|
|
|
|
|
2014-07-23 10:47:17 +00:00
|
|
|
* Wed Jul 23 2014 Stef Walter <stefw@redhat.com> 0.16-3
|
|
|
|
- Distribute our own selinux policy rhbz#1110758
|
|
|
|
|
2014-07-22 09:54:20 +00:00
|
|
|
* Tue Jul 22 2014 Stef Walter <stefw@redhat.com> 0.16-2
|
|
|
|
- Refer to cockpit.socket in scriptlets rhbz#1110764
|
|
|
|
|
2014-07-17 07:02:35 +00:00
|
|
|
* Thu Jul 17 2014 Stef Walter <stefw@redhat.com> 0.16-1
|
|
|
|
- Update to 0.16 release
|
|
|
|
|
2014-07-10 07:33:34 +00:00
|
|
|
* Thu Jul 10 2014 Stef Walter <stefw@redhat.com> 0.15-1
|
|
|
|
- Update to 0.15 release
|
|
|
|
- Put pam_reauthorize.so in the cockpit PAM stack
|
|
|
|
|
2014-07-03 08:48:52 +00:00
|
|
|
* Thu Jul 03 2014 Stef Walter <stefw@redhat.com> 0.14-1
|
|
|
|
- Update to 0.14 release
|
|
|
|
|
2014-06-30 08:04:11 +00:00
|
|
|
* Mon Jun 30 2014 Stef Walter <stefw@redhat.com> 0.13-1
|
|
|
|
- Update to 0.13 release
|
|
|
|
|
2014-06-24 14:34:17 +00:00
|
|
|
* Tue Jun 24 2014 Stef Walter <stefw@redhat.com> 0.12-1
|
|
|
|
- Update to upstream 0.12 release
|
|
|
|
|
2014-06-20 08:27:20 +00:00
|
|
|
* Fri Jun 20 2014 Stef Walter <stefw@redhat.com> 0.11-1
|
|
|
|
- Update to upstream 0.11 release
|
|
|
|
|
2014-06-12 06:34:36 +00:00
|
|
|
* Thu Jun 12 2014 Stef Walter <stefw@redhat.com> 0.10-1
|
|
|
|
- Update to upstream 0.10 release
|
|
|
|
|
2014-06-07 05:17:34 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-23 14:03:13 +00:00
|
|
|
* Fri May 23 2014 Stef Walter <stefw@redhat.com> 0.9-1
|
|
|
|
- Update to upstream 0.9 release
|
|
|
|
- Fix file attribute for cockpit-polkit
|
|
|
|
|
2014-05-21 13:28:13 +00:00
|
|
|
* Wed May 21 2014 Stef Walter <stefw@redhat.com> 0.8-1
|
|
|
|
- Update to upstream 0.8 release
|
|
|
|
- cockpitd now runs as a user session DBus service
|
|
|
|
|
2014-05-19 07:41:05 +00:00
|
|
|
* Mon May 19 2014 Stef Walter <stefw@redhat.com> 0.7-1
|
|
|
|
- Update to upstream 0.7 release
|
|
|
|
|
2014-05-14 19:11:08 +00:00
|
|
|
* Wed May 14 2014 Stef Walter <stefw@redhat.com> 0.6-1
|
|
|
|
- Update to upstream 0.6 release
|
|
|
|
|
2014-04-15 12:08:49 +00:00
|
|
|
* Tue Apr 15 2014 Stef Walter <stefw@redhat.com> 0.5-1
|
|
|
|
- Update to upstream 0.5 release
|
|
|
|
|
2014-04-03 21:14:05 +00:00
|
|
|
* Thu Apr 03 2014 Stef Walter <stefw@redhat.com> 0.4-1
|
|
|
|
- Update to upstream 0.4 release
|
|
|
|
- Lots of packaging cleanup and polish
|
|
|
|
|
2014-03-28 15:11:49 +00:00
|
|
|
* Fri Mar 28 2014 Stef Walter <stefw@redhat.com> 0.3-1
|
|
|
|
- Update to upstream 0.3 release
|
|
|
|
|
2014-02-05 15:12:48 +00:00
|
|
|
* Wed Feb 05 2014 Patrick Uiterwijk (LOCAL) <puiterwijk@redhat.com> - 0.2-0.4.20140204git5e1faad
|
|
|
|
- Redid the release tag
|
|
|
|
|
|
|
|
* Tue Feb 04 2014 Patrick Uiterwijk (LOCAL) <puiterwijk@redhat.com> - 0.2-0.3.5e1faadgit
|
|
|
|
- Fixed license tag
|
|
|
|
- Updated to new FSF address upstream
|
|
|
|
- Removing libgsystem before build
|
|
|
|
- Now claiming specific manpages
|
|
|
|
- Made the config files noreplace
|
|
|
|
- Removed the test assets
|
|
|
|
- Put the web assets in a subpackage
|
|
|
|
|
|
|
|
* Tue Feb 04 2014 Patrick Uiterwijk (LOCAL) <puiterwijk@redhat.com> - 0.2-0.2.5e1faadgit
|
|
|
|
- Patch libgsystem out
|