From 2e91d25c4ffd418f7911432eb2ec7c64d33c2587 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 30 Dec 2022 07:32:16 +0000 Subject: [PATCH] remove useless requires --- cockpit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cockpit.spec b/cockpit.spec index 8fb7caf..aefa874 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,7 +1,7 @@ %bcond_with pcp Name: cockpit Version: 178 -Release: 12 +Release: 13 Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers License: LGPLv2+ URL: https://cockpit-project.org/ @@ -22,7 +22,7 @@ BuildRequires: pcp-libs-devel %endif Requires: glib-networking shadow-utils grep libpwquality coreutils NetworkManager kexec-tools openssl glib2 >= 2.37.4 -Requires: python3 python3-dbus systemd udisks2 >= 2.6 libvirt libvirt-client PackageKit +Requires: python3 python3-dbus systemd udisks2 >= 2.6 PackageKit Provides: %{name}-networkmanager %{name}-selinux %{name}-sosreport %{name}-dashboard = %{version}-%{release} Provides: %{name}-machines = %{version}-%{release} %{name}-machines-ovirt = %{version}-%{release} %{name}-shell %{name}-systemd @@ -181,6 +181,9 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true %doc %{_mandir}/man8/{cockpit-ws.8.gz,remotectl.8.gz,pam_ssh_add.8.gz} %changelog +* Fri Dec 30 2022 zhouwenpei - 178-13 +- remove useless requires + * Tue Dec 13 2022 zhouwenpei - 178-12 - strip binary file -- Gitee