From 6ade192db7d3d2f7d05b9a2447e78b8c6d9a6f0d Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Thu, 7 Mar 2019 19:50:24 +0000 Subject: [PATCH] Remove obsolete requirements for %post/%postun scriptlets --- flac.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flac.spec b/flac.spec index f367f50..37948a5 100644 --- a/flac.spec +++ b/flac.spec @@ -8,7 +8,7 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.3.2 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD and GPLv2+ and GFDL Source0: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz URL: http://www.xiph.org/flac/ @@ -66,8 +66,6 @@ Summary: XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files # The entire FLAC sources are covered by multiple licenses, but the xmms plugin # is only GPLv2+ License: GPLv2+ -Requires(post): desktop-file-utils -Requires(postun): desktop-file-utils %description -n xmms-flac FLAC is a Free Lossless Audio Codec. The FLAC format supports streaming, @@ -145,6 +143,9 @@ make -C test check FLAC__TEST_LEVEL=0 &> /dev/null %endif %changelog +* Thu Mar 7 2019 Tim Landscheidt - 1.3.2-11 +- Remove obsolete requirements for %%post/%%postun scriptlets + * Tue Feb 05 2019 Miroslav Lichvar 1.3.2-10 - rebuild again - fix indentation in buildrequires