spec: Remove defattr and Group:
Long since useless
This commit is contained in:
parent
43b234ce26
commit
1d163f0e4a
@ -3,7 +3,6 @@ Summary: iSCSI client library
|
||||
Version: 1.18.0
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: https://github.com/sahlberg/%{name}
|
||||
|
||||
Source: https://github.com/sahlberg/%{name}/archive/%{version}.tar.gz
|
||||
@ -59,7 +58,6 @@ find $RPM_BUILD_ROOT -name "*.old" -exec rm -f {} \;
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING LICENCE-LGPL-2.1.txt
|
||||
%doc README TODO
|
||||
%dir %{libiscsi_libdir}
|
||||
@ -68,7 +66,6 @@ find $RPM_BUILD_ROOT -name "*.old" -exec rm -f {} \;
|
||||
|
||||
%package utils
|
||||
Summary: iSCSI Client Utilities
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -91,15 +88,12 @@ to iSCSI servers without having to set up the Linux iSCSI initiator.
|
||||
|
||||
%package devel
|
||||
Summary: iSCSI client development libraries
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The libiscsi-devel package includes the header files for libiscsi.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING LICENCE-LGPL-2.1.txt README TODO
|
||||
%dir %{libiscsi_includedir}
|
||||
%{libiscsi_includedir}/iscsi.h
|
||||
%{libiscsi_includedir}/scsi-lowlevel.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user