Hello community,

here is the log from the commit of package fipscheck for openSUSE:Factory 
checked in at 2018-10-12 13:08:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fipscheck (Old)
 and      /work/SRC/openSUSE:Factory/.fipscheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fipscheck"

Fri Oct 12 13:08:16 2018 rev:7 rq:640807 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fipscheck/fipscheck.changes      2017-06-20 
11:01:15.928190638 +0200
+++ /work/SRC/openSUSE:Factory/.fipscheck.new/fipscheck.changes 2018-10-12 
13:08:19.883501763 +0200
@@ -1,0 +2,15 @@
+Thu Sep 20 17:16:11 UTC 2018 - Jason Sikes <jsi...@suse.de>
+
+- Changed source back to http now that current release folder
+  has current tarball.
+
+-------------------------------------------------------------------
+Tue Sep 11 23:51:42 UTC 2018 - Jason Sikes <jsi...@suse.de>
+
+- Updated fipscheck to 1.5.0
+  * Changed source to local file since latest official release
+    is not in the official releases directory.
+  * Downgraded libopenssl-devel to libopenssl-1_0_0-devel because
+    1.0.2 supports FIPS.
+
+-------------------------------------------------------------------

Old:
----
  fipscheck-1.4.1.tar.bz2

New:
----
  fipscheck-1.5.0.tar.bz2

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

Other differences:
------------------
++++++ fipscheck.spec ++++++
--- /var/tmp/diff_new_pack.OKjRq2/_old  2018-10-12 13:08:21.611499295 +0200
+++ /var/tmp/diff_new_pack.OKjRq2/_new  2018-10-12 13:08:21.615499289 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fipscheck
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,40 +12,43 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname libfipscheck1 
-
+%global soversion 1.2.1
+%global somajor 1
 Name:           fipscheck
-Version:        1.4.1
+Version:        1.5.0
 Release:        0
 Summary:        A library for integrity verification of FIPS validated modules
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://fedorahosted.org/fipscheck/
-Source0:        
http://fedorahosted.org/releases/f/i/%{name}/%{name}-%{version}.tar.bz2
+URL:            https://releases.pagure.org/%{name}/
+# Source0 is a local file because current version is 1.5.0,
+# but the latest in the official release folder is 1.4.1
+Source0:        
https://releases.pagure.org/fipscheck/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 Patch0:         openssl-1_1-port.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libopenssl-devel >= 0.9.8j
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libopenssl-1_0_0-devel
+BuildRequires:  libtool
+BuildRequires:  xmlto
 Requires:       %{lname} = %{version}
 
-%global soversion 1.2.1
-%global somajor 1
-
 %description
 FIPSCheck is a library for integrity verification of FIPS validated
 modules. The package also provides helper binaries for creation and
 verification of the HMAC-SHA256 checksum files.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Library files for %{name}
 Group:          System/Libraries
 Requires:       %{_bindir}/fipscheck
 
-%description -n %lname
+%description -n %{lname}
 This package contains the FIPSCheck library.
 
 %package devel
@@ -71,41 +74,38 @@
 %define __spec_install_post \
     %{?__debug_package:%{__debug_install_post}} \
     %{__arch_install_post} \
-    %{__os_install_post} \
-    $RPM_BUILD_ROOT%{_bindir}/fipshmac $RPM_BUILD_ROOT%{_bindir}/fipscheck \
-    $RPM_BUILD_ROOT%{_bindir}/fipshmac 
$RPM_BUILD_ROOT/%{_lib}/libfipscheck.so.%{soversion} \
-    ln -s .libfipscheck.so.%{soversion}.hmac 
$RPM_BUILD_ROOT/%{_lib}/.libfipscheck.so.%{somajor}.hmac \
+    %__os_install_post \
+    %{buildroot}%{_bindir}/fipshmac %{buildroot}%{_bindir}/fipscheck \
+    %{buildroot}%{_bindir}/fipshmac 
%{buildroot}/%{_lib}/libfipscheck.so.%{soversion} \
+    ln -s .libfipscheck.so.%{soversion}.hmac 
%{buildroot}/%{_lib}/.libfipscheck.so.%{somajor}.hmac \
 %{nil}
 
 %install
 %make_install
-find $RPM_BUILD_ROOT -type f -name "*.la" -delete
-
-mkdir -p $RPM_BUILD_ROOT%{_libdir}
-ln -s  /%{_lib}/libfipscheck.so.%{soversion} 
$RPM_BUILD_ROOT%{_libdir}/libfipscheck.so
-rm $RPM_BUILD_ROOT/%{_lib}/libfipscheck.so
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %lname -p /sbin/ldconfig
+mkdir -p %{buildroot}%{_libdir}
+ln -s  /%{_lib}/libfipscheck.so.%{soversion} 
%{buildroot}%{_libdir}/libfipscheck.so
+rm %{buildroot}/%{_lib}/libfipscheck.so
 
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog COPYING README AUTHORS
+%license COPYING
+%doc ChangeLog README AUTHORS
 %{_bindir}/fipscheck
 %{_bindir}/.fipscheck.hmac
 %{_bindir}/fipshmac
 
-%files -n %lname
-%defattr(-,root,root,-)
+%files -n %{lname}
 /%{_lib}/libfipscheck.so.*
 /%{_lib}/.libfipscheck.so.*
-%{_mandir}/man8/*.8.gz
+%{_mandir}/man8/*.8%{?ext_man}
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/fipscheck.h
 %{_libdir}/libfipscheck.so
-%{_mandir}/man3/*.3.gz
+%{_mandir}/man3/*.3%{?ext_man}
 
 %changelog

++++++ fipscheck-1.4.1.tar.bz2 -> fipscheck-1.5.0.tar.bz2 ++++++
++++ 26948 lines of diff (skipped)


Reply via email to