commit mkelfImage for openSUSE:Factory

2017-10-19 Thread root
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.changes2011-12-25 
17:36:52.0 +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 - mplus...@suse.com
+
+- 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




commit mkelfImage for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package mkelfImage for openSUSE:Factory 
checked in at 2011-12-25 17:36:43

Comparing /work/SRC/openSUSE:Factory/mkelfImage (Old)
 and  /work/SRC/openSUSE:Factory/.mkelfImage.new (New)


Package is "mkelfImage", Maintainer is "d...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mkelfImage/mkelfImage.changes2011-09-23 
02:13:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkelfImage.new/mkelfImage.changes   
2011-12-25 17:36:52.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec 22 18:56:46 UTC 2011 - co...@suse.com
+
+- rename spec file
+
+---
+Wed Dec 21 10:28:41 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---

Old:

  mkelfImage-2.5.spec

New:

  mkelfImage.spec



Other differences:
--
++ mkelfImage-2.5.spec -> mkelfImage.spec ++
--- /work/SRC/openSUSE:Factory/mkelfImage/mkelfImage-2.5.spec   2011-12-06 
18:51:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkelfImage.new/mkelfImage.spec  2011-12-25 
17:36:52.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mkelfImage (Version 2.5)
+# spec file for package mkelfImage
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   mkelfImage
 Summary:Utility to Create ELF Boot Images from Linux Kernel Images
-Version:2.5
-Release:194
 License:GPL-2.0+
 Group:  Development/Tools/Building
+Version:2.5
+Release:0
 Source0:%{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}.dif
 Patch1: %{name}-optflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 
 %description
 mkelfImage is a program that makes an ELF boot image for Linux kernel
@@ -38,12 +37,6 @@
 BIOS calls, but they are made when necessary. This is useful for
 systems running LinuxBIOS.
 
-
-
-Authors:
-
-Eric Biederman 
-
 %prep
 %setup -q
 %patch
@@ -67,11 +60,3 @@
 %{_datadir}/mkelfImage/
 
 %changelog
-* Wed Jan 25 2006 m...@suse.de
-- converted neededforbuild to BuildRequires
-* Wed Jun 15 2005 meiss...@suse.de
-- use RPM_OPT_FLAGS
-* Wed May 19 2004 r...@suse.de
-- make it build on x86 again
-* Wed Oct 29 2003 ste...@suse.de
-- initial version 2.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkelfImage for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package mkelfImage for openSUSE:Factory 
checked in at 2011-12-06 18:29:13

Comparing /work/SRC/openSUSE:Factory/mkelfImage (Old)
 and  /work/SRC/openSUSE:Factory/.mkelfImage.new (New)


Package is "mkelfImage", Maintainer is "d...@suse.com"

Changes:




Other differences:
--
++ mkelfImage-2.5.spec ++
--- /var/tmp/diff_new_pack.NUKwap/_old  2011-12-06 18:51:18.0 +0100
+++ /var/tmp/diff_new_pack.NUKwap/_new  2011-12-06 18:51:18.0 +0100
@@ -22,7 +22,7 @@
 Summary:Utility to Create ELF Boot Images from Linux Kernel Images
 Version:2.5
 Release:194
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Development/Tools/Building
 Source0:%{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}.dif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org