Hello community,

here is the log from the commit of package mkelfImage for openSUSE:Factory 
checked in at 2017-10-19 19:33:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkelfImage (Old)
 and      /work/SRC/openSUSE:Factory/.mkelfImage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkelfImage"

Thu Oct 19 19:33:31 2017 rev:16 rq:535179 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkelfImage/mkelfImage.changes    2011-12-25 
17:36:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mkelfImage.new/mkelfImage.changes       
2017-10-19 19:33:39.372610913 +0200
@@ -1,0 +2,7 @@
+Thu Oct 19 10:36:48 UTC 2017 - [email protected]
+
+- Cleanup spec file with spec-clener
+- Add url
+- Add missing build dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mkelfImage.spec ++++++
--- /var/tmp/diff_new_pack.xpYlJb/_old  2017-10-19 19:33:40.388563379 +0200
+++ /var/tmp/diff_new_pack.xpYlJb/_new  2017-10-19 19:33:40.392563192 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mkelfImage
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,46 +17,44 @@
 
 
 Name:           mkelfImage
+Version:        2.5
+Release:        0
 Summary:        Utility to Create ELF Boot Images from Linux Kernel Images
 License:        GPL-2.0+
 Group:          Development/Tools/Building
-Version:        2.5
-Release:        0
+Url:            https://www.coreboot.org/Mkelfimage
 Source0:        %{name}-%{version}.tar.gz
-Patch:          %{name}-%{version}.dif
+Patch0:         %{name}-%{version}.dif
 Patch1:         %{name}-optflags.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  zlib-devel
 
 %description
 mkelfImage is a program that makes an ELF boot image for Linux kernel
-images. The image should work with any i386 multiboot compliant boot
-loader as well as with an ELF boot loader that passes no options. It is
-compliant with the LinuxBIOS ELF booting specification or with the
-Linux kexec kernel patch.Its key feature is, that nothing relies on
-BIOS calls, but they are made when necessary. This is useful for
-systems running LinuxBIOS.
+images. The image should work with any i386 multiboot compliant boot loader
+as well as with an ELF boot loader that passes no options. It is compliant
+with the LinuxBIOS ELF booting specification or with the Linux kexec kernel
+patch.Its key feature is, that nothing relies on BIOS calls, but they are
+made when necessary. This is useful for systems running LinuxBIOS.
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 
 %build
-autoconf
+autoreconf -fiv
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 
 %files
-%defattr(-,root,root)
+%doc News COPYING AUTHORS
 %{_sbindir}/mkelfImage
-%doc News
-%doc COPYING
-%doc AUTHORS
-%{_mandir}/man8/mkelfImage.8.gz
+%{_mandir}/man8/mkelfImage.8%{ext_man}
 %{_datadir}/mkelfImage/
 
 %changelog


Reply via email to