From 18259f3b8c5d9f551407f9e3cf4604a5ae18bb48 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Feb 2016 16:33:04 -0600 Subject: [PATCH] revert: fixed kernel-install for copying files for grubby Resolves: rhbz#1299019 - this causes the dtb files to not get installed at all and the fdtdir - line in extlinux.conf to not get updated correctly --- systemd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 5fbec8f..3e1c64a 100644 --- a/systemd.spec +++ b/systemd.spec @@ -13,7 +13,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 229 -Release: 1%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Release: 2%{?gitcommit:.git%{gitcommitshort}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -806,6 +806,12 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Tue Feb 16 2016 Dennis Gilmore - 229-2 +- revert: fixed kernel-install for copying files for grubby +Resolves: rhbz#1299019 +- this causes the dtb files to not get installed at all and the fdtdir +- line in extlinux.conf to not get updated correctly + * Thu Feb 11 2016 Michal Sekletar - 229-1 - New upstream release