Add ./autogen.sh back to fix the version diff on autotools.

This commit is contained in:
Gris Ge 2018-03-23 19:44:45 +08:00
parent 3f57af82ed
commit 58e753eb76
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: libstoragemgmt
Version: 1.6.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
License: LGPLv2+
@ -244,6 +244,7 @@ without caring which real plugin(s) should be used.
%autosetup -p1
%build
./autogen.sh
# Copy the whole directory to Python3 build
rm -fr %{py3_build_dir}
cp -a . %{py3_build_dir}
@ -647,6 +648,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*
%changelog
* Fri Mar 23 2018 Gris Ge <fge@redhat.com> - 1.6.1-6
- Add ./autogen.sh back to fix the version diff on autotools.
* Fri Mar 23 2018 Gris Ge <fge@redhat.com> - 1.6.1-5
- Add missing rpm script for arcconf, nfs, local plugins.