import libzfcphbaapi-2.2.0-15.el9
This commit is contained in:
parent
d2cba63f32
commit
53e7d72687
@ -3,7 +3,7 @@
|
||||
Name: libzfcphbaapi
|
||||
Summary: HBA API for the zFCP device driver
|
||||
Version: 2.2.0
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?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
|
||||
@ -24,14 +24,20 @@ zFCP HBA API Library is an implementation of FC-HBA (see www.t11.org) for
|
||||
the zFCP device driver.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for zFCP HBA API Library
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Conflicts: libhbaapi-devel
|
||||
|
||||
%description devel
|
||||
Development files for the zFCP HBA API Library.
|
||||
|
||||
%package docs
|
||||
License: CPL
|
||||
Summary: zFCP HBA API Library -- Documentation
|
||||
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
||||
Summary: Documentation for zFCP HBA API Library
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description docs
|
||||
Documentation for the zFCP HBA API Library.
|
||||
Documentation in HTML format for the zFCP HBA API Library.
|
||||
|
||||
|
||||
%prep
|
||||
@ -73,18 +79,22 @@ fi
|
||||
%{_mandir}/man3/UnSupportedHBAAPIs.3*
|
||||
%{_mandir}/man8/zfcp_ping.8*
|
||||
%{_mandir}/man8/zfcp_show.8*
|
||||
%exclude %{_mandir}/man3/hbaapi.h.3*
|
||||
%exclude %{_docdir}/%{name}/html
|
||||
%exclude %{_libdir}/%{name}.so
|
||||
%exclude %{_libdir}/%{name}.la
|
||||
%exclude %{_includedir}/hbaapi.h
|
||||
|
||||
%files devel
|
||||
%{_mandir}/man3/hbaapi.h.3*
|
||||
%{_libdir}/%{name}.so
|
||||
%exclude %{_libdir}/%{name}.la
|
||||
%{_includedir}/hbaapi.h
|
||||
|
||||
%files docs
|
||||
%{_docdir}/%{name}/html
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 14 2022 Dan Horák <dhorak@redhat.com> - 2.2.0-15
|
||||
- add devel subpackage (#2069642)
|
||||
- Resolves: #2069642
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.0-14
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
Loading…
Reference in New Issue
Block a user