~ubuntu-branches/debian/stretch/dkms/stretch

« back to all changes in this revision

Viewing changes to dkms.spec

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, 8510207
  • Date: 2009-12-15 08:57:24 UTC
  • mfrom: (1.1.12 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091215085724-i177u1akx59x30ou
Tags: 2.1.1.0-2
[8510207] Do not install upstart job file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Summary: Dynamic Kernel Module Support Framework
2
2
Name: dkms
3
 
Version: 2.1.0.1
 
3
Version: 2.1.1.0
4
4
Release: 1%{?dist}
5
5
License: GPLv2+
6
6
Group: System Environment/Base
91
91
%defattr(-,root,root)
92
92
%{_sbindir}/%{name}
93
93
%{_localstatedir}/lib/%{name}
94
 
/etc/init.d/dkms_autoinstaller
95
94
%{_prefix}/lib/%{name}
96
95
%{_mandir}/*/*
97
96
%config(noreplace) %{_sysconfdir}/%{name}
98
97
%doc sample.spec sample.conf AUTHORS COPYING README.dkms
99
98
%doc sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
100
99
# these dirs are for plugins - owned by other packages
 
100
%{_initrddir}/dkms_autoinstaller
101
101
%{_sysconfdir}/kernel/postinst.d/%{name}
102
102
%{_sysconfdir}/kernel/prerm.d/%{name}
103
103
%{_sysconfdir}/bash_completion.d/%{name}
 
104
%{_datadir}/apport/package-hooks/%{name}.py
104
105
 
105
106
%if 0%{?suse_version}
106
107
# suse doesnt yet support /etc/kernel/{prerm.d,postinst.d}, but will fail build