#1 Fix requirement for %preun (instead of %postun) scriptlet
Merged 5 years ago by sharkcz. Opened 5 years ago by scfc.

file modified
+5 -2
@@ -3,7 +3,7 @@

  Name:           libzfcphbaapi

  Summary:        HBA API for the zFCP device driver

  Version:        2.2.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  License:        CPL

  URL:            http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html

  # http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi-%%{hbaapiver}.html
@@ -20,7 +20,7 @@

  BuildRequires:  libhbaapi-devel

  Requires:       libhbaapi

  Requires(post): grep

- Requires(postun): grep sed

+ Requires(preun): grep sed

  Provides:       s390utils-libzfcphbaapi = 2:1.20.0-4

  Obsoletes:      s390utils-libzfcphbaapi <= 2:1.20.0-3

  
@@ -93,6 +93,9 @@

  

  

  %changelog

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

+ - Fix requirement for %%preun (instead of %%postun) scriptlet

+ 

  * Thu Feb 28 2019 Dan Horák <dan[at]danny.cz> - 2.2.0-1

  - updated to 2.2.0

  

no initial comment

Pull-Request has been merged by sharkcz

5 years ago