diff --git a/cups.spec b/cups.spec index 5035b9ee94f31280110a28ffb4fbf1348ccf89e8..eb4cbb757b4a988ce95a61b54382d3822cb3553a 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