- Remove compat layers for everything to be up par with suse needs - Provide only systemd files as we support only systemd on all products - Remove old backcompat postun script - removed patches: * dkms-compat_suse_init_script.diff - update to latest upstream - drop Requires: lsb. avoid calling rpm (recursively) if possible. - add recognition for Oracle Enterprise Linux, Oracle VM, Scientific Linux, and VMware 3.x - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - add Requires: lsb - update to latest upstream - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - depmod on uninstall before mkinitrd, depmod fix & cleanups - find_module_from_ko() could incorrectly return multiple values - fix dkms.spec file/dir ownerships yet again - don't include dist/ in tarball - use /etc/kernel/{prerm,postinst}.d/dkms in RPMs now too - mkrpm: display rpmbuild log on error, write RPMs to $dkms_tree/$module/$module_version/rpm - clarify license in spec to GPLv2+ OBS-URL: https://build.opensuse.org/package/show/X11:Bumblebee/dkms?expand=0&rev=11
12 lines
235 B
Desktop File
12 lines
235 B
Desktop File
[Unit]
|
|
Description=Dynamic Kernel Modules System
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/systemd/system/dkms.systemd start
|
|
ExecStop=/usr/lib/systemd/system/dkms.systemd stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|