Fix requirement for %preun (instead of %postun) scriptlet
This commit is contained in:
parent
aabac81bb8
commit
7905d1ade3
@ -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: sg3_utils-devel
|
||||
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 @@ grep -q -e "^libzfcphbaapi" /etc/hba.conf &&
|
||||
|
||||
|
||||
%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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user