Accepting request 667730 from X11:Bumblebee

- Update to 2.6.1:
  * No obvious changelog from upstream

OBS-URL: https://build.opensuse.org/request/show/667730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dkms?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-01-24 13:13:03 +00:00 committed by Git OBS Bridge
commit ab7c1d9fab
4 changed files with 22 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e25c4d399a6abf99550c04b4ede71c0781bd6b5ed5ab32ac4ec95f6181bd31c8
size 103123

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 22 08:14:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.6.1:
* No obvious changelog from upstream
-------------------------------------------------------------------
Mon Apr 24 11:58:23 UTC 2017 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dkms
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: dkms
Version: 2.3
Version: 2.6.1
Release: 0
Summary: Dynamic Kernel Module Support Framework
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Url: https://github.com/dell/dkms
Source0: https://github.com/dell/dkms/archive/%{version}/dkms-%{version}.tar.gz
URL: https://github.com/dell/dkms
Source0: https://github.com/dell/dkms/archive/v%{version}.tar.gz
Source1: dkms.service
Source2: dkms.systemd
Source3: dkms.default
@ -42,7 +42,6 @@ Requires: mktemp
Requires: modutils
Requires: sed
Requires: tar
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%systemd_requires
@ -62,7 +61,7 @@ make install DESTDIR=%{buildroot} \
VAR=%{buildroot}%{_localstatedir}/lib/%{name} \
MAN=%{buildroot}%{_mandir}/man8 \
ETC=%{buildroot}%{_sysconfdir}/%{name} \
BASHDIR=%{buildroot}%{_sysconfdir}/bash_completion.d \
BASHDIR=%{buildroot}%{_datadir}/bash-completion/completions \
LIBDIR=%{buildroot}%{_libexecdir}/%{name}
make install-doc DESTDIR=%{buildroot} \
DOCDIR=%{buildroot}%{_docdir}/%{name}
@ -78,6 +77,9 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcdkms
# remove regular init file
rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/dkms_autoinstaller
# remove license in wrong dir
rm -f %{buildroot}%{_docdir}/%{name}/COPYING
sed -i \
-e 's:# tmp_location="/tmp":tmp_location="%{_localstatedir}/tmp/dkms":' \
%{buildroot}%{_sysconfdir}/dkms/framework.conf
@ -109,7 +111,6 @@ exit 0
exit 0
%files
%defattr(-,root,root)
%{_sbindir}/%{name}
%{_sbindir}/rcdkms
%{_localstatedir}/lib/%{name}
@ -117,12 +118,13 @@ exit 0
%{_tmpfilesdir}/dkms.conf
%{_mandir}/*/*
%config(noreplace) %{_sysconfdir}/%{name}
%doc sample.spec sample.conf AUTHORS COPYING README.dkms
%license COPYING
%doc sample.spec sample.conf AUTHORS README.md
%doc sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
# these dirs are for plugins - owned by other packages
%{_sysconfdir}/kernel/postinst.d/%{name}
%{_sysconfdir}/kernel/prerm.d/%{name}
%config %{_sysconfdir}/bash_completion.d/%{name}
%{_datadir}/bash-completion/completions/%{name}
%{_unitdir}/dkms.service
%{_unitdir}/dkms.systemd
%config %{_sysconfdir}/default/dkms

3
v2.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7
size 102156