1 |
# $Id: ppp-kmod.spec,v 1.22 2009/05/02 10:09:04 bytegw Exp $ |
# $Id: ppp-kmod.spec,v 1.23 2009/05/26 17:12:09 slords Exp $ |
2 |
|
|
3 |
# Define the kmod package name here. |
# Define the kmod package name here. |
4 |
%define kmod_name ppp |
%define kmod_name ppp |
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.2 |
Version: 1.0.2 |
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 |
93 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
94 |
|
|
95 |
%changelog |
%changelog |
96 |
* Tue May 26 2009 Shad L. Lords <slords@mail.com> 1.0.4-4.sme |
* Tue Oct 26 2009 Shad L. Lords <slords@mail.com> 1.0.2-5.sme |
97 |
|
- Make preuninstall script not fail on upgrade |
98 |
|
|
99 |
|
* Tue May 26 2009 Shad L. Lords <slords@mail.com> 1.0.2-4.sme |
100 |
- Initial build of the kABI-tracking version from 1.0.4. |
- Initial build of the kABI-tracking version from 1.0.4. |
101 |
- Modified spec and kmodtool(-ppp) |
- Modified spec and kmodtool(-ppp) |
102 |
- Note: weak-modules became available as of CentOS-4.7 |
- Note: weak-modules became available as of CentOS-4.7 |