#1 Remove obsolete requirements for %post/%postun scriptlets
Merged 5 years ago by nphilipp. Opened 5 years ago by scfc.

file modified
+4 -12
@@ -30,7 +30,7 @@

  Summary: Raw image data retrieval tool for digital cameras

  Name: ufraw

  Version: 0.23

- Release: 0.1%{?dist}

+ Release: 0.2%{?dist}

  License: GPLv2+

  URL: http://ufraw.sourceforge.net

  Source0: http://downloads.sourceforge.net/ufraw/ufraw-0.22.tar.gz
@@ -58,8 +58,6 @@

  BuildRequires: perl-interpreter

  BuildRequires: gettext

  BuildRequires: cfitsio-devel

- Requires(post): desktop-file-utils

- Requires(postun): desktop-file-utils

  %if %{with splitpackage}

  Requires: ufraw-common = %{?epoch:%{epoch}:}%{version}-%{release}

  %else
@@ -69,13 +67,6 @@

  %endif

  Requires(post): GConf2

  Requires(preun): GConf2

- %if %{with pkg_mime_xml}

- Requires(post): shared-mime-info < 0.21

- Requires(postun): shared-mime-info < 0.21

- %else

- Requires(post): shared-mime-info >= 0.21

- Requires(postun): shared-mime-info >= 0.21

- %endif

  %endif

  Requires: gtkimageview >= 1.6.1

  
@@ -91,8 +82,6 @@

  Summary: Common files needed by UFRaw

  Requires(post): GConf2

  Requires(preun): GConf2

- Requires(post): shared-mime-info

- Requires(postun): shared-mime-info

  

  %description common

  The ufraw-common files includes common files for UFRaw, e.g. language support.
@@ -186,6 +175,9 @@

  %endif

  

  %changelog

+ * Fri Mar  8 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 0.23-0.2

+ - Remove obsolete requirements for %%post/%%postun scriptlets

+ 

  * Thu Feb 14 2019 Sérgio Basto <sergio@serjux.com> - 0.23-0.1

  - The latest commits of ufraw made after 0.22 and some fixes found over the

    internet.

no initial comment

Pull-Request has been merged by nphilipp

5 years ago