RHEL-49766 Fix missing Epoch in conflicts reported by rpminspect
Resolves: RHEL-49766
This commit is contained in:
parent
113cc296a3
commit
8b73742329
@ -13,7 +13,7 @@ Summary: OpenPrinting CUPS filters for CUPS 2.X
|
||||
Name: cups-filters
|
||||
Epoch: 1
|
||||
Version: 2.0.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
|
||||
# the CUPS exception text is the same as LLVM exception, so using that name with
|
||||
# agreement from legal team
|
||||
@ -32,7 +32,7 @@ Source2: lftocrlf
|
||||
# driverless backend/driver was moved into a separate package to
|
||||
# remove avahi dependency for filters
|
||||
# remove once C10S is released and F40 is EOL
|
||||
Conflicts: cups-filters-driverless < 2.0.0-3
|
||||
Conflicts: cups-filters-driverless < 1:2.0.0-3
|
||||
|
||||
# autogen.sh
|
||||
BuildRequires: autoconf
|
||||
@ -81,7 +81,7 @@ License: Apache-2.0 WITH LLVM-exception
|
||||
# backends and drivers has been moved from the main package to subpackage
|
||||
# to remove the avahi/mdns dependency needed for driverless
|
||||
# remove after F40 is EOL and C10S is released
|
||||
Conflicts: cups-filters < 2.0.0-3
|
||||
Conflicts: cups-filters < 1:2.0.0-3
|
||||
|
||||
# finding device via driverless depends on running avahi-daemon
|
||||
Requires: avahi
|
||||
@ -209,6 +209,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 19 2024 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.0.0-8
|
||||
- RHEL-49766 Fix missing Epoch in conflicts reported by rpminspect
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:2.0.0-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user