import libzfcphbaapi-2.2.0-15.el9
This commit is contained in:
parent
c8aa702997
commit
e0babd5cc1
@ -3,7 +3,7 @@
|
|||||||
Name: libzfcphbaapi
|
Name: libzfcphbaapi
|
||||||
Summary: HBA API for the zFCP device driver
|
Summary: HBA API for the zFCP device driver
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
||||||
# http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi-%%{hbaapiver}.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.
|
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
|
%package docs
|
||||||
License: CPL
|
Summary: Documentation for zFCP HBA API Library
|
||||||
Summary: zFCP HBA API Library -- Documentation
|
|
||||||
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description docs
|
%description docs
|
||||||
Documentation for the zFCP HBA API Library.
|
Documentation in HTML format for the zFCP HBA API Library.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -73,18 +79,22 @@ fi
|
|||||||
%{_mandir}/man3/UnSupportedHBAAPIs.3*
|
%{_mandir}/man3/UnSupportedHBAAPIs.3*
|
||||||
%{_mandir}/man8/zfcp_ping.8*
|
%{_mandir}/man8/zfcp_ping.8*
|
||||||
%{_mandir}/man8/zfcp_show.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
|
%files docs
|
||||||
%{_docdir}/%{name}/html
|
%{_docdir}/%{name}/html
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.0-14
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user