-
Notifications
You must be signed in to change notification settings - Fork 38
/
lustre-dkms.spec.in
167 lines (148 loc) · 4.63 KB
/
lustre-dkms.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
%bcond_without servers
%bcond_without zfs
%bcond_with ldiskfs
# Set the package name prefix
%if %{with servers}
%if %{with zfs}
%if %{with ldiskfs}
%define module @PACKAGE@-all
%else
%define module @PACKAGE@-zfs
%endif
%else
%if %{without ldiskfs}
%define module @PACKAGE@-BADSTATE
%else
%define module @PACKAGE@-ldiskfs
%endif
%endif
%define lustre_name @PACKAGE@
%else
%define module @PACKAGE@-client
%define lustre_name @PACKAGE@-client
%endif
%if %{_vendor}=="redhat" || %{_vendor}=="fedora"
%global kmod_name kmod-%{lustre_name}
%define mkconf_options %{nil}
%else #for Suse / Ubuntu
%global kmod_name %{lustre_name}-kmp
%define mkconf_options "-k updates"
%endif
%define buildid 1
%define mkconf lustre/scripts/dkms.mkconf
# There should be a better (non-arch dependent) way to require ext4
# sources
%define ext4_source_rpm kernel-debuginfo-common-x86_64
Name: %{module}-dkms
Version: @VERSION@
Release: %{buildid}%{?dist}
Summary: Kernel module(s) (dkms)
Group: System Environment/Kernel
License: GPLv2+
URL: http://lustre.opensfs.org/
Source0: @PACKAGE@-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# DKMS >= 2.2.0.3-28.git.7c3e7c5 to fully support inter-modules deps
# (ie, "BUILD_DEPENDS[#]=<pkg>"), and have latest DKMS fixes integrated
# for bugs that prevented our module to build/install.
Requires: dkms >= 2.2.0.3-28.git.7c3e7c5
# for lnetctl
Requires: libyaml-devel
Requires: zlib-devel
%if %{with servers}
# If client package is installed when installing server, remove it since
# the server package also includes the client. This can be removed if/when
# the packages are split into independent client/server/common packages.
Obsoletes: @PACKAGE@-client < %{version}
%if %{with zfs}
Requires: zfs-dkms >= 0.6.5
Requires: @PACKAGE@-osd-zfs-mount
Conflicts: @PACKAGE@-ldiskfs-dkms
Conflicts: @PACKAGE@-client-dkms
# lustre-zfs-dkms replicates the functionality old lustre-dkms package
Provides: @PACKAGE@-dkms
Obsoletes: @PACKAGE@-dkms
%endif
%if %{with ldiskfs}
Requires: patch
Requires: %{ext4_source_rpm}
Requires: @PACKAGE@-osd-ldiskfs-mount
Conflicts: @PACKAGE@-zfs-dkms
Conflicts: @PACKAGE@-client-dkms
%if "%{module}" != "@PACKAGE@-all"
Conflicts: @PACKAGE@-dkms
%endif
%endif
%if "%{module}" != "@PACKAGE@-all"
Conflicts: @PACKAGE@-all-dkms
%endif
%endif
Requires: gcc, make, perl
Requires: kernel-devel
Provides: %{kmod_name} = %{version}
Provides: @PACKAGE@-modules = %{version}
%if %{with servers}
%if %{with zfs}
Provides: @PACKAGE@-osd-zfs = %{version}
%endif
%if %{with ldiskfs}
Provides: @PACKAGE@-osd-ldiskfs = %{version}
%endif
Provides: @PACKAGE@-osd
%else
Provides: @PACKAGE@-client
%endif
%description
This package contains the dkms Lustre kernel modules.
%if %{with ldiskfs}
The required %{ext4_source_rpm} package is available from
the repository with other debuginfo rpms.
%endif
%prep
%setup -q -n @PACKAGE@-%{version}
%build
%{mkconf} -n %{module} -v %{version} -f dkms.conf %{mkconf_options}
%install
if [ "$RPM_BUILD_ROOT" != "/" ]; then
rm -rf $RPM_BUILD_ROOT
fi
mkdir -p $RPM_BUILD_ROOT/usr/src/
cp -rfp ${RPM_BUILD_DIR}/@PACKAGE@-%{version} $RPM_BUILD_ROOT/usr/src/
mv $RPM_BUILD_ROOT/usr/src/@PACKAGE@-%{version} $RPM_BUILD_ROOT/usr/src/%{module}-%{version}
%clean
if [ "$RPM_BUILD_ROOT" != "/" ]; then
rm -rf $RPM_BUILD_ROOT
fi
%files
%defattr(-,root,root)
/usr/src/%{module}-%{version}
%post
for POSTINST in /usr/lib/dkms/common.postinst; do
if [ -f $POSTINST ]; then
$POSTINST %{module} %{version}
exit $?
fi
echo "WARNING: $POSTINST does not exist."
done
echo -e "ERROR: DKMS version is too old and %{module} was not"
echo -e "built with legacy DKMS support."
echo -e "You must either rebuild %{module} with legacy postinst"
echo -e "support or upgrade DKMS to a more current version."
exit 1
%preun
dkms remove -m %{module} -v %{version} --all --rpm_safe_upgrade
exit 0
%changelog
* Wed May 16 2018 Joe Grund <[email protected]>
- Add patch requirement
* Mon Aug 1 2016 Nathaniel Clark <[email protected]>
- Add option to build either ldiskfs or zfs flavour of server version
* Sat Jan 23 2016 Bruno Faccini <[email protected]>
- detect and handle cases where [spl,zfs]-dkms packages are not built
- also handle on-target configure issues
* Wed Oct 7 2015 Bruno Faccini <[email protected]>
- adapted for Lustre Client DKMS creation
- allow for on-target reconfig to prevent static deps requires
* Mon Apr 8 2013 Brian Behlendorf <[email protected]> - 2.3.63-1
- First DKMS packages.