Update to version 0.114
0.104 * Network configuration of the Ethernet MTU * Red Hat Subscriptions can now specify activation keys and orgs * Start integration testing on CentOS * SSH Host keys are show on system page * Machine ID is shown on system page * Show intelligent password score error messages
This commit is contained in:
parent
389b8e8d41
commit
805637d882
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@
|
|||||||
/cockpit-0.111.tar.xz
|
/cockpit-0.111.tar.xz
|
||||||
/cockpit-0.112.tar.xz
|
/cockpit-0.112.tar.xz
|
||||||
/cockpit-0.113.tar.xz
|
/cockpit-0.113.tar.xz
|
||||||
|
/cockpit-0.114.tar.xz
|
||||||
|
39
cockpit.spec
39
cockpit.spec
@ -1,4 +1,4 @@
|
|||||||
%define tag 0.113
|
%define tag 0.114
|
||||||
%define rev 1
|
%define rev 1
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -217,7 +217,7 @@ echo '%dir %{_datadir}/%{name}/ostree' > ostree.list
|
|||||||
find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list
|
find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list
|
||||||
|
|
||||||
# on RHEL systems we don't have the required setroubleshoot-server packages
|
# on RHEL systems we don't have the required setroubleshoot-server packages
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}%{?centos}
|
||||||
rm -rf %{buildroot}%{_datadir}/%{name}/selinux
|
rm -rf %{buildroot}%{_datadir}/%{name}/selinux
|
||||||
%else
|
%else
|
||||||
echo '%dir %{_datadir}/%{name}/selinux' > selinux.list
|
echo '%dir %{_datadir}/%{name}/selinux' > selinux.list
|
||||||
@ -427,6 +427,21 @@ subscription management.
|
|||||||
|
|
||||||
%files subscriptions -f subscriptions.list
|
%files subscriptions -f subscriptions.list
|
||||||
|
|
||||||
|
%package networkmanager
|
||||||
|
Summary: Cockpit user interface for networking, using NetworkManager
|
||||||
|
Requires: %{name}-shell = %{version}-%{release}
|
||||||
|
Requires: NetworkManager
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description networkmanager
|
||||||
|
The Cockpit component for managing networking. This package uses NetworkManager.
|
||||||
|
|
||||||
|
%files networkmanager -f networkmanager.list
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel}%{?centos} == 0
|
||||||
|
|
||||||
%package selinux
|
%package selinux
|
||||||
Summary: Cockpit SELinux package
|
Summary: Cockpit SELinux package
|
||||||
Requires: %{name}-shell = %{version}-%{release}
|
Requires: %{name}-shell = %{version}-%{release}
|
||||||
@ -439,17 +454,6 @@ utility setroubleshoot to diagnose and resolve SELinux issues.
|
|||||||
|
|
||||||
%files selinux -f selinux.list
|
%files selinux -f selinux.list
|
||||||
|
|
||||||
%package networkmanager
|
|
||||||
Summary: Cockpit user interface for networking, using NetworkManager
|
|
||||||
Requires: %{name}-shell = %{version}-%{release}
|
|
||||||
Requires: NetworkManager
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description networkmanager
|
|
||||||
The Cockpit component for managing networking. This package uses NetworkManager.
|
|
||||||
|
|
||||||
%files networkmanager -f networkmanager.list
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch x86_64 armv7hl
|
%ifarch x86_64 armv7hl
|
||||||
@ -504,6 +508,15 @@ pulls in some necessary packages via dependencies.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 12 2016 Stef Walter <stefw@redhat.com> - 0.114-1
|
||||||
|
- .104
|
||||||
|
- * Network configuration of the Ethernet MTU
|
||||||
|
- * Red Hat Subscriptions can now specify activation keys and orgs
|
||||||
|
- * Start integration testing on CentOS
|
||||||
|
- * SSH Host keys are show on system page
|
||||||
|
- * Machine ID is shown on system page
|
||||||
|
- * Show intelligent password score error messages
|
||||||
|
|
||||||
* Thu Jul 07 2016 Stef Walter <stefw@redhat.com> - 0.113-1
|
* Thu Jul 07 2016 Stef Walter <stefw@redhat.com> - 0.113-1
|
||||||
- * Show timer information for systemd timer jobs
|
- * Show timer information for systemd timer jobs
|
||||||
- * Use 'active-backup' as the default for new network bonds
|
- * Use 'active-backup' as the default for new network bonds
|
||||||
|
Loading…
Reference in New Issue
Block a user