Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2016-10-18 10:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2016-10-10 17:33:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2016-10-18 10:09:51.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Oct 14 12:03:46 UTC 2016 - [email protected] + +- parse netwait option earlier (bsc#995304) +- 5.0.87 + +------------------------------------------------------------------- +Tue Oct 11 16:17:12 UTC 2016 - [email protected] + +- ran spec-cleaner on the .spec file + +------------------------------------------------------------------- Old: ---- linuxrc-5.0.86.tar.xz New: ---- linuxrc-5.0.87.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.JuOiFG/_old 2016-10-18 10:09:52.000000000 +0200 +++ /var/tmp/diff_new_pack.JuOiFG/_new 2016-10-18 10:09:52.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package linuxrc # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,38 @@ Name: linuxrc -BuildRequires: e2fsprogs-devel -BuildRequires: hwinfo-devel -BuildRequires: libblkid-devel -BuildRequires: libcurl-devel -BuildRequires: readline-devel +Version: 5.0.87 +Release: 0 Summary: SUSE Installation Program License: GPL-3.0+ Group: System/Boot -Version: 5.0.86 -Release: 0 Source: %{name}-%{version}.tar.xz +BuildRequires: e2fsprogs-devel +BuildRequires: pkgconfig +BuildRequires: readline-devel +BuildRequires: pkgconfig(blkid) +BuildRequires: pkgconfig(hwinfo) +BuildRequires: pkgconfig(libcurl) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SUSE installation program. - - -Authors: --------- - Hubert Mantel <[email protected]> - %prep -%setup +%setup -q %build make %install - install -d -m 755 %{buildroot}/usr/{s,}bin - make install DESTDIR=%{buildroot} - -%clean -rm -rf %{buildroot} + install -d -m 755 %{buildroot}%{_prefix}/{s,}bin +make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) -/usr/sbin/linuxrc -/usr/bin/mkpsfu -/usr/share/linuxrc +%{_sbindir}/linuxrc +%{_bindir}/mkpsfu +%{_datadir}/linuxrc %doc linuxrc.html %changelog ++++++ linuxrc-5.0.86.tar.xz -> linuxrc-5.0.87.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.86/VERSION new/linuxrc-5.0.87/VERSION --- old/linuxrc-5.0.86/VERSION 2016-09-30 16:50:19.000000000 +0200 +++ new/linuxrc-5.0.87/VERSION 2016-10-14 13:55:49.000000000 +0200 @@ -1 +1 @@ -5.0.86 +5.0.87 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.86/changelog new/linuxrc-5.0.87/changelog --- old/linuxrc-5.0.86/changelog 2016-09-30 16:50:19.000000000 +0200 +++ new/linuxrc-5.0.87/changelog 2016-10-14 13:55:49.000000000 +0200 @@ -1,3 +1,6 @@ +2016-10-14: 5.0.87 + - parse netwait option earlier (bsc #995304) + 2016-09-30: 5.0.86 - don't configure ibft devices in linuxrc (bsc #997598) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.86/file.c new/linuxrc-5.0.87/file.c --- old/linuxrc-5.0.86/file.c 2016-09-30 16:50:19.000000000 +0200 +++ new/linuxrc-5.0.87/file.c 2016-10-14 13:55:49.000000000 +0200 @@ -229,7 +229,7 @@ { key_portno, "PortNo", kf_cfg + kf_cmd }, { key_osahwaddr, "OSAHWAddr", kf_cfg + kf_cmd }, #endif - { key_netwait, "NetWait", kf_cfg + kf_cmd }, + { key_netwait, "NetWait", kf_cfg + kf_cmd_early }, { key_newid, "NewID", kf_cfg + kf_cmd_early }, { key_moduledisks, "ModuleDisks", kf_cfg + kf_cmd }, { key_zen, "Zen", kf_cfg + kf_cmd + kf_cmd_early },
