From 9e561a77d8c05f108444add5e645a44cd50907c5 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 24 Nov 2020 13:01:09 +0100 Subject: [PATCH] CREDITS is now in markdown format, so we don't need to convert --- cups.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cups.spec b/cups.spec index ad5b412..3655671 100644 --- a/cups.spec +++ b/cups.spec @@ -341,11 +341,7 @@ sed -i -e 's,^PageLog .*,PageLog syslog,' conf/cups-files.conf.in # Let's look at the compilation command lines. perl -pi -e "s,^.SILENT:,," Makedefs.in -f=CREDITS.md -mv "$f" "$f"~ -iconv -f MACINTOSH -t UTF-8 "$f"~ > "$f" -rm -f "$f"~ - +# remove this once we don't have any patches changing configure stuff aclocal -I config-scripts autoconf -f -I config-scripts @@ -745,6 +741,7 @@ rm -f %{cups_serverbin}/backend/smb - fix packaging of printerapp manpages - wheel is now in system groups by default - remove old scripts for older migrations +- CREDITS is now in markdown format, so we don't need to convert * Thu Nov 12 2020 Zdenek Dohnal - 1:2.3.3-19 - 1897023 - Cups service restart sequence during upgrade incorrect