- Update to version 049+git102.9ee0c387:

* dracut-install: Add support for compressed firmware files (boo#1136677)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=378
This commit is contained in:
Daniel Molkentin 2019-07-18 16:42:15 +00:00 committed by Git OBS Bridge
parent 264de90b0b
commit a056309426
8 changed files with 17 additions and 11 deletions

View File

@ -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">17c579a0b6c4b5fdc37e3a6960e9c1e8d5395873</param></service></servicedata> <param name="changesrevision">9ee0c387591b65ef74ef4eb4740ced3750707237</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e0cd129b374d16be4c5046e2b98495966b473eab0bdc9bdee2ca3f63dc9bc54
size 1659916

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bccf12daf11781ea567649faf0a8c10fcb131dee3a308433f940dc03b1b1e460
size 293520

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f36093551e12319bf049aa2c9b6970ba07c0e6308ce83228ec45ec12ce881fb3
size 1660428

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08445473ae43cce0dd39adbbc82a79d06e19f9fa5d61e47a09ef464926ae10b0
size 294360

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 18 16:40:37 UTC 2019 - daniel.molkentin@suse.com
- Update to version 049+git102.9ee0c387:
* dracut-install: Add support for compressed firmware files (boo#1136677)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 18 09:50:51 UTC 2019 - daniel.molkentin@suse.com Thu Jul 18 09:50:51 UTC 2019 - daniel.molkentin@suse.com

View File

@ -1,5 +1,5 @@
name: dracut name: dracut
version: 049+git101.17c579a0 version: 049+git102.9ee0c387
mtime: 1563443355 mtime: 1563468017
commit: 17c579a0b6c4b5fdc37e3a6960e9c1e8d5395873 commit: 9ee0c387591b65ef74ef4eb4740ced3750707237

View File

@ -19,7 +19,7 @@
%define dracutlibdir %{_libexecdir}/dracut %define dracutlibdir %{_libexecdir}/dracut
Name: dracut Name: dracut
Version: 049+git101.17c579a0 Version: 049+git102.9ee0c387
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