[grub2/f19] Fix a typo: dir should be %dir in the file list

Matthias Clasen mclasen at fedoraproject.org
Wed May 15 19:33:45 UTC 2013


commit 3c1bb2b18184e7d44783ab3315d535bb9e609257
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed May 15 15:33:45 2013 -0400

    Fix a typo: dir should be %dir in the file list

 grub2.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 275b2fe..417d1ba 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -41,7 +41,7 @@
 Name:           grub2
 Epoch:          1
 Version:        2.00
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Bootloader with support for Linux, Multiboot and more
 
 Group:          System Environment/Base
@@ -736,8 +736,8 @@ fi
 %files tools -f grub.lang
 %defattr(-,root,root,-)
 %dir %{_libdir}/grub/
-dir %{_datarootdir}/grub/
-dir %{_datarootdir}/grub/themes
+%dir %{_datarootdir}/grub/
+%dir %{_datarootdir}/grub/themes
 %{_datarootdir}/grub/*
 %{_sbindir}/%{name}-mkconfig
 %{_sbindir}/%{name}-install
@@ -788,6 +788,9 @@ dir %{_datarootdir}/grub/themes
 %{_datarootdir}/grub/themes/starfield
 
 %changelog
+* Wed May 15 2013 Matthias Clasen <mclasen at redhat.com> - 2.00-19
+- Fix a typo
+
 * Fri May 10 2013 Matthias Clasen <mclasen at redhat.com> - 2.00-18
 - Move the starfield theme to a subpackage (#962004)
 


More information about the scm-commits mailing list