Hello community,

here is the log from the commit of package fipscheck for openSUSE:Factory 
checked in at 2019-01-15 13:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fipscheck (Old)
 and      /work/SRC/openSUSE:Factory/.fipscheck.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fipscheck"

Tue Jan 15 13:13:50 2019 rev:8 rq:663399 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fipscheck/fipscheck.changes      2018-10-12 
13:08:19.883501763 +0200
+++ /work/SRC/openSUSE:Factory/.fipscheck.new.28833/fipscheck.changes   
2019-01-15 13:13:51.920475886 +0100
@@ -1,0 +2,8 @@
+Thu Jan  3 11:08:27 UTC 2019 - Vítězslav Čížek <vci...@suse.com>
+
+- Use the shipped manpages instead of building them with xmlto
+  in order to avoid a build cycle (fipscheck, xmlto, libxslt, libgcrypt)
+  * add fipscheck-dont_generate_manpages.patch
+- fix build on older distributions
+
+-------------------------------------------------------------------

New:
----
  fipscheck-dont_generate_manpages.patch

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

Other differences:
------------------
++++++ fipscheck.spec ++++++
--- /var/tmp/diff_new_pack.T3YA8z/_old  2019-01-15 13:13:52.520475417 +0100
+++ /var/tmp/diff_new_pack.T3YA8z/_new  2019-01-15 13:13:52.524475414 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fipscheck
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,11 +31,15 @@
 Source0:        
https://releases.pagure.org/fipscheck/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 Patch0:         openssl-1_1-port.patch
+Patch1:         fipscheck-dont_generate_manpages.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+%if 0%{?suse_version} >= 1500
 BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  libopenssl-devel
+%endif
 BuildRequires:  libtool
-BuildRequires:  xmlto
 Requires:       %{lname} = %{version}
 
 %description
@@ -64,6 +68,7 @@
 if pkg-config --atleast-version=1.1 openssl; then
 %patch0 -p1
 fi
+%patch1 -p1
 
 %build
 %configure --disable-static --libdir=/%{_lib}

++++++ fipscheck-dont_generate_manpages.patch ++++++
Index: fipscheck-1.5.0/man/Makefile.in
===================================================================
--- fipscheck-1.5.0.orig/man/Makefile.in        2017-02-23 15:49:16.000000000 
+0100
+++ fipscheck-1.5.0/man/Makefile.in     2019-01-03 12:03:26.003429620 +0100
@@ -567,7 +567,7 @@ uninstall-man: uninstall-man3 uninstall-
 
 
 $(dist_man_MANS): $(manpages_XMLSOURCES)
-       for i in $^ ; do xmlto man $$i ; done
+       #for i in $^ ; do xmlto man $$i ; done
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

Reply via email to