Mageia Bugzilla – Attachment 3681 Details for
Bug 9585
new lustre-client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for lustre-client
lustre-client.spec (text/plain), 5.89 KB, created by
michel tyteca
on 2013-04-01 14:48:39 CEST
(
hide
)
Description:
spec file for lustre-client
Filename:
MIME Type:
Creator:
michel tyteca
Created:
2013-04-01 14:48:39 CEST
Size:
5.89 KB
patch
obsolete
>%define debug_package %{nil} >%define version 2.3.62 >%define name lustre-client >%define kversion %(uname -r) >%define krelease %(uname -r | sed -e 's/\-server//') > >Summary: Lustre Client File System (modules and user-space utilities) >Name: %{name} >Version: %{version} >Release: %(echo %krelease | tr '-' '_') >License: GPL >Group: Utilities/System >Distribution: MeteoFrance Cnrm >Vendor: Whamcloud >Source: lustre-%{version}.tar.gz >URL: http://wiki.whamcloud.com/ >Packager: Michel.Tyteca@meteo.fr >BuildRoot: %{_tmppath}/lustre-%{version}-root >BuildRequires: kernel-server-devel-%{krelease} >Requires: kernel-server-%{krelease} > > >%description >Userspace tools and files for the Lustre Client file system. > > >%prep >%setup -q -n lustre-%{version} > > >%build >./configure --disable-option-checking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \ > --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib64 \ > --mandir=/usr/share/man --infodir=/usr/share/info --disable-tests --disable-liblustre-tests --disable-server \ > --enable-quota >make > > >%install >make install DESTDIR=$RPM_BUILD_ROOT >chmod +x $RPM_BUILD_ROOT/usr/lib64/* >mv $RPM_BUILD_ROOT/lib/modules/%{kversion}/updates/kernel $RPM_BUILD_ROOT/lib/modules/%{kversion} >rmdir $RPM_BUILD_ROOT/lib/modules/%{kversion}/updates > > >%post >if [ -f /boot/System.map-%{kversion} ]; then > depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0 >else > depmod -ae %{kversion} || exit 0 >fi > > >%postun >if [ -f /boot/System.map-%{kversion} ]; then > depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0 >else > depmod -ae %{kversion} || exit 0 >fi > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files >%defattr(-, root, root) >/etc/ha.d/resource.d/Lustre.ha_v2 >/etc/init.d/lnet >/etc/init.d/lustre >/etc/ldev.conf >/etc/sysconfig/lustre >/etc/udev/rules.d/99-lustre.rules >/sbin/mount.lustre >/usr/bin/config.sh >/usr/bin/gather_stats_everywhere.sh >/usr/bin/ior-survey >/usr/bin/lfs >/usr/bin/lfs_migrate >/usr/bin/libecho >/usr/bin/llbackup >/usr/bin/llobdstat >/usr/bin/llstat >/usr/bin/lstats.sh >/usr/bin/lustre_req_history >#/usr/bin/mcreate >/usr/bin/mds-survey >#/usr/bin/munlink >/usr/bin/obdfilter-survey >/usr/bin/ost-survey >/usr/bin/parse-ior >/usr/bin/plot-llstat >/usr/bin/plot-obdfilter >/usr/bin/plot-ost >/usr/bin/plot-sgpdd >/usr/bin/req_layout >/usr/bin/sgpdd-survey >/usr/include/libcfs >/usr/include/libcfs/posix >/usr/include/libcfs/posix/posix-types.h >/usr/include/linux/lustre_user.h >/usr/include/lustre >/usr/include/lustre/libiam.h >/usr/include/lustre/liblustreapi.h >/usr/include/lustre/ll_fiemap.h >/usr/include/lustre/lustre_idl.h >/usr/include/lustre/lustre_user.h >/usr/lib64/libcfsutil.a >/usr/lib64/liblustre.a >/usr/lib64/liblustre.so >/usr/lib64/liblustreapi.a >/usr/lib64/liblustreapi.so >/usr/lib64/libptlctl.a >/usr/lib64/libsysio.a >/usr/lib64/lustre/haconfig >/usr/lib64/lustre/lc_common >/usr/sbin/debugctl >/usr/sbin/l_getidentity >/usr/sbin/lc_cluman >/usr/sbin/lc_hb >/usr/sbin/lc_lvm >/usr/sbin/lc_md >/usr/sbin/lc_modprobe >/usr/sbin/lc_net >/usr/sbin/lc_servip >/usr/sbin/lctl >/usr/sbin/ldev >/usr/sbin/lhbadm >/usr/sbin/ll_decode_filter_fid >/usr/sbin/ll_recover_lost_found_objs >/usr/sbin/llog_reader >/usr/sbin/llverdev >/usr/sbin/llverfs >/usr/sbin/loadgen >/usr/sbin/lr_reader >/usr/sbin/lrun >/usr/sbin/lshowmount >/usr/sbin/lst >/usr/sbin/lstclient >/usr/sbin/ltrack_stats >/usr/sbin/lustre_config >/usr/sbin/lustre_createcsv >/usr/sbin/lustre_rmmod >/usr/sbin/lustre_rsync >/usr/sbin/lustre_start >/usr/sbin/lustre_up14 >/usr/sbin/ptlctl >/usr/sbin/routerstat >/usr/sbin/wirecheck >/usr/sbin/wiretest >/usr/share/lustre >/usr/share/lustre/mpich-1.2.6-lustre.patch >/lib/modules/%{kversion}/kernel/fs/lustre/fid.ko >/lib/modules/%{kversion}/kernel/fs/lustre/fld.ko >/lib/modules/%{kversion}/kernel/fs/lustre/llite_lloop.ko >/lib/modules/%{kversion}/kernel/fs/lustre/lmv.ko >/lib/modules/%{kversion}/kernel/fs/lustre/lov.ko >/lib/modules/%{kversion}/kernel/fs/lustre/lustre.ko >/lib/modules/%{kversion}/kernel/fs/lustre/lvfs.ko >/lib/modules/%{kversion}/kernel/fs/lustre/mdc.ko >/lib/modules/%{kversion}/kernel/fs/lustre/mgc.ko >/lib/modules/%{kversion}/kernel/fs/lustre/obdclass.ko >/lib/modules/%{kversion}/kernel/fs/lustre/obdecho.ko >/lib/modules/%{kversion}/kernel/fs/lustre/osc.ko >/lib/modules/%{kversion}/kernel/fs/lustre/ptlrpc.ko >/lib/modules/%{kversion}/kernel/net/lustre/ko2iblnd.ko >/lib/modules/%{kversion}/kernel/net/lustre/ksocklnd.ko >/lib/modules/%{kversion}/kernel/net/lustre/libcfs.ko >/lib/modules/%{kversion}/kernel/net/lustre/lnet.ko >/lib/modules/%{kversion}/kernel/net/lustre/lnet_selftest.ko >/usr/share/man/man1/lfs-hsm.1.xz >/usr/share/man/man1/lfs.1.xz >/usr/share/man/man1/lfs_migrate.1.xz >/usr/share/man/man3/llapi_file_create.3.xz >/usr/share/man/man3/llapi_file_get_stripe.3.xz >/usr/share/man/man3/llapi_file_open.3.xz >/usr/share/man/man3/llapi_hsm_state_get.3.xz >/usr/share/man/man3/llapi_hsm_state_set.3.xz >/usr/share/man/man3/llapi_quotactl.3.xz >/usr/share/man/man5/ldev.conf.5.xz >/usr/share/man/man5/nids.5.xz >/usr/share/man/man7/lustre.7.xz >/usr/share/man/man7/lustreapi.7.xz >/usr/share/man/man8/l_getgroups.8.xz >/usr/share/man/man8/lctl.8.xz >/usr/share/man/man8/ldev.8.xz >/usr/share/man/man8/lhbadm.8.xz >/usr/share/man/man8/ll_recover_lost_found_objs.8.xz >/usr/share/man/man8/llbackup.8.xz >/usr/share/man/man8/llobdstat.8.xz >/usr/share/man/man8/llog_reader.8.xz >/usr/share/man/man8/llstat.8.xz >/usr/share/man/man8/llverdev.8.xz >/usr/share/man/man8/lshowmount.8.xz >/usr/share/man/man8/lst.8.xz >/usr/share/man/man8/lustre_rsync.8.xz >/usr/share/man/man8/mkfs.lustre.8.xz >/usr/share/man/man8/mount.lustre.8.xz >/usr/share/man/man8/plot-llstat.8.xz >/usr/share/man/man8/routerstat.8.xz >/usr/share/man/man8/tunefs.lustre.8.xz > > >%changelog >* Mon Mar 18 2013 Michel Tyteca <Michel.Tyteca@meteo.fr> 2.3.62 >- Version 2.3.62 (spec inspire de l'original lustre.spec complet fourni par whamcloud).
%define debug_package %{nil} %define version 2.3.62 %define name lustre-client %define kversion %(uname -r) %define krelease %(uname -r | sed -e 's/\-server//') Summary: Lustre Client File System (modules and user-space utilities) Name: %{name} Version: %{version} Release: %(echo %krelease | tr '-' '_') License: GPL Group: Utilities/System Distribution: MeteoFrance Cnrm Vendor: Whamcloud Source: lustre-%{version}.tar.gz URL: http://wiki.whamcloud.com/ Packager: Michel.Tyteca@meteo.fr BuildRoot: %{_tmppath}/lustre-%{version}-root BuildRequires: kernel-server-devel-%{krelease} Requires: kernel-server-%{krelease} %description Userspace tools and files for the Lustre Client file system. %prep %setup -q -n lustre-%{version} %build ./configure --disable-option-checking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \ --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib64 \ --mandir=/usr/share/man --infodir=/usr/share/info --disable-tests --disable-liblustre-tests --disable-server \ --enable-quota make %install make install DESTDIR=$RPM_BUILD_ROOT chmod +x $RPM_BUILD_ROOT/usr/lib64/* mv $RPM_BUILD_ROOT/lib/modules/%{kversion}/updates/kernel $RPM_BUILD_ROOT/lib/modules/%{kversion} rmdir $RPM_BUILD_ROOT/lib/modules/%{kversion}/updates %post if [ -f /boot/System.map-%{kversion} ]; then depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0 else depmod -ae %{kversion} || exit 0 fi %postun if [ -f /boot/System.map-%{kversion} ]; then depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0 else depmod -ae %{kversion} || exit 0 fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) /etc/ha.d/resource.d/Lustre.ha_v2 /etc/init.d/lnet /etc/init.d/lustre /etc/ldev.conf /etc/sysconfig/lustre /etc/udev/rules.d/99-lustre.rules /sbin/mount.lustre /usr/bin/config.sh /usr/bin/gather_stats_everywhere.sh /usr/bin/ior-survey /usr/bin/lfs /usr/bin/lfs_migrate /usr/bin/libecho /usr/bin/llbackup /usr/bin/llobdstat /usr/bin/llstat /usr/bin/lstats.sh /usr/bin/lustre_req_history #/usr/bin/mcreate /usr/bin/mds-survey #/usr/bin/munlink /usr/bin/obdfilter-survey /usr/bin/ost-survey /usr/bin/parse-ior /usr/bin/plot-llstat /usr/bin/plot-obdfilter /usr/bin/plot-ost /usr/bin/plot-sgpdd /usr/bin/req_layout /usr/bin/sgpdd-survey /usr/include/libcfs /usr/include/libcfs/posix /usr/include/libcfs/posix/posix-types.h /usr/include/linux/lustre_user.h /usr/include/lustre /usr/include/lustre/libiam.h /usr/include/lustre/liblustreapi.h /usr/include/lustre/ll_fiemap.h /usr/include/lustre/lustre_idl.h /usr/include/lustre/lustre_user.h /usr/lib64/libcfsutil.a /usr/lib64/liblustre.a /usr/lib64/liblustre.so /usr/lib64/liblustreapi.a /usr/lib64/liblustreapi.so /usr/lib64/libptlctl.a /usr/lib64/libsysio.a /usr/lib64/lustre/haconfig /usr/lib64/lustre/lc_common /usr/sbin/debugctl /usr/sbin/l_getidentity /usr/sbin/lc_cluman /usr/sbin/lc_hb /usr/sbin/lc_lvm /usr/sbin/lc_md /usr/sbin/lc_modprobe /usr/sbin/lc_net /usr/sbin/lc_servip /usr/sbin/lctl /usr/sbin/ldev /usr/sbin/lhbadm /usr/sbin/ll_decode_filter_fid /usr/sbin/ll_recover_lost_found_objs /usr/sbin/llog_reader /usr/sbin/llverdev /usr/sbin/llverfs /usr/sbin/loadgen /usr/sbin/lr_reader /usr/sbin/lrun /usr/sbin/lshowmount /usr/sbin/lst /usr/sbin/lstclient /usr/sbin/ltrack_stats /usr/sbin/lustre_config /usr/sbin/lustre_createcsv /usr/sbin/lustre_rmmod /usr/sbin/lustre_rsync /usr/sbin/lustre_start /usr/sbin/lustre_up14 /usr/sbin/ptlctl /usr/sbin/routerstat /usr/sbin/wirecheck /usr/sbin/wiretest /usr/share/lustre /usr/share/lustre/mpich-1.2.6-lustre.patch /lib/modules/%{kversion}/kernel/fs/lustre/fid.ko /lib/modules/%{kversion}/kernel/fs/lustre/fld.ko /lib/modules/%{kversion}/kernel/fs/lustre/llite_lloop.ko /lib/modules/%{kversion}/kernel/fs/lustre/lmv.ko /lib/modules/%{kversion}/kernel/fs/lustre/lov.ko /lib/modules/%{kversion}/kernel/fs/lustre/lustre.ko /lib/modules/%{kversion}/kernel/fs/lustre/lvfs.ko /lib/modules/%{kversion}/kernel/fs/lustre/mdc.ko /lib/modules/%{kversion}/kernel/fs/lustre/mgc.ko /lib/modules/%{kversion}/kernel/fs/lustre/obdclass.ko /lib/modules/%{kversion}/kernel/fs/lustre/obdecho.ko /lib/modules/%{kversion}/kernel/fs/lustre/osc.ko /lib/modules/%{kversion}/kernel/fs/lustre/ptlrpc.ko /lib/modules/%{kversion}/kernel/net/lustre/ko2iblnd.ko /lib/modules/%{kversion}/kernel/net/lustre/ksocklnd.ko /lib/modules/%{kversion}/kernel/net/lustre/libcfs.ko /lib/modules/%{kversion}/kernel/net/lustre/lnet.ko /lib/modules/%{kversion}/kernel/net/lustre/lnet_selftest.ko /usr/share/man/man1/lfs-hsm.1.xz /usr/share/man/man1/lfs.1.xz /usr/share/man/man1/lfs_migrate.1.xz /usr/share/man/man3/llapi_file_create.3.xz /usr/share/man/man3/llapi_file_get_stripe.3.xz /usr/share/man/man3/llapi_file_open.3.xz /usr/share/man/man3/llapi_hsm_state_get.3.xz /usr/share/man/man3/llapi_hsm_state_set.3.xz /usr/share/man/man3/llapi_quotactl.3.xz /usr/share/man/man5/ldev.conf.5.xz /usr/share/man/man5/nids.5.xz /usr/share/man/man7/lustre.7.xz /usr/share/man/man7/lustreapi.7.xz /usr/share/man/man8/l_getgroups.8.xz /usr/share/man/man8/lctl.8.xz /usr/share/man/man8/ldev.8.xz /usr/share/man/man8/lhbadm.8.xz /usr/share/man/man8/ll_recover_lost_found_objs.8.xz /usr/share/man/man8/llbackup.8.xz /usr/share/man/man8/llobdstat.8.xz /usr/share/man/man8/llog_reader.8.xz /usr/share/man/man8/llstat.8.xz /usr/share/man/man8/llverdev.8.xz /usr/share/man/man8/lshowmount.8.xz /usr/share/man/man8/lst.8.xz /usr/share/man/man8/lustre_rsync.8.xz /usr/share/man/man8/mkfs.lustre.8.xz /usr/share/man/man8/mount.lustre.8.xz /usr/share/man/man8/plot-llstat.8.xz /usr/share/man/man8/routerstat.8.xz /usr/share/man/man8/tunefs.lustre.8.xz %changelog * Mon Mar 18 2013 Michel Tyteca <Michel.Tyteca@meteo.fr> 2.3.62 - Version 2.3.62 (spec inspire de l'original lustre.spec complet fourni par whamcloud).
View Attachment As Raw
Actions:
View
Attachments on
bug 9585
: 3681