Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 7169d5be06
Remove BR for cups-filters
We cannot rebuilt cups-filter due to dep cycle. Remove the dep for now.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-03-23 19:06:09 +02:00
1 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Summary: CUPS printing system
Name: cups
Epoch: 1
Version: 2.4.2
Release: 10%{?dist}
Release: 10.0.riscv64%{?dist}
# the CUPS exception text is the same as LLVM exception, so using that name with
# agreement from legal team
# https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/message/A7GFSD6M3GYGSI32L2FC5KB22DUAEQI3/
@ -137,7 +137,7 @@ Requires: acl
Requires: %{name}-client%{?_isa} = %{epoch}:%{version}-%{release}
Requires: %{name}-filesystem = %{epoch}:%{version}-%{release}
# Make sure we have some filters for converting to raster format.
Requires: cups-filters
#Requires: cups-filters
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
Requires: dbus
Requires: systemd
@ -704,6 +704,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man7/ippeveps.7.gz
%changelog
* Thu Mar 23 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1:2.4.2-10.0.riscv64
- Remove BR on cups-filters (break cycle). Temporary change.
* Thu Mar 02 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.4.2-10
- fix loading ippeveps in ippeveprinter if only the command name is provided
- don't override color settings from print dialog