add README.md to dist tarball
README is required in rpm spec, but not included into the dist tarball
This commit is contained in:
@@ -15,7 +15,7 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
|
||||
AM_CPPFLAGS=-I. -I$(srcdir)/include
|
||||
AM_CFLAGS=$(WARN_CFLAGS)
|
||||
|
||||
EXTRA_DIST = autogen.sh COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt \
|
||||
EXTRA_DIST = autogen.sh COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt README.md \
|
||||
packaging/RPM/libiscsi.spec.in packaging/RPM/makerpms.sh \
|
||||
aros/aros_compat.c aros/aros_compat.h aros/iscsi-ls.c \
|
||||
aros/Makefile.AROS test-tool/iscsi-multipath.h \
|
||||
|
||||
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING LICENCE-LGPL-2.1.txt README TODO
|
||||
%doc COPYING LICENCE-LGPL-2.1.txt README.md TODO
|
||||
%{_libdir}/libiscsi.so.*
|
||||
|
||||
%package utils
|
||||
@@ -69,7 +69,7 @@ The libiscsi-utils package provides a set of assorted utilities to connect
|
||||
to iSCSI servers without having to set up the Linux iSCSI initiator.
|
||||
|
||||
%files utils
|
||||
%doc COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt README TODO
|
||||
%doc COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt README.md TODO
|
||||
%{_bindir}/iscsi-ls
|
||||
%{_bindir}/iscsi-inq
|
||||
%{_bindir}/iscsi-perf
|
||||
@@ -89,7 +89,7 @@ The libiscsi-devel package includes the header files for libiscsi.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING LICENCE-LGPL-2.1.txt README TODO
|
||||
%doc COPYING LICENCE-LGPL-2.1.txt README.md TODO
|
||||
%{_includedir}/iscsi/iscsi.h
|
||||
%{_includedir}/iscsi/scsi-lowlevel.h
|
||||
%{_libdir}/libiscsi.so
|
||||
|
||||
Reference in New Issue
Block a user