Version 0.3.92

This commit is contained in:
Roberto Sassu 2020-07-02 16:59:07 +02:00
parent 86ff43c0e9
commit 01bc7fd33d
3 changed files with 8 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
name: digest-list-tools
Version: 0.3.91
Version: 0.3.92
Release: 1%{?dist}
Summary: Digest list tools
@ -22,7 +22,7 @@ BuildRequires: keyutils-libs-devel
This package includes the tools for configure the IMA Digest Lists extension.
%prep
%setup -q
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -iv
@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
%exclude /usr/lib64/digestlist/*.la
%exclude /usr/lib64/libdigestlist-base.a
%exclude /usr/lib64/libdigestlist-base.la
%dir %{_includedir}/digestlist
%{_includedir}/digestlist/*.h
%doc
%dir /usr/share/digest-list-tools
@ -90,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/%{name}.1.gz
%changelog
* Thu Jul 02 2020 - 0.3.92
- Bug fixes
- Change format of file list for compact/unknown generators
* Tue Jun 03 2020 Roberto Sassu <roberto.sassu@huawei.com> - 0.3.91
- Bug fixes