From e06f86caafcac040f5507926dc79ac3c49794652ccc57b082caea6187ab25bde Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 23 Sep 2019 11:55:04 +0000 Subject: [PATCH 1/2] - Update to version 049+git112.fe41ccd9: * dracut: move /var/run and /var/lock from directory to symlink (bsc#1149103) * 35network-legacy: signalize the setup in ifup when dhcp (bsc#1146661) * 35network-legacy: fix typo * 35network-legacy: install hostname required by ifup.sh (bsc#1146661) OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=382 --- _servicedata | 2 +- dracut-049+git108.6c9d1156.obscpio | 3 --- dracut-049+git108.6c9d1156.tar.xz | 3 --- dracut-049+git112.fe41ccd9.obscpio | 3 +++ dracut-049+git112.fe41ccd9.tar.xz | 3 +++ dracut.changes | 9 +++++++++ dracut.obsinfo | 6 +++--- dracut.spec | 13 ++++++++++++- 8 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 dracut-049+git108.6c9d1156.obscpio delete mode 100644 dracut-049+git108.6c9d1156.tar.xz create mode 100644 dracut-049+git112.fe41ccd9.obscpio create mode 100644 dracut-049+git112.fe41ccd9.tar.xz diff --git a/_servicedata b/_servicedata index 38aa888..63c4f95 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/opensuse/dracut.git - 6c9d1156d1d2eea7147a76d75a06a676e0de8985 \ No newline at end of file + fe41ccd97a72ae7d072f463aed8477f32f86eb9e \ No newline at end of file diff --git a/dracut-049+git108.6c9d1156.obscpio b/dracut-049+git108.6c9d1156.obscpio deleted file mode 100644 index c7307dd..0000000 --- a/dracut-049+git108.6c9d1156.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b42b6ee..0000000 --- a/dracut-049+git108.6c9d1156.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb01910120fb31d9c5ba4cee05d48a311ff9cfad7ac65f1cee59a935bc1b006f -size 293256 diff --git a/dracut-049+git112.fe41ccd9.obscpio b/dracut-049+git112.fe41ccd9.obscpio new file mode 100644 index 0000000..e63d240 --- /dev/null +++ b/dracut-049+git112.fe41ccd9.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55dd254ca2d1ab2f1155ffc3125ee61fc3e5b01cbc87387f3aa01f37202a8cc +size 1654284 diff --git a/dracut-049+git112.fe41ccd9.tar.xz b/dracut-049+git112.fe41ccd9.tar.xz new file mode 100644 index 0000000..e8a061d --- /dev/null +++ b/dracut-049+git112.fe41ccd9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a78afeef80f1a277d5086637cdd8dec57d134606d412bf8e0b06a23c1506ba9 +size 292536 diff --git a/dracut.changes b/dracut.changes index d3a84be..45344ee 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 23 11:37:53 UTC 2019 - daniel.molkentin@suse.com + +- Update to version 049+git112.fe41ccd9: + * dracut: move /var/run and /var/lock from directory to symlink (bsc#1149103) + * 35network-legacy: signalize the setup in ifup when dhcp (bsc#1146661) + * 35network-legacy: fix typo + * 35network-legacy: install hostname required by ifup.sh (bsc#1146661) + ------------------------------------------------------------------- Mon Aug 26 14:40:04 UTC 2019 - daniel.molkentin@suse.com diff --git a/dracut.obsinfo b/dracut.obsinfo index 0ca40d0..e1412bb 100644 --- a/dracut.obsinfo +++ b/dracut.obsinfo @@ -1,5 +1,5 @@ name: dracut -version: 049+git108.6c9d1156 -mtime: 1566830363 -commit: 6c9d1156d1d2eea7147a76d75a06a676e0de8985 +version: 049+git112.fe41ccd9 +mtime: 1569238086 +commit: fe41ccd97a72ae7d072f463aed8477f32f86eb9e diff --git a/dracut.spec b/dracut.spec index 6eca1d2..bf40752 100644 --- a/dracut.spec +++ b/dracut.spec @@ -19,7 +19,7 @@ %define dracutlibdir %{_libexecdir}/dracut Name: dracut -Version: 049+git108.6c9d1156 +Version: 049+git112.fe41ccd9 Release: 0 Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -176,6 +176,17 @@ ln -s %{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-redhat.sh %{buildroot}/%{dra %post %service_add_post purge-kernels.service +# check whether /var/run has been converted to a symlink +[ -L /var/run ] || sed -i '/GRUB_CMDLINE_LINUX_DEFAULT.*/s/"$/ rd.convertfs"/' /etc/default/grub || : +[ -L /var/run ] || cat >>/etc/dracut.conf.d/05-convertfs.conf< Date: Mon, 23 Sep 2019 13:14:18 +0000 Subject: [PATCH 2/2] * dracut: move /var/run and /var/lock from directory to symlink (bsc#1149103, ECO#323) OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=383 --- dracut.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut.changes b/dracut.changes index 45344ee..6091a0d 100644 --- a/dracut.changes +++ b/dracut.changes @@ -2,7 +2,7 @@ Mon Sep 23 11:37:53 UTC 2019 - daniel.molkentin@suse.com - Update to version 049+git112.fe41ccd9: - * dracut: move /var/run and /var/lock from directory to symlink (bsc#1149103) + * dracut: move /var/run and /var/lock from directory to symlink (bsc#1149103, ECO#323) * 35network-legacy: signalize the setup in ifup when dhcp (bsc#1146661) * 35network-legacy: fix typo * 35network-legacy: install hostname required by ifup.sh (bsc#1146661)