- Update to version 050+suse.75.g266a76d9:
* net-lib.sh: support infiniband network mac addresses (bsc#996146) * 95iscsi: use ip_params_for_remote_addr() (bsc#1167494) * 95nfs: use ip_params_for_remote_addr() (bsc#1167494) * dracut-functions: add ip_params_for_remote_addr() helper (bsc#1167494) * 01fips: modprobe failures during manual module loading is not fatal (bsc#1169997) OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=412
This commit is contained in:
parent
884a7240b9
commit
2bdd3214eb
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||||
<param name="changesrevision">390f4d72c1d32104aed107b6e0bce384075c7eef</param></service></servicedata>
|
<param name="changesrevision">266a76d9f00325498b36c60fb1a32c42548c5720</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0d7a5869559b81796637e0a5e9372a5009455476c0c88df7f1e738b4057e453
|
|
||||||
size 1733644
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2041e170a2b0da89b3e10ba21302f1de3b039c414cdcd8a17c3d3a991e78fbbd
|
|
||||||
size 306664
|
|
3
dracut-050+suse.75.g266a76d9.obscpio
Normal file
3
dracut-050+suse.75.g266a76d9.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be6c7c2d815f923a9e7ef22648cfd3ed89e3aad04f10f1dd980b3758483d2c30
|
||||||
|
size 1736204
|
3
dracut-050+suse.75.g266a76d9.tar.xz
Normal file
3
dracut-050+suse.75.g266a76d9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a93d0ade8a658d8cecef7d918f59bd2458038d541e9ad5dc04aa6898d711023
|
||||||
|
size 307312
|
@ -1,8 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 14:32:51 UTC 2020 - daniel.molkentin@suse.com
|
||||||
|
|
||||||
|
- Update to version 050+suse.75.g266a76d9:
|
||||||
|
* net-lib.sh: support infiniband network mac addresses (bsc#996146)
|
||||||
|
* 95iscsi: use ip_params_for_remote_addr() (bsc#1167494)
|
||||||
|
* 95nfs: use ip_params_for_remote_addr() (bsc#1167494)
|
||||||
|
* dracut-functions: add ip_params_for_remote_addr() helper (bsc#1167494)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 09 10:11:27 UTC 2020 - daniel.molkentin@suse.com
|
Thu Jul 09 10:11:27 UTC 2020 - daniel.molkentin@suse.com
|
||||||
|
|
||||||
- Update to version 050+suse.71.g390f4d72:
|
- Update to version 050+suse.71.g390f4d72:
|
||||||
* 01fips: modprobe failures during manual module loading is not fatal (bsc#bsc#1169997)
|
* 01fips: modprobe failures during manual module loading is not fatal (bsc#1169997)
|
||||||
* 91zipl: parse-zipl.sh: honor SYSTEMD_READY (bsc#1165828)
|
* 91zipl: parse-zipl.sh: honor SYSTEMD_READY (bsc#1165828)
|
||||||
* 95iscsi: fix ipv6 target discovery (bsc#1172807)
|
* 95iscsi: fix ipv6 target discovery (bsc#1172807)
|
||||||
* 35network-legacy: correct conditional for creating did-setup file (bsc#1172807)
|
* 35network-legacy: correct conditional for creating did-setup file (bsc#1172807)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 050+suse.71.g390f4d72
|
version: 050+suse.75.g266a76d9
|
||||||
mtime: 1594289418
|
mtime: 1597847542
|
||||||
commit: 390f4d72c1d32104aed107b6e0bce384075c7eef
|
commit: 266a76d9f00325498b36c60fb1a32c42548c5720
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define dracutlibdir %{_prefix}/lib/dracut
|
%define dracutlibdir %{_prefix}/lib/dracut
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 050+suse.71.g390f4d72
|
Version: 050+suse.75.g266a76d9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user