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