[joystick-support] Adjust for kernel-PAE-modules-extra not providing kernel-modules-extra

Bruno Wolff III bruno at fedoraproject.org
Tue Jan 21 05:04:57 UTC 2014


commit 77a51610646ed121b598b788113628c3044bfdd0
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 20 23:00:27 2014 -0600

    Adjust for kernel-PAE-modules-extra not providing kernel-modules-extra
    
    In order to avoid problems, kernel-PAE-modules-extra no longer provides
    kernel-modules-extra. This is an issue for joystick-support since it
    needs the one for the running kernel. Pulling in the non-PAE one and
    not the PAE can be result in things not working as expected or just
    including extra kernel packages that aren't needed. Both
    kernel-PAE-modules-extra and kernel-modules-extra provide
    installonlypkg(kernel-module), so joystick-support has been changed
    to require that instead.

 joystick-support.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/joystick-support.spec b/joystick-support.spec
index 0f75978..845afb0 100644
--- a/joystick-support.spec
+++ b/joystick-support.spec
@@ -1,6 +1,6 @@
 Name: joystick-support          
 Version:        1.0.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Load joystick / game pad drivers at boot time
 Group: System Environment/Kernel
 
@@ -10,7 +10,7 @@ License:        MIT
 #URL:            
 #Source0:        
 
-Requires:       kernel-modules-extra
+Requires:       installonlypkg(kernel-module)
 Requires:       systemd
 
 Requires(post): module-init-tools
@@ -48,6 +48,9 @@ echo -e "joydev\nanalog" > $RPM_BUILD_ROOT%{_libdir}/../lib/modules-load.d/joyst
 /sbin/modprobe analog
 
 %changelog
+* Mon Jan 20 2014 Bruno Wolff III <bruno at wolff.to> 1.0.0-10
+- Require installonlypkg(kernel-module) instead on kernel-modules-extra
+
 * Wed Oct 09 2013 Bruno Wolff III <bruno at wolff.to> 1.0.0-9
 - Back to excluding arm arch instead of trying to drop requires
 


More information about the scm-commits mailing list