rpms/fipscheck/devel .cvsignore, 1.4, 1.5 fipscheck.spec, 1.4, 1.5 sources, 1.4, 1.5

Tomáš Mráz tmraz at fedoraproject.org
Tue May 26 20:50:46 UTC 2009


Author: tmraz

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

Modified Files:
	.cvsignore fipscheck.spec sources 
Log Message:
* Tue May 26 2009 Tomas Mraz - 1.2.0-1
- add lib subpackage to avoid multilib on the base package
- add ability to compute hmacs on multiple files at once
- improved debugging with FIPSCHECK_DEBUG



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	19 Mar 2009 09:17:39 -0000	1.4
+++ .cvsignore	26 May 2009 20:50:15 -0000	1.5
@@ -1 +1 @@
-fipscheck-1.1.1.tar.bz2
+fipscheck-1.2.0.tar.bz2


Index: fipscheck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/devel/fipscheck.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- fipscheck.spec	19 Mar 2009 09:17:39 -0000	1.4
+++ fipscheck.spec	26 May 2009 20:50:15 -0000	1.5
@@ -1,6 +1,6 @@
 Summary:	A library for integrity verification of FIPS validated modules
 Name:		fipscheck
-Version:	1.1.1
+Version:	1.2.0
 Release:	1%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
@@ -18,11 +18,22 @@ FIPSCheck is a library for integrity ver
 modules. The package also provides helper binaries for creation and
 verification of the HMAC-SHA256 checksum files.
 
+%package lib
+Summary:	Library files for %{name}
+Group:		System Environment/Libraries
+
+Requires:	%{_bindir}/fipscheck
+Obsoletes:	%{name} < 1.2.0-1
+Conflicts:	%{name} < 1.2.0-1
+
+%description lib
+This package contains the FIPSCheck library.
+
 %package devel
 Summary:	Development files for %{name}
 Group:		System Environment/Libraries
 
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-lib = %{version}-%{release}
 
 %description devel
 This package contains development files for %{name}.
@@ -62,18 +73,26 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README AUTHORS
-%{_libdir}/libfipscheck.so.*
-%{_libdir}/.libfipscheck.so.*
 %{_bindir}/fipscheck
 %{_bindir}/.fipscheck.hmac
 %{_bindir}/fipshmac
 
+%files lib
+%defattr(-,root,root,-)
+%{_libdir}/libfipscheck.so.*
+%{_libdir}/.libfipscheck.so.*
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/fipscheck.h
 %{_libdir}/libfipscheck.so
 
 %changelog
+* Tue May 26 2009 Tomas Mraz - 1.2.0-1
+- add lib subpackage to avoid multilib on the base package
+- add ability to compute hmacs on multiple files at once
+- improved debugging with FIPSCHECK_DEBUG
+
 * Thu Mar 19 2009 Tomas Mraz - 1.1.1-1
 - move binaries and libraries to /usr
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fipscheck/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	19 Mar 2009 09:17:39 -0000	1.4
+++ sources	26 May 2009 20:50:16 -0000	1.5
@@ -1 +1 @@
-fd57a73f6a79485dc4152b316778998b  fipscheck-1.1.1.tar.bz2
+5bfe67a0360ab5e09b7a068ed9eeda90  fipscheck-1.2.0.tar.bz2




More information about the scm-commits mailing list