import cockpit-appstream-285-1.el8
This commit is contained in:
parent
47514aed1e
commit
d7d9626ffd
@ -1,2 +1,2 @@
|
||||
b5b4613f2d157387f456943fbcb43425b1a40f52 SOURCES/cockpit-284.tar.xz
|
||||
a42ca6525c6721af82ea77fdce0e92e53f169463 SOURCES/cockpit-machines-282.tar.xz
|
||||
9ca189b88b4c2d6c57de8253bde84ebfd423e34a SOURCES/cockpit-285.tar.xz
|
||||
429738a0889a34e4979b24a1a0f3a7dab3742d30 SOURCES/cockpit-machines-283.tar.xz
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/cockpit-284.tar.xz
|
||||
SOURCES/cockpit-machines-282.tar.xz
|
||||
SOURCES/cockpit-285.tar.xz
|
||||
SOURCES/cockpit-machines-283.tar.xz
|
||||
|
@ -28,7 +28,7 @@
|
||||
# we maintain the basic/optional split, then it can be replaced with just %{version}.
|
||||
%define required_base 266
|
||||
|
||||
%define machines_version 282
|
||||
%define machines_version 283
|
||||
|
||||
# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly
|
||||
%if 0%{?centos}
|
||||
@ -51,7 +51,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPLv2+
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 284
|
||||
Version: 285
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: https://github.com/cockpit-project/cockpit-machines/releases/download/%{machines_version}/cockpit-machines-%{machines_version}.tar.xz
|
||||
@ -308,6 +308,7 @@ cat kdump.list sosreport.list networkmanager.list selinux.list >> system.list
|
||||
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml
|
||||
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-kdump.metainfo.xml
|
||||
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-selinux.metainfo.xml
|
||||
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-networkmanager.metainfo.xml
|
||||
rm -f %{buildroot}%{_datadir}/pixmaps/cockpit-sosreport.png
|
||||
%endif
|
||||
|
||||
@ -571,6 +572,7 @@ BuildArch: noarch
|
||||
The Cockpit component for managing networking. This package uses NetworkManager.
|
||||
|
||||
%files networkmanager -f networkmanager.list
|
||||
%{_datadir}/metainfo/org.cockpit-project.cockpit-networkmanager.metainfo.xml
|
||||
|
||||
%endif
|
||||
|
||||
@ -709,6 +711,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Feb 08 2023 Martin Pitt <mpitt@redhat.com> - 285-1
|
||||
- Stability and performance improvements
|
||||
|
||||
* Thu Jan 26 2023 Martin Pitt <mpitt@redhat.com> - 284-1
|
||||
- Storage: Set up a system to use NBDE
|
||||
- Machines: Option to forcefully revert a snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user