rpms/fipscheck/devel .cvsignore, 1.2, 1.3 fipscheck.spec, 1.2, 1.3 sources, 1.2, 1.3

Tomáš Mráz tmraz at fedoraproject.org
Wed Mar 18 12:10:01 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/fipscheck/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31217

Modified Files:
	.cvsignore fipscheck.spec sources 
Log Message:
* Wed Mar 18 2009 Tomas Mraz - 1.1.0-1
- hmac check itself as required by FIPS



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Feb 2009 09:57:03 -0000	1.2
+++ .cvsignore	18 Mar 2009 12:09:30 -0000	1.3
@@ -1 +1 @@
-fipscheck-1.0.4.tar.bz2
+fipscheck-1.1.0.tar.bz2


Index: fipscheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/devel/fipscheck.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fipscheck.spec	24 Feb 2009 17:10:59 -0000	1.2
+++ fipscheck.spec	18 Mar 2009 12:09:31 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:	A library for integrity verification of FIPS validated modules
 Name:		fipscheck
-Version:	1.0.4
-Release:	2%{?dist}
+Version:	1.1.0
+Release:	1%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 # This is a Red Hat maintained package which is specific to
@@ -36,6 +36,16 @@
 
 make %{?_smp_mflags}
 
+# Add generation of HMAC checksums of the final stripped binaries
+%define __spec_install_post \
+    %{?__debug_package:%{__debug_install_post}} \
+    %{__arch_install_post} \
+    %{__os_install_post} \
+    $RPM_BUILD_ROOT/bin/fipshmac $RPM_BUILD_ROOT/bin/fipscheck \
+    $RPM_BUILD_ROOT/bin/fipshmac $RPM_BUILD_ROOT/%{_lib}/libfipscheck.so.1.1.0 \
+    ln -s .libfipscheck.so.1.1.0.hmac $RPM_BUILD_ROOT/%{_lib}/.libfipscheck.so.1.hmac \
+%{nil}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,7 +69,9 @@
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README AUTHORS
 /%{_lib}/libfipscheck.so.*
+/%{_lib}/.libfipscheck.so.*
 /bin/fipscheck
+/bin/.fipscheck.hmac
 /bin/fipshmac
 
 %files devel
@@ -68,8 +80,8 @@
 %{_libdir}/libfipscheck.so
 
 %changelog
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Wed Mar 18 2009 Tomas Mraz - 1.1.0-1
+- hmac check itself as required by FIPS
 
 * Mon Feb  9 2009 Tomas Mraz - 1.0.4-1
 - add some docs to the README, require current openssl in Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Feb 2009 09:57:04 -0000	1.2
+++ sources	18 Mar 2009 12:09:31 -0000	1.3
@@ -1 +1 @@
-6626b490c5b62a796e6272126e4ff6e8  fipscheck-1.0.4.tar.bz2
+fb294821de9dd1174df721f4741d82ba  fipscheck-1.1.0.tar.bz2




More information about the fedora-extras-commits mailing list