cockpit/cockpit.spec

895 lines
28 KiB
RPMSpec
Raw Normal View History

%define tag 0.91
%define rev 1
#
# This file is maintained at the following location:
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
#
# If you are editing this file in another location, changes will likely
# be clobbered the next time an automated release is done.
#
# Check first cockpit-devel@lists.fedorahosted.org
#
# Globals that may be defined elsewhere
2014-11-14 14:54:17 +00:00
# * gitcommit xxxx
# * tag 0.71
#
2014-11-04 17:52:06 +00:00
2015-05-22 20:24:46 +00:00
%define branding auto
%define rev 1
2015-03-18 09:31:09 +00:00
2014-11-04 17:52:06 +00:00
%if %{defined gitcommit}
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g -DWITH_DEBUG'
2015-05-22 20:24:46 +00:00
%define branding default
2014-11-04 17:52:06 +00:00
%endif
2015-04-07 07:56:11 +00:00
%if 0%{?centos}
%define rhel 0
%endif
2014-11-04 17:52:06 +00:00
2015-04-24 14:14:18 +00:00
%define _hardened_build 1
%define libssh_version 0.7.1
%if 0%{?fedora} > 0 && 0%{?fedora} < 22
%define libssh_version 0.6.0
%endif
2014-02-05 15:12:48 +00:00
Name: cockpit
2014-11-04 17:52:06 +00:00
%if %{defined gitcommit}
Version: %{gitcommit}
%else
Version: %{tag}
2014-11-04 17:52:06 +00:00
%endif
Release: %{rev}%{?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
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
2014-11-04 17:52:06 +00:00
%endif
2014-02-05 15:12:48 +00:00
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(json-glib-1.0)
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
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
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
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
# For kerberos tests
BuildRequires: krb5-server
2014-11-14 14:54:17 +00:00
%endif
2014-11-04 17:52:06 +00:00
# For documentation
2015-02-26 15:45:57 +00:00
BuildRequires: xmlto
# Mandatory components of "cockpit"
Requires: %{name}-bridge = %{version}-%{release}
Requires: %{name}-ws = %{version}-%{release}
Requires: %{name}-shell = %{version}-%{release}
# Optional components (for f24 we use soft deps)
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
Recommends: %{name}-networkmanager = %{version}-%{release}
Recommends: %{name}-storaged = %{version}-%{release}
%ifarch x86_64 armv7hl
Recommends: %{name}-docker = %{version}-%{release}
%endif
Suggests: %{name}-pcp = %{version}-%{release}
Suggests: %{name}-kubernetes = %{version}-%{release}
# Older releases need to have strict requirements
%else
Requires: %{name}-networkmanager = %{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-03-14 14:44:00 +00:00
%endif
2014-02-05 15:12:48 +00:00
2014-02-05 15:12:48 +00:00
%description
Cockpit runs in a browser and can manage your network of GNU/Linux
machines.
%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
%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
%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.
%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
Requires: libssh >= %{libssh_version}
Obsoletes: cockpit-selinux-policy <= 0.83
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
%build
exec 2>&1
2014-11-04 17:52:06 +00:00
%if %{defined gitcommit}
env NOCONFIGURE=1 ./autogen.sh
%endif
%configure --disable-silent-rules --with-cockpit-user=cockpit-ws --with-branding=%{branding} --with-selinux-config-type=etc_t
make -j4 %{?extra_flags} all
2014-02-05 15:12:48 +00:00
%check
exec 2>&1
make -j4 check
2014-02-05 15:12:48 +00:00
%install
make install DESTDIR=%{buildroot}
2014-11-04 17:52:06 +00:00
%if %{defined gitcommit}
make install-test-assets DESTDIR=%{buildroot}
2015-03-04 15:17:59 +00:00
%else
rm -rf %{buildroot}/%{_datadir}/%{name}/playground
2014-11-04 17:52:06 +00:00
%endif
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
2014-02-05 15:12:48 +00:00
rm -f %{buildroot}/%{_libdir}/cockpit/*.so
install -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/%{name}/
2015-03-20 20:57:01 +00:00
# This is not yet packaged
rm -rf %{buildroot}%{_datadir}/%{name}/registry
# On RHEL we don't yet show options for changing language
%if 0%{?rhel}
echo '{ "linguas": null }' > %{buildroot}%{_datadir}/%{name}/shell/override.json
%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
echo '%dir %{_datadir}/%{name}/users' >> shell.list
find %{buildroot}%{_datadir}/%{name}/users -type f >> shell.list
echo '%dir %{_datadir}/%{name}/sosreport' > sosreport.list
find %{buildroot}%{_datadir}/%{name}/sosreport -type f >> sosreport.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
echo '%dir %{_datadir}/%{name}/network' > networkmanager.list
find %{buildroot}%{_datadir}/%{name}/network -type f >> networkmanager.list
echo '%dir %{_datadir}/%{name}/ostree' > ostree.list
find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list
# Not yet packaged
rm -rf %{buildroot}%{_datadir}/%{name}/tuned
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
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
# On RHEL subscriptions, networkmanager, and docker are part of the shell package
2015-04-07 07:56:11 +00:00
%if 0%{?rhel}
cat subscriptions.list docker.list networkmanager.list >> shell.list
2015-04-07 07:56:11 +00:00
%endif
# Only strip out debug info in non wip builds
%if %{defined gitcommit}
%define find_debug_info %{nil}
%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
# Redefine how debug info is built to slip in our extra debug files
%define __debug_install_post \
%{find_debug_info} \
cat debug.list >> %{_builddir}/%{?buildsubdir}/debugfiles.list \
%{nil}
2014-02-05 15:12:48 +00:00
%files
%{_docdir}/%{name}/AUTHORS
%{_docdir}/%{name}/COPYING
%{_docdir}/%{name}/README.md
2015-02-26 15:45:57 +00:00
%dir %{_datadir}/%{name}
%{_datadir}/appdata/cockpit.appdata.xml
%{_datadir}/applications/cockpit.desktop
%{_datadir}/pixmaps/cockpit.png
%doc %{_mandir}/man1/cockpit.1.gz
%files bridge
%doc %{_mandir}/man1/cockpit-bridge.1.gz
%{_bindir}/cockpit-bridge
%attr(4755, -, -) %{_libexecdir}/cockpit-polkit
%{_libdir}/security/pam_reauthorize.so
2014-12-15 19:58: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
%{_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
%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
%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
%{_libdir}/security/pam_ssh_add.so
2014-02-05 15:12:48 +00:00
%{_libexecdir}/cockpit-ws
%{_libexecdir}/cockpit-stub
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}
%{_datadir}/%{name}/static
2015-05-22 20:24:46 +00:00
%{_datadir}/%{name}/branding
2014-02-05 15:12:48 +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
%post ws
%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
%preun ws
%systemd_preun cockpit.socket
2014-02-05 15:12:48 +00:00
%postun ws
%systemd_postun_with_restart cockpit.socket
2014-02-05 15:12:48 +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 sosreport
Summary: Cockpit user interface for diagnostic reports
Requires: sos
BuildArch: noarch
%description sosreport
The Cockpit component for creating diagnostic reports with the
sosreport tool.
%files sosreport -f sosreport.list
%package storaged
Summary: Cockpit user interface for storage, using Storaged
Requires: storaged >= 2.1.1
Requires: storaged-lvm2 >= 2.1.1
Requires: device-mapper-multipath
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
%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
%package docker
Summary: Cockpit user interface for Docker containers
2015-05-27 17:14:40 +00:00
Requires: docker >= 1.3.0
%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
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
%package ostree
Summary: Cockpit user interface for rpm-ostree
Requires: rpm-ostree >= 2015.10-1
%description ostree
The Cockpit components for managing software updates for ostree based systems.
%files ostree -f ostree.list
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
2015-04-21 13:57:06 +00:00
%{_unitdir}/cockpit-testing.service
%{_unitdir}/cockpit-testing.socket
2014-11-04 17:52:06 +00:00
%endif
2014-02-05 15:12:48 +00:00
%changelog
* Thu Jan 14 2016 Stef Walter <stefw@redhat.com> - 0.91-1
- * Fix computing of graph samples on 32-bit OS
- * Distribute licenses of included components
- * Distribute development dependencies
- * Support 'make clean' properly in the tarball
* Tue Jan 05 2016 Stef Walter <stefw@redhat.com> - 0.90-1
- * Fix Content-Security-Policy which broke loading in certain situations
- * Deal correctly with failures trying to join unsupported domains
- * Add documentation about Cockpit startup
- * Better data in storage usage graphs
- * Start creating debian source packages
* Tue Dec 22 2015 Stef Walter <stefw@redhat.com> - 0.89-1
- * Start routine testing of Cockpit on Debian Unstable
- * Make the config file case insensitive
- * Reorder graphs on server summary page
- * Don't suggest syncing users when adding a machine to dashboard
- * Enable weak dependencies for F24+
- * Show correct data in per interface network graphs
- * Fix the Vagrantfile to pull in latest Cockpit
- * Add Content-Security-Policy header support
* Fri Dec 18 2015 Stef Walter <stefw@redhat.com> - 0.88-1
- * User interface for OSTree upgrades and rollbacks
- * General reusable purpose angular kubernetes client code
- * Allow custom login scripts for handling authentication
- * A specific dashboards can now be the default destination after login
- * Kill ssh-agent correctly when launched by cockpit-bridge
- * Add a new cockpit-stub bridge for non-local access
* Thu Dec 10 2015 Stef Walter <stefw@redhat.com> - 0.87-1
- * Fix login on Windows, don't prompt for additional auth
- * Use the machine host name in the default self-signed certificate
- * Cockpit release tarballs are now distributed in tar-ustar format
- * Allow overriding package manifests
- * Testing and build fixes
* Fri Dec 04 2015 Stef Walter <stefw@redhat.com> - 0.86-1
- * SOS report UI page
- * Simpler way for contributors to build cockpit RPMs
- * Infrastructure for implementing downloads
* Wed Nov 18 2015 Stef Walter <stefw@redhat.com> - 0.84-1
- * Add a cockpit manual page
- * Set correct SELinux context for certificates
- * Remove custom SELinux policy
- * Testing and bug fixes
* Tue Nov 03 2015 Stef Walter <stefw@redhat.com> - 0.83-1
- * Fix NTP server configuration bugs
- * Kubernetes dashboard topology icons don't leave the view
- * Kubernetes dashboard uses shared container-terminal component
- * Fix race when adding machine to Cockpit dashboard
- * Updated documentation for running new distributed tests
- * Lots of other bug and testing fixes
* Wed Oct 28 2015 Stef Walter <stefw@redhat.com> - 0.82-1
- * Support certificate chains properly in cockpit-ws
- * Rename the default self-signed certificate
- * Implement distributed integration testing
* Wed Oct 21 2015 Stef Walter <stefw@redhat.com> - 0.81-1
- * Allow configuring NTP servers when used with timesyncd
- * Fix regression in network configuration switches
- * Make the various graphs look better
- * Openshift Routes and Deployment Configs can be removed
- * Run integration tests using TAP "test anything protocol"
- * Lots of other bug fixes and cleanup
* Wed Oct 14 2015 Stef Walter <stefw@redhat.com> - 0.80-1
- * UI for loading, viewing, changing Private SSH Keys
- * Always start an ssh-agent in the cockpit login session
- * New listing panel designs
- * Lots of testing and bug fixes
* Wed Oct 07 2015 Stef Walter <stefw@redhat.com> - 0.79-1
- * Vagrant file for Cockpit development
- * Use libvirt for testing
- * Display only last lines of Kubernetes container logs
* Wed Sep 30 2015 Stef Walter <stefw@redhat.com> - 0.78-1
- * Fix extreme CPU usage issue in 0.77 release
- * Fix compatibility with older releases
- * Offer to activate multipathd for multipath disks
- * Guide now contains insight into feature internals
- * Lots of other minor bug fixes
* 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"
* 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
* 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
* 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
* 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
* 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.
* 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.
* 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
* 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
* 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
* Wed Apr 01 2015 Stephen Gallagher <sgallagh@redhat.com> 0.49-2
- Fix incorrect Obsoletes: of cockpit-daemon
* 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
* Sat Mar 21 2015 Stef Walter <stefw@redhat.com> - 0.44-3
- Add back debuginfo files to the right place
* 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
* 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
- 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
* Fri Dec 05 2014 Stef Walter <stefw@redhat.com> - 0.33-2
- Only build docker stuff on x86_64
* 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
- 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
* Wed Nov 12 2014 Stef Walter <stefw@redhat.com> - 0.30-1
- Update to 0.30 release
- Split Cockpit into various sub packages
* 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
- Include selinux policy as a dep where required
* Wed Nov 05 2014 Stef Walter <stefw@redhat.com> - 0.29-1
- Update to 0.29 release
* Thu Oct 16 2014 Stef Walter <stefw@redhat.com> - 0.28-1
- Update to 0.28 release
- cockpit-agent was renamed to cockpit-bridge
* 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
* 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
* 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
* 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
* 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
* Wed Jul 23 2014 Stef Walter <stefw@redhat.com> 0.16-3
- Distribute our own selinux policy rhbz#1110758
* 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
* 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
* 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
* 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