From 21448983843665357469a689f1c4bf05d5005dd9a381d044e5ca2b7517c408a6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 11 Oct 2012 15:52:32 +0000 Subject: [PATCH] new grub 2.0 config files OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=20 --- tboot.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tboot.spec b/tboot.spec index 2d6b493..799c35c 100644 --- a/tboot.spec +++ b/tboot.spec @@ -69,5 +69,8 @@ make debug=y install DISTDIR=$RPM_BUILD_ROOT MANPATH=$RPM_BUILD_ROOT/%{_mandir} /boot/tboot.gz /boot/tboot-syms %{_mandir}/man8/* +%dir %{_sysconfdir}/grub.d/ +%{_sysconfdir}/grub.d/20_linux_tboot +%{_sysconfdir}/grub.d/20_linux_xen_tboot %changelog