From 67ee5bbd715106e0dd99c2d6a7cef8e5116cb7c4 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 8 Sep 2022 11:45:51 +0200 Subject: [PATCH] 2123809 - rpm -Va reports error on /etc/cups/cups-browsed.conf --- cups-filters.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cups-filters.spec b/cups-filters.spec index 3e03ac0..3162e77 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -4,7 +4,7 @@ Summary: OpenPrinting CUPS filters and backends Name: cups-filters Version: 1.28.15 -Release: 2%{?dist} +Release: 3%{?dist} # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, @@ -308,7 +308,9 @@ done %{_mandir}/man1/driverless.1.gz %{_mandir}/man5/cups-browsed.conf.5.gz %{_mandir}/man8/cups-browsed.8.gz -%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf +# 2123809 - rpm -Va reports changes due %post scriptlet (remove the verify part once we remove +# cups-browsed.conf update from %post) +%config(noreplace) %verify(not size filedigest mtime) %{_sysconfdir}/cups/cups-browsed.conf %{_unitdir}/cups-browsed.service %files libs @@ -368,6 +370,9 @@ done %{_datadir}/cups/mime/braille.types %changelog +* Thu Sep 08 2022 Zdenek Dohnal - 1.28.15-3 +- 2123809 - rpm -Va reports error on /etc/cups/cups-browsed.conf + * Wed Jul 20 2022 Fedora Release Engineering - 1.28.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild