1 |
# $Id: appletalk-kmod.spec,v 1.22 2009/05/02 10:09:04 bytegw Exp $ |
# $Id: appletalk-kmod.spec,v 1.23 2009/05/26 17:12:40 slords Exp $ |
2 |
|
|
3 |
# Define the kmod package name here. |
# Define the kmod package name here. |
4 |
%define kmod_name appletalk |
%define kmod_name appletalk |
5 |
|
|
6 |
# hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. |
# hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. |
7 |
# --define "kversion 2.6.16-1.2096_FC5" |
# --define "kversion 2.6.16-1.2096_FC5" |
8 |
%{!?kversion: %define kversion 2.6.9-78.0.22.EL} |
%{!?kversion: %define kversion 2.6.9-89.0.15.EL} |
9 |
|
|
10 |
Name: %{kmod_name}-kmod |
Name: %{kmod_name}-kmod |
11 |
Version: 1.0 |
Version: 1.0 |
12 |
Release: 4%{?dist} |
Release: 5%{?dist} |
13 |
Group: System Environment/Kernel |
Group: System Environment/Kernel |
14 |
License: GPL |
License: GPL |
15 |
Summary: %{kmod_name} kernel modules |
Summary: %{kmod_name} kernel modules |
90 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
91 |
|
|
92 |
%changelog |
%changelog |
93 |
|
* Tue Oct 26 2009 Shad L. Lords <slords@mail.com> 1.0-5.sme |
94 |
|
- Make preuninstall script not fail on upgrade |
95 |
|
|
96 |
* Tue May 26 2009 Shad L. Lords <slords@mail.com> 1.0-4.sme |
* Tue May 26 2009 Shad L. Lords <slords@mail.com> 1.0-4.sme |
97 |
- Initial build of the kABI-tracking version from 1.0. |
- Initial build of the kABI-tracking version from 1.0. |
98 |
- Modified spec and kmodtool(-appletalk) |
- Modified spec and kmodtool(-appletalk) |