[dkms/el6: 1/2] Add which and file requirements for real

Simone Caronni slaanesh at fedoraproject.org
Wed Feb 25 13:21:31 UTC 2015


commit 3da21504e2cdf91e6be53a55ed2d66cfa2458cce
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Feb 25 14:21:08 2015 +0100

    Add which and file requirements for real

 dkms.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/dkms.spec b/dkms.spec
index 9dba6af..a46a9b8 100644
--- a/dkms.spec
+++ b/dkms.spec
@@ -8,7 +8,7 @@
 Summary:        Dynamic Kernel Module Support Framework
 Name:           dkms
 Version:        2.2.0.3
-Release:        29%{?shortcommit:.git.%{shortcommit}}%{?dist}
+Release:        30%{?shortcommit:.git.%{shortcommit}}%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 BuildArch:      noarch
@@ -20,6 +20,7 @@ Source1:        %{name}_autoinstaller.init
 
 Requires:       coreutils
 Requires:       cpio
+Requires:       file
 Requires:       findutils
 Requires:       gawk
 Requires:       gcc
@@ -33,6 +34,7 @@ Requires:       module-init-tools
 %endif
 Requires:       sed
 Requires:       tar
+Requires:       which
 
 %if 0%{?fedora} >= 20 || 0%{?rhel} >= 7
 BuildRequires:          systemd
@@ -123,6 +125,9 @@ fi
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Wed Feb 25 2015 Simone Caronni <negativo17 at gmail.com> - 2.2.0.3-30.git.7c3e7c5
+- Add which and file requirements for real.
+
 * Tue Feb 24 2015 Simone Caronni <negativo17 at gmail.com> - 2.2.0.3-29.git.7c3e7c5
 - Add which and file requirements (#1194652).
 - Add license macro.


More information about the scm-commits mailing list