remove useless hmac checksum

This commit is contained in:
Ondrej Kozina 2014-01-07 15:09:08 +01:00
parent 899979f6ed
commit aec00a0326

View File

@ -1,7 +1,7 @@
Summary: A utility for setting up encrypted disks
Name: cryptsetup
Version: 1.6.3
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ and LGPLv2+
Group: Applications/System
URL: http://cryptsetup.googlecode.com/
@ -102,7 +102,6 @@ make %{?_smp_mflags}
%{?__debug_package:%{__debug_install_post}} \
%{__arch_install_post} \
%{__os_install_post} \
fipshmac -d %{buildroot}/%{_libdir}/fipscheck %{buildroot}/%{_sbindir}/cryptsetup \
fipshmac -d %{buildroot}/%{_libdir}/fipscheck %{buildroot}/%{_libdir}/libcryptsetup.so.* \
%{nil}
@ -119,7 +118,6 @@ install -d %{buildroot}/%{_libdir}/fipscheck
%doc COPYING AUTHORS FAQ docs/*ReleaseNotes
%{_mandir}/man8/cryptsetup.8.gz
%{_sbindir}/cryptsetup
%{_libdir}/fipscheck/cryptsetup.hmac
%files -n veritysetup
%doc COPYING
@ -150,6 +148,9 @@ install -d %{buildroot}/%{_libdir}/fipscheck
%clean
%changelog
* Tue Jan 07 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.3-2
- remove useless hmac checksum
* Fri Dec 13 2013 Milan Broz <gmazyland@gmail.com> - 1.6.3-1
- Update to cryptsetup 1.6.3.