From 84988c251519907ab777440febc60c6132502265825236ae2954e55eb0668248 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 26 Aug 2019 14:41:28 +0000 Subject: [PATCH] - Update to version 049+git108.6c9d1156: * dracut-init.sh: Nuke unused install_kmod_with_fw function * dracut-install: Support the compressed firmware files correctly (boo#1146769) * dracut: let module handling function accept optional path option * dracut.sh: Fix udevdir detection OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=381 --- _servicedata | 2 +- dracut-049+git104.1244eed7.obscpio | 3 --- dracut-049+git104.1244eed7.tar.xz | 3 --- dracut-049+git108.6c9d1156.obscpio | 3 +++ dracut-049+git108.6c9d1156.tar.xz | 3 +++ dracut.changes | 9 +++++++++ dracut.obsinfo | 6 +++--- dracut.spec | 2 +- 8 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 dracut-049+git104.1244eed7.obscpio delete mode 100644 dracut-049+git104.1244eed7.tar.xz create mode 100644 dracut-049+git108.6c9d1156.obscpio create mode 100644 dracut-049+git108.6c9d1156.tar.xz diff --git a/_servicedata b/_servicedata index 1b17a35..38aa888 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/opensuse/dracut.git - 1244eed724bbf95f36a7535fe6b9ad197887960c \ No newline at end of file + 6c9d1156d1d2eea7147a76d75a06a676e0de8985 \ No newline at end of file diff --git a/dracut-049+git104.1244eed7.obscpio b/dracut-049+git104.1244eed7.obscpio deleted file mode 100644 index ec7d809..0000000 --- a/dracut-049+git104.1244eed7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e271d57908e6c062b22c9efbf752debde78927c85d638e3702dac3c9bbc0304c -size 1659916 diff --git a/dracut-049+git104.1244eed7.tar.xz b/dracut-049+git104.1244eed7.tar.xz deleted file mode 100644 index cc31da9..0000000 --- a/dracut-049+git104.1244eed7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ec9220d40c5df13eb7aa7e08b62d2d3fa1153d3147b155070bb260b19416e53 -size 293580 diff --git a/dracut-049+git108.6c9d1156.obscpio b/dracut-049+git108.6c9d1156.obscpio new file mode 100644 index 0000000..c7307dd --- /dev/null +++ b/dracut-049+git108.6c9d1156.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2640c0ee686147aed0a9378f765a6c3219c719a5b5ec3ad2e305c28b152cf1 +size 1658380 diff --git a/dracut-049+git108.6c9d1156.tar.xz b/dracut-049+git108.6c9d1156.tar.xz new file mode 100644 index 0000000..b42b6ee --- /dev/null +++ b/dracut-049+git108.6c9d1156.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb01910120fb31d9c5ba4cee05d48a311ff9cfad7ac65f1cee59a935bc1b006f +size 293256 diff --git a/dracut.changes b/dracut.changes index 9c6742b..d3a84be 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 26 14:40:04 UTC 2019 - daniel.molkentin@suse.com + +- Update to version 049+git108.6c9d1156: + * dracut-init.sh: Nuke unused install_kmod_with_fw function + * dracut-install: Support the compressed firmware files correctly (boo#1146769) + * dracut: let module handling function accept optional path option + * dracut.sh: Fix udevdir detection + ------------------------------------------------------------------- Fri Jul 19 14:18:34 UTC 2019 - daniel.molkentin@suse.com diff --git a/dracut.obsinfo b/dracut.obsinfo index 8a4931f..0ca40d0 100644 --- a/dracut.obsinfo +++ b/dracut.obsinfo @@ -1,5 +1,5 @@ name: dracut -version: 049+git104.1244eed7 -mtime: 1563545771 -commit: 1244eed724bbf95f36a7535fe6b9ad197887960c +version: 049+git108.6c9d1156 +mtime: 1566830363 +commit: 6c9d1156d1d2eea7147a76d75a06a676e0de8985 diff --git a/dracut.spec b/dracut.spec index e8a98d8..6eca1d2 100644 --- a/dracut.spec +++ b/dracut.spec @@ -19,7 +19,7 @@ %define dracutlibdir %{_libexecdir}/dracut Name: dracut -Version: 049+git104.1244eed7 +Version: 049+git108.6c9d1156 Release: 0 Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later