Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2017-10-17 01:52:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ima-evm-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ima-evm-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ima-evm-utils"

Tue Oct 17 01:52:55 2017 rev:9 rq:534142 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes      
2017-08-18 15:04:45.435169362 +0200
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 
2017-10-17 01:53:00.209070152 +0200
@@ -1,0 +2,14 @@
+Sat Oct 14 22:48:40 UTC 2017 - jeng...@inai.de
+
+- No need to remove .a files which don't exist.
+- Drop extraneous ldconfig call on preun.
+- Update RPM groups and descriptions.
+
+-------------------------------------------------------------------
+Fri Oct 13 14:09:08 UTC 2017 - matthias.gerst...@suse.com
+
+- ima-evm-utils-fix-docbook-xsl-directory.patch: adjusted to refer to the
+  "current" version of stylesheet to make the build work again
+- adjusted spec file to apply stylesheet patch to SLE12 as well
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ima-evm-utils.spec ++++++
--- /var/tmp/diff_new_pack.e9tAlb/_old  2017-10-17 01:53:01.009032683 +0200
+++ /var/tmp/diff_new_pack.e9tAlb/_new  2017-10-17 01:53:01.009032683 +0200
@@ -24,7 +24,7 @@
 Release:        0
 Summary:        IMA/EVM control utility
 License:        LGPL-2.1+
-Group:          System/Libraries
+Group:          System/Base
 Url:            http://sourceforge.net/projects/linux-ima/
 Source0:        
http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/%{name}-%{version}.tar.gz
 Patch2:         ima-evm-utils-fix-docbook-xsl-directory.patch
@@ -41,10 +41,11 @@
 BuildRequires:  pkg-config
 
 %description
-This package provides the IMA/EVM control utility.
+This package provides the control utility for IMA/EVM (Integrity
+Measurement Architecture/ Linux Extended Verification Module).
 
 %package devel
-Summary:        IMA/EVM control utility --development files
+Summary:        Development files for the IMA/EVM control utility library
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 
@@ -52,14 +53,15 @@
 This package contains the header files and the utilities for %{name}.
 
 %package -n %{libname}
-Summary:        IMA/EVM control utility --shared library
+Summary:        IMA/EVM control utility libary
 Group:          System/Libraries
 
 %description -n %{libname}
-This package provides the IMA:EVM shared library.
+This package provides the shared library for IMA/EVM (Integrity
+Measurement Architecture/Extended Verification Module).
 
 %package -n evmctl
-Summary:        IMA/EVM control utility --IMA/EVM signing utility
+Summary:        IMA/EVM signing utility
 Group:          System/Kernel
 Provides:       ima-evm-utils = %{version}
 Obsoletes:      ima-evm-utils < %{version}
@@ -71,7 +73,7 @@
 
 %prep
 %setup -q
-%if %suse_version > 1315
+%if %suse_version >= 1315
 %patch2 -p1
 %endif
 
@@ -84,13 +86,10 @@
 make DESTDIR=%{buildroot} install
 # Let do it by ourselves later...
 rm -rf %{buildroot}%{_datadir}/doc
-find %{buildroot}%{_libdir} -type f -name "*.a" -print -delete
 find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
 
 %post -n %{libname} -p /sbin/ldconfig
 
-%preun -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files devel

++++++ ima-evm-utils-fix-docbook-xsl-directory.patch ++++++
--- /var/tmp/diff_new_pack.e9tAlb/_old  2017-10-17 01:53:01.037031371 +0200
+++ /var/tmp/diff_new_pack.e9tAlb/_new  2017-10-17 01:53:01.037031371 +0200
@@ -7,7 +7,7 @@
  
  # requires asciidoc, xslproc, docbook-xsl
 -MANPAGE_DOCBOOK_XSL = 
/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
-+MANPAGE_DOCBOOK_XSL = 
/usr/share/xml/docbook/stylesheet/nwalsh/1.79.0/manpages/docbook.xsl
++MANPAGE_DOCBOOK_XSL = 
/usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
  
  evmctl.1.html: README
        @asciidoc -o $@ $<


Reply via email to