evm-utils renamed to ima-evm-utils. v0.2
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 5 Apr 2012 11:54:28 +0000 (14:54 +0300)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 6 Sep 2012 11:08:53 +0000 (14:08 +0300)
Version set to 0.2.

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
ChangeLog
configure.ac
ima-evm-utils.spec.in [moved from evm-utils.spec.in with 81% similarity]

index 21f2fa1..9750bdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-04-05  Dmitry Kasatkin  <dmitry.kasatkin@intel.com>
+
+       version 0.2
+       * added RPM & TAR building makefile rules
+       * renamed evm-utils to ima-evm-utils
+       * added command options description
+       * updated error handling
+       * refactored redundant code
+
 2012-04-02  Dmitry Kasatkin  <dmitry.kasatkin@intel.com>
 
        version 0.1.0
index 5abcb04..7f7f446 100644 (file)
@@ -1,7 +1,7 @@
 # autoconf script
 
 AC_PREREQ([2.65])
-AC_INIT(evm-utils, 0.1, dmitry.kasatkin@intel.com)
+AC_INIT(ima-evm-utils, 0.2, dmitry.kasatkin@intel.com)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -47,7 +47,7 @@ fi
 AC_CONFIG_FILES([Makefile
                src/Makefile
                tests/Makefile
-               evm-utils.spec
+               ima-evm-utils.spec
                ])
 AC_OUTPUT
 
similarity index 81%
rename from evm-utils.spec.in
rename to ima-evm-utils.spec.in
index 65c3fb6..97df954 100644 (file)
@@ -1,7 +1,7 @@
 Name:          @PACKAGE_NAME@
 Version:       @PACKAGE_VERSION@
 Release:       1%{?dist}
-Summary:       evm-utils - IMA/EVM support utilities
+Summary:       @PACKAGE_NAME@ - IMA/EVM control utility
 Group:         System/Libraries
 License:       LGPLv2
 #URL:          
@@ -12,7 +12,6 @@ BuildRequires:    autoconf
 BuildRequires:    automake
 BuildRequires:    openssl-devel
 BuildRequires:    libattr-devel
-BuildRequires:    readline-devel
 BuildRequires:    keyutils-libs-devel
 
 %description
@@ -48,6 +47,6 @@ exit 0
 %{_libdir}/*
 
 %changelog
-* Wed Jul 20 2011 Dmitry Kasatkin <dmitry.kasatkin@intel.com>
-- Initial package for MeeGo
+* Thu Apr 05 2012 Dmitry Kasatkin <dmitry.kasatkin@intel.com>
+- Initial RPM spec file