Hello community,

here is the log from the commit of package dracut-saltboot.14926 for 
openSUSE:Leap:15.2:Update checked in at 2020-11-10 06:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Update/dracut-saltboot.14926 (Old)
 and      /work/SRC/openSUSE:Leap:15.2:Update/.dracut-saltboot.14926.new.11331 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut-saltboot.14926"

Tue Nov 10 06:23:55 2020 rev:1 rq:846550 version:0.1.1602150122.f08af0a

Changes:
--------
New Changes file:

--- /dev/null   2020-10-22 01:51:33.322291705 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2:Update/.dracut-saltboot.14926.new.11331/dracut-saltboot.changes
        2020-11-10 06:23:55.394508177 +0100
@@ -0,0 +1,97 @@
+-------------------------------------------------------------------
+Wed Sep  9 10:32:16 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Support autosign grains in saltboot intrd
+- Update to version 0.1.1602150122.f08af0a
+
+-------------------------------------------------------------------
+Fri Aug 14 11:46:55 UTC 2020 - Ondrej Holecek <ohole...@suse.com>
+
+- Set wicked to use plain mac address for computing DHCP DUID
+- Copy wicked lease xml file to prevent query for second IP address
+  (bsc#1173268)
+
+-------------------------------------------------------------------
+Tue Jul 21 09:07:15 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Use automatic RAID assembly only in the first phase before
+  start of salt
+- Update to version 0.1.1595937550.0285244
+
+-------------------------------------------------------------------
+Tue May 12 10:50:54 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Print a list of available disk devices (bsc#1170824)
+- Install wipefs to initrd
+- Update to version 0.1.1590413773.a959db7
+
+-------------------------------------------------------------------
+Thu Apr 23 08:22:56 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Force install crypt modules
+- Update to version 0.1.1588156049.952b58d
+
+-------------------------------------------------------------------
+Thu Apr  9 12:00:44 UTC 2020 - Ondrej Holecek <ohole...@suse.com>
+
+- Add missing terminal naming modifiers as exported veriables
+- Update to version 0.1.1587051918.6bc9e88
+
+-------------------------------------------------------------------
+Mon Mar 16 16:04:39 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Assemble existing RAIDs before searching for salt configuration
+- Update to version 0.1.1585064259.12b97ef
+
+-------------------------------------------------------------------
+Wed Mar 11 16:17:25 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Force installation of raid1 kernel module
+
+-------------------------------------------------------------------
+Tue Mar 10 12:26:51 UTC 2020 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Use more reliable progress output
+
+-------------------------------------------------------------------
+Sat Feb 29 22:31:11 UTC 2020 - Ondrej Holecek <ohole...@suse.com>
+
+- Use start event grains to avoid extra grains calls
+- Update to version 0.1.1583842676.2fc2fa6
+
+-------------------------------------------------------------------
+Wed Jan 29 12:43:16 UTC 2020 - Ondrej Holecek <ohole...@suse.com>
+
+- Add support for FQDN as a terminal name
+- Update to version 0.1.1580471316.1839544
+
+-------------------------------------------------------------------
+Thu Jan  9 15:33:44 UTC 2020 - Ondrej Holecek <ohole...@suse.com>
+
+- Source wicked network information to access IPADDR and DNSDOMAIN variables
+- Replace systemException functions by log and reboot actions
+- Stop waiting for devices when dracut timeout is hit
+- Update to version 0.1.1579102150.4716559
+
+-------------------------------------------------------------------
+Wed Nov 20 14:37:09 UTC 2019 - Ondrej Holecek <ohole...@suse.com>
+
+- Include swapon in saltboot initrd
+- Update to version 0.1.1574263639.c30ba46
+
+-------------------------------------------------------------------
+Mon Aug 19 12:36:13 UTC 2019 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Updated for SLES15
+- Update to version 0.1.1573133286.06608d5
+
+-------------------------------------------------------------------
+Tue Aug 13 15:30:07 UTC 2019 - Vladimir Nadvornik <nadvor...@suse.com>
+
+- Copy saltboot.sh from kiwi-desc-saltboot
+
+-------------------------------------------------------------------
+Mon Nov 20 14:57:49 UTC 2017 - nadvor...@suse.com
+
+- new package
+

New:
----
  dracut-saltboot-0.1.1602150122.f08af0a.tar.xz
  dracut-saltboot.changes
  dracut-saltboot.spec

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

Other differences:
------------------
++++++ dracut-saltboot.spec ++++++
#
# spec file for package dracut-saltboot
#
# Copyright (c) 2020 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

Name:           dracut-saltboot
Version:        0.1.1602150122.f08af0a
Release:        0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source:         dracut-saltboot-%{version}.tar.xz
Summary:        SALT-based PXE network boot dracut module
License:        GPL-2.0
Group:          System/Packages
BuildArch:      noarch
BuildRequires:  dracut
Requires:       dracut

%description
dracut module for booting SALT-based PXE images.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}/usr/lib/dracut/modules.d/50saltboot
cp -R saltboot/* %{buildroot}/usr/lib/dracut/modules.d/50saltboot
chmod 755 %{buildroot}/usr/lib/dracut/modules.d/50saltboot/*

%files
%defattr(-,root,root,-)
/usr/lib/dracut/modules.d/50saltboot

%changelog

Reply via email to