[packages/grub2] add missing R: for package providing /etc/os-release
draenog
draenog at pld-linux.org
Mon Aug 19 08:26:51 CEST 2013
commit 099b7654cbae1f26eab9a4c40d5c2574f19a2e14
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Mon Aug 19 07:24:14 2013 +0100
add missing R: for package providing /etc/os-release
Command grub-mkconfig ends with error when /etc/os-release is not
present.
grub2.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/grub2.spec b/grub2.spec
index 577fdb8..6f18c64 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -107,6 +107,7 @@ BuildRequires: gcc-multilib
%endif
%endif
Requires: %{name}-platform = %{version}-%{release}
+Requires: pld-release
Requires: which
%ifarch %{ix86} %{x8664}
Suggests: %{name}-platform-pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/099b7654cbae1f26eab9a4c40d5c2574f19a2e14
More information about the pld-cvs-commit
mailing list