3
0
forked from pool/fipscheck
Ludwig Nussel 2014-08-15 07:58:14 +00:00 committed by Git OBS Bridge
commit ac34319926
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:676ba7ed4bb918721454ce83d5428645db6f0913e6a15e8aed3ee445727dc7a7
size 215454

3
fipscheck-1.4.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:607e94384e3e91bd93328beb07b7deaa421bb6b14b6162010f056dd68d402355
size 247632

View File

@ -3,6 +3,15 @@ Mon Jun 2 10:01:01 UTC 2014 - meissner@suse.com
- add baselibs.conf
-------------------------------------------------------------------
Tue May 27 14:13:38 UTC 2014 - meissner@suse.com
- updated to 1.4.1
- added manpages
- fipscheck/fipshmac: Add -s option to specify the hmac suffix
- fipshmac: Add '-d' option to specify where to put the .hmac files
- various bugfixes
-------------------------------------------------------------------
Tue Jan 21 14:21:27 UTC 2014 - cfarrell@suse.com

View File

@ -22,8 +22,8 @@ Summary: A library for integrity verification of FIPS validated modules
License: BSD-2-Clause
Group: System Environment/Libraries
Name: fipscheck
Version: 1.2.0
Release: 7.mge
Version: 1.4.1
Release: 0
Url: http://fedorahosted.org/fipscheck/
Source0: http://fedorahosted.org/releases/f/i/%{name}/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libopenssl-devel >= 0.9.8j
Requires: %{lname} = %{version}
%global soversion 1.1.0
%global soversion 1.2.1
%global somajor 1
%description
@ -100,10 +100,12 @@ rm $RPM_BUILD_ROOT/%{_lib}/libfipscheck.so
%defattr(-,root,root,-)
/%{_lib}/libfipscheck.so.*
/%{_lib}/.libfipscheck.so.*
%{_mandir}/man8/*.8.gz
%files devel
%defattr(-,root,root,-)
%{_includedir}/fipscheck.h
%{_libdir}/libfipscheck.so
%{_mandir}/man3/*.3.gz
%changelog