Hello community,

here is the log from the commit of package fwupdate for openSUSE:Factory 
checked in at 2017-04-11 09:36:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupdate (Old)
 and      /work/SRC/openSUSE:Factory/.fwupdate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupdate"

Tue Apr 11 09:36:08 2017 rev:4 rq:483477 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupdate/fwupdate.changes        2017-03-12 
20:05:03.996701299 +0100
+++ /work/SRC/openSUSE:Factory/.fwupdate.new/fwupdate.changes   2017-04-11 
09:36:11.641101763 +0200
@@ -1,0 +2,8 @@
+Thu Mar 30 04:10:51 UTC 2017 - [email protected]
+
+- Remove the debug source and info of the EFI files when disabling
+  the debug build (bsc#1031554)
+  + Also remove the efi-debuginfo subpackage since the debug file
+    is packaged correctly now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fwupdate.spec ++++++
--- /var/tmp/diff_new_pack.GOUu0T/_old  2017-04-11 09:36:12.185024927 +0200
+++ /var/tmp/diff_new_pack.GOUu0T/_new  2017-04-11 09:36:12.189024361 +0200
@@ -14,10 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 # needssslcertforbuild
 
+
 Name:           fwupdate
 Version:        0.5
 Release:        0
@@ -81,14 +80,6 @@
 %description efi
 UEFI binaries used by libfwup to update the firmware.
 
-%package efi-debuginfo
-Summary:        Debuginfo of the fwupdate UEFI binaries
-Group:          System/Base
-
-%description efi-debuginfo
-The debuginfo of the fwupdate UEFI binaries.
-
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -109,6 +100,12 @@
               localedir=%{_datadir}/locale/ includedir=%{_includedir} \
              libexecdir=%{_libexecdir} datadir=%{_datadir} EFIDIR=%{efidir}
 
+echo 0%{?_build_create_debug}
+%if 0%{?_build_create_debug} == 0
+rm -rf %{buildroot}/usr/src/debug/%{name}*
+rm -f  %{buildroot}/usr/lib/debug/%{_libdir}/efi/fwup*.efi.debug
+%endif
+
 %fdupes %{buildroot}%{_mandir}/*
 
 # create rcsymlink
@@ -173,9 +170,4 @@
 %dir %{_libdir}/efi
 %{_libdir}/efi/fwup*.efi
 
-%files efi-debuginfo
-%defattr(-,root,root)
-%dir /usr/lib/debug/%{_libdir}/efi/
-/usr/lib/debug/%{_libdir}/efi/fwup*.efi.debug
-
 %changelog


Reply via email to