Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2020-08-17 11:58:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krb5 (Old)
 and      /work/SRC/openSUSE:Factory/.krb5.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krb5"

Mon Aug 17 11:58:34 2020 rev:149 rq:824487 version:1.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2020-07-21 
16:42:56.444104837 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new.3399/krb5-mini.changes 2020-08-17 
11:58:36.178467648 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 17:38:11 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Don't fail if %{_lto_cflags} is empty
+
+-------------------------------------------------------------------
krb5.changes: same change

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

Other differences:
------------------
++++++ krb5-mini.spec ++++++
--- /var/tmp/diff_new_pack.yRFqMo/_old  2020-08-17 11:58:37.870468591 +0200
+++ /var/tmp/diff_new_pack.yRFqMo/_new  2020-08-17 11:58:37.870468591 +0200
@@ -198,8 +198,10 @@
 rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/spake.so
 rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
 
+%if "%{_lto_cflags}" != ""
 # Don't add the lto flags to the public link flags.
 sed -i "s/%{_lto_cflags}//" %{buildroot}%{_bindir}/krb5-config
+%endif
 
 %find_lang mit-krb5
 

++++++ krb5.spec ++++++
--- /var/tmp/diff_new_pack.yRFqMo/_old  2020-08-17 11:58:37.894468605 +0200
+++ /var/tmp/diff_new_pack.yRFqMo/_new  2020-08-17 11:58:37.898468607 +0200
@@ -276,8 +276,10 @@
 # manually remove test plugin since configure doesn't support disabling it at 
build time
 rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
 
+%if "%{_lto_cflags}" != ""
 # Don't add the lto flags to the public link flags.
 sed -i "s/%{_lto_cflags}//" %{buildroot}%{_bindir}/krb5-config
+%endif
 
 %find_lang mit-krb5
 




Reply via email to