From da5ef71cf21aa90af00d1168cb39b2061db4d3f3 Mon Sep 17 00:00:00 2001 From: zhangsn Date: Fri, 5 Sep 2025 08:31:23 +0000 Subject: [PATCH] fix cups page is displayed incorrectly Signed-off-by: zhangsn --- cups.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index 5035b9e..eb4cbb7 100644 --- a/cups.spec +++ b/cups.spec @@ -3,7 +3,7 @@ Name: cups Epoch: 1 Version: 2.4.7 -Release: 6 +Release: 7 Summary: CUPS is the standards-based, open source printing system for linux operating systems. License: Apache-2.0 Url: https://openprinting.github.io/cups/ @@ -42,6 +42,7 @@ Requires: dbus systemd acl cups-filters /usr/sbin/alternatives Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-client%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-filesystem = %{epoch}:%{version}-%{release} +Requires: %{name}-help = %{epoch}:%{version}-%{release} # Requires working PrivateTmp (bug #807672) Requires(pre): systemd @@ -431,6 +432,9 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Fri Sep 5 2025 zhangshaoning - 1:2.4.7-7 +- fix cups page is displayed incorrectly + * Sat Oct 12 2024 Funda Wang - 1:2.4.7-6 - fix file conflicts regarding man pages - add back lspp patch -- Gitee