Hello community,

here is the log from the commit of package fipscheck for openSUSE:Factory 
checked in at 2020-11-26 23:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fipscheck (Old)
 and      /work/SRC/openSUSE:Factory/.fipscheck.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fipscheck"

Thu Nov 26 23:08:42 2020 rev:10 rq:849620 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fipscheck/fipscheck.changes      2019-09-25 
00:50:25.537877768 +0200
+++ /work/SRC/openSUSE:Factory/.fipscheck.new.5913/fipscheck.changes    
2020-11-26 23:08:42.624789064 +0100
@@ -1,0 +2,5 @@
+Fri Nov 20 09:50:32 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- move libs to %_libdir (boo#1029961)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fipscheck.spec ++++++
--- /var/tmp/diff_new_pack.Mbo0km/_old  2020-11-26 23:08:43.148789573 +0100
+++ /var/tmp/diff_new_pack.Mbo0km/_new  2020-11-26 23:08:43.148789573 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fipscheck
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,7 +63,7 @@
 %patch2 -p1
 
 %build
-%configure --disable-static --libdir=/%{_lib}
+%configure --disable-static
 
 make %{?_smp_mflags} LDFLAGS="-Wl,-z,relro"
 
@@ -73,18 +73,14 @@
     %{__arch_install_post} \
     %__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 \
+    %{buildroot}%{_bindir}/fipshmac 
%{buildroot}/%{_libdir}/libfipscheck.so.%{soversion} \
+    ln -s .libfipscheck.so.%{soversion}.hmac 
%{buildroot}/%{_libdir}/.libfipscheck.so.%{somajor}.hmac \
 %{nil}
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-mkdir -p %{buildroot}%{_libdir}
-ln -s  /%{_lib}/libfipscheck.so.%{soversion} 
%{buildroot}%{_libdir}/libfipscheck.so
-rm %{buildroot}/%{_lib}/libfipscheck.so
-
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
@@ -96,8 +92,8 @@
 %{_bindir}/fipshmac
 
 %files -n %{lname}
-/%{_lib}/libfipscheck.so.*
-/%{_lib}/.libfipscheck.so.*
+%{_libdir}/libfipscheck.so.*
+%{_libdir}/.libfipscheck.so.*
 %{_mandir}/man8/*.8%{?ext_man}
 
 %files devel
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to