1 # Openafs Spec $Revision$
3 %define afsvers @VERSION@
4 %define pkgvers @LINUX_PKGVER@
5 # for beta/rc releases make pkgrel 0.<tag>
6 # for real releases make pkgrel 1 (or more for extra releases)
7 %define pkgrel @LINUX_PKGREL@
9 %{!?build_dkmspkg: %define build_dkmspkg 1}
12 # Determine presence of rpmbuild command line --define arguments and set
13 # defaults if not present.
15 %define build_userspace_on_cmdline %{?build_userspace:1}%{!?build_userspace:0}
16 %define build_modules_on_cmdline %{?build_modules:1}%{!?build_modules:0}
17 %define debugspec_on_cmdline %{?debugspec:1}%{!?debugspec:0}
19 %if !%{build_userspace_on_cmdline}
20 %define build_userspace 1
22 %if !%{build_modules_on_cmdline}
23 %define build_modules 1
25 %if !%{debugspec_on_cmdline}
29 # Specify '--with kauth' if you want to build packages containing the legacy
30 # kaserver and related programs.
31 %define kauth_support %{?_with_kauth:1}%{!?_with_kauth:0}
33 # Specify '--without authlibs' if you do not want to build the openafs-authlibs
35 %define build_authlibs %{?_without_authlibs:0}%{!?_without_authlibs:1}
37 # Specify '--without krb5' if you do not want to build the openafs-krb5 package
38 # to distribute aklog, asetkey, and akeyconvert.
39 %define krb5support %{?_without_krb5:0}%{!?_without_krb5:1}
41 # Specify '--with bootkernel' if you want to build the
42 # kernel module for Red Hat BOOT Kernels on x86.
43 %define bootkernelsupport %{?_with_bootkernel:1}%{!?_with_bootkernel:0}
48 %if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
49 %define depmod /usr/sbin/depmod
51 %define depmod /sbin/depmod
54 %define kmodtool bash %{_sourcedir}/openafs-kmodtool
56 %define kmod_name openafs
57 %define kverrel %(%{kmodtool} verrel %{?kernvers} 2>/dev/null)
60 %{!?kvariants: %define kvariants %{?upvar}}
62 %if %{?ksrcdir:1}%{!?ksrcdir:0}
63 if ( -d %{_usrsrc}/kernels/%{kverrel}-%{_target_cpu}) ; then
64 %define ksrcdir %{_usrsrc}/kernels/%{kverrel}-%{_target_cpu}}
66 %define ksrcdir %{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}}
70 %define dkms_version %{pkgvers}-%{pkgrel}%{?dist}
72 # Define the location of your init.d directory
73 %define initdir /etc/rc.d/init.d
75 #determine if the kernel provides an arch-specific Provides
76 %define kprovidesarch %(%{kversis} provideskernelarch %{ksrcdir} %{_target_cpu})
78 # Define the location of the PAM security module directory
79 %define pamdir /%{_lib}/security
81 Summary: OpenAFS distributed filesystem
84 Release: %{pkgrel}%{?dist}
85 License: IBM Public License
86 URL: http://www.openafs.org
87 BuildRoot: %{_tmppath}/%{name}-%{version}-root
88 Packager: OpenAFS Gatekeepers <openafs-gatekeepers@openafs.org>
89 Group: Networking/Filesystems
90 BuildRequires: %{?kdepend:%{kdepend}, } pam-devel, ncurses-devel, flex, bison
91 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
92 BuildRequires: systemd-units
94 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 6
95 BuildRequires: perl-devel, swig
97 BuildRequires: perl(ExtUtils::Embed)
99 BuildRequires: krb5-devel
102 BuildRequires: kernel-devel
105 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 aarch64
107 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
108 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
109 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
110 %define srcdir openafs-%{afsvers}
112 Source10: http://www.openafs.org/dl/openafs/%{afsvers}/RELNOTES-%{afsvers}
113 Source11: http://www.openafs.org/dl/openafs/%{afsvers}/ChangeLog
115 Source20: https://www.central.org/dl/cellservdb/CellServDB.2017-03-14
117 Source996: openafs-kvers-is.sh
118 Source997: openafs-buildfedora.pl
119 Source998: openafs-buildall.sh
120 Source999: openafs-kmodtool
123 The AFS distributed filesystem. AFS is a distributed filesystem
124 allowing cross-platform sharing of files among multiple computers.
125 Facilities are provided for access control, authentication, backup and
126 administrative management.
128 This package provides common files shared across all the various
129 OpenAFS packages but are not necessarily tied to a client or server.
131 The OpenAFS SRPM can be rebuilt with the following options to control
134 --define "kernvers 3.19.3-100.fc20.i686" Specify the specific kernel version
135 to build modules against. The default is
136 to build against the currently-running
138 --define "kbase /lib/modules/" The base location to look for kernel headers
139 --define "kend /build" The 'end' location to look for kernels
140 The build will define ksrvdir as
141 %%{kbase}<kernvers>%%{kend}
143 --without authlibs Disable authlibs package (default: with authlibs)
144 --without krb5 Disable krb5 support (default: with krb5)
145 --with bitmap-later Enable "bitmap later" support
146 --with bos-restricted Enable "bos restricted" mode
147 --with supergroups Enable "supergroups"
148 --with kauth Build the openafs-kauth-server and openafs-kauth-client
149 packages which contain the legacy kaserver and
150 related programs. (default: --without kauth)
152 --target=i386 The target architecture to build for.
154 --define "build_userspace 1" Request building of userspace tools
155 --define "build_modules 1" Request building of kernel modules
156 You probably never need to specify these.
158 --define "kmoddir /lib/modules" This is the base location where modules
159 will be installed. You probably don't
160 need to change this ever.
162 --define "kvariants <variants>" When building Fedora style kernel modules,
163 this defines the set of kernel variants
165 <variants> is a space seperated list which
166 may contain one or more of
167 '' (for the generic kernel), smp, PAE, xen
170 To a kernel module for your running kernel, just run:
171 rpmbuild --rebuild --target=`uname -m` openafs-%{pkgvers}-%{pkgrel}%{?dist}.src.rpm
173 ##############################################################################
175 # build the userspace side of things if so requested
177 ##############################################################################
178 %if %{build_userspace}
181 Requires: binutils, openafs = %{version}
182 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
183 Requires: systemd-units
184 Requires(post): systemd-units, systemd-sysv
185 Requires(preun): systemd-units
186 Requires(postun): systemd-units
189 Requires: %{name}-kmod >= %{version}
190 Provides: %{name}-kmod-common = %{version}
192 Summary: OpenAFS Filesystem Client
193 Group: Networking/Filesystem
196 The AFS distributed filesystem. AFS is a distributed filesystem
197 allowing cross-platform sharing of files among multiple computers.
198 Facilities are provided for access control, authentication, backup and
199 administrative management.
201 This package provides basic client support to mount and manipulate
205 Requires: openafs = %{version}
206 Summary: OpenAFS Filesystem Server
207 Group: Networking/Filesystems
208 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
209 Requires: systemd-units
210 Requires(post): systemd-units, systemd-sysv
211 Requires(preun): systemd-units
212 Requires(postun): systemd-units
216 The AFS distributed filesystem. AFS is a distributed filesystem
217 allowing cross-platform sharing of files among multiple computers.
218 Facilities are provided for access control, authentication, backup and
219 administrative management.
221 This package provides basic server support to host files in an AFS
225 %package -n dkms-%{name}
226 Summary: DKMS-ready kernel source for AFS distributed filesystem
227 Group: Development/Kernel
228 Provides: openafs-kernel = %{version}
229 Provides: %{name}-kmod = %{version}
233 Requires: %{name}-kmod-common = %{version}
235 %description -n dkms-%{name}
236 The AFS distributed filesystem. AFS is a distributed filesystem
237 allowing cross-platform sharing of files among multiple computers.
238 Facilities are provided for access control, authentication, backup and
239 administrative management.
241 This package provides the source code to allow DKMS to build an
245 %if %{build_authlibs}
247 Summary: OpenAFS authentication shared libraries
248 Group: Networking/Filesystems
250 %description authlibs
251 The AFS distributed filesystem. AFS is a distributed filesystem
252 allowing cross-platform sharing of files among multiple computers.
253 Facilities are provided for access control, authentication, backup and
254 administrative management.
256 This package provides a shared version of libafsrpc and libafsauthent.
257 None of the programs included with OpenAFS currently use these shared
258 libraries; however, third-party software that wishes to perform AFS
259 authentication may link against them.
262 %package authlibs-devel
263 %if %{build_authlibs}
264 Requires: openafs-authlibs = %{version}-%{release}
266 Requires: openafs-devel = %{version}-%{release}
267 Summary: OpenAFS shared library development
268 Group: Development/Filesystems
270 %description authlibs-devel
271 The AFS distributed filesystem. AFS is a distributed filesystem
272 allowing cross-platform sharing of files among multiple computers.
273 Facilities are provided for access control, authentication, backup and
274 administrative management.
276 This package includes the static versions of libafsrpc and
277 libafsauthent, and symlinks required for building against the dynamic
281 Summary: OpenAFS Development Libraries and Headers
282 Group: Development/Filesystems
283 Requires: openafs = %{version}-%{release}
286 The AFS distributed filesystem. AFS is a distributed filesystem
287 allowing cross-platform sharing of files among multiple computers.
288 Facilities are provided for access control, authentication, backup and
289 administrative management.
291 This package provides static development libraries and headers needed
292 to compile AFS applications. Note: AFS currently does not provide
296 Summary: OpenAFS user and administrator documentation
297 Requires: openafs = %{version}-%{release}
298 Group: Networking/Filesystems
301 The AFS distributed filesystem. AFS is a distributed filesystem
302 allowing cross-platform sharing of files among multiple computers.
303 Facilities are provided for access control, authentication, backup and
304 administrative management.
306 This package provides HTML documentation for OpenAFS users and system
309 %package kernel-source
310 Summary: OpenAFS Kernel Module source tree
311 Group: Networking/Filesystems
312 Provides: openafs-kernel = %{version}
313 Provides: %{name}-kmod = %{version}
315 %description kernel-source
316 The AFS distributed filesystem. AFS is a distributed filesystem
317 allowing cross-platform sharing of files among multiple computers.
318 Facilities are provided for access control, authentication, backup and
319 administrative management.
321 This package provides the source code to build your own AFS kernel
325 Summary: OpenAFS client compatibility symlinks
326 Requires: openafs = %{version}, openafs-client = %{version}
327 Group: Networking/Filesystems
328 Obsoletes: openafs-client-compat
331 The AFS distributed filesystem. AFS is a distributed filesystem
332 allowing cross-platform sharing of files among multiple computers.
333 Facilities are provided for access control, authentication, backup and
334 administrative management.
336 This package provides compatibility symlinks in /usr/afsws. It is
337 completely optional, and is only necessary to support legacy
338 applications and scripts that hard-code the location of AFS client
342 %package kauth-client
343 Summary: OpenAFS Kauth Client support
345 Group: Networking/Filesystems
347 %description kauth-client
348 The AFS distributed filesystem. AFS is a distributed filesystem
349 allowing cross-platform sharing of files among multiple computers.
350 Facilities are provided for access control, authentication, backup and
351 administrative management.
353 This package provides the legacy KAServer client programs and the PAM module
354 for authentication with the OpenAFS KAserver; a deprecated authentication
355 service. Generally you should not install this package for new cells or for
356 cells using Kerberos v5.
358 %package kauth-server
359 Summary: OpenAFS Kauth Server support
361 Group: Networking/Filesystems
363 %description kauth-server
364 The AFS distributed filesystem. AFS is a distributed filesystem
365 allowing cross-platform sharing of files among multiple computers.
366 Facilities are provided for access control, authentication, backup and
367 administrative management.
369 This package provides the legacy OpenAFS KAServer; a deprecated authentication
370 service. Generally you should not install this package for new cells or for
371 cells using Kerberos v5.
376 Summary: OpenAFS programs to use with krb5
377 Requires: openafs = %{version}
378 Group: Networking/Filesystems
379 BuildRequires: krb5-devel
382 The AFS distributed filesystem. AFS is a distributed filesystem
383 allowing cross-platform sharing of files among multiple computers.
384 Facilities are provided for access control, authentication, backup and
385 administrative management.
387 This package provides compatibility programs so you can use krb5
388 to authenticate to AFS services, instead of using AFS's homegrown
389 krb4 lookalike services.
394 ##############################################################################
396 # build the kernel modules if so requested
398 ##############################################################################
401 %{expand:%(%{kmodtool} rpmtemplate %{kmod_name} %{kverrel} %{depmod} %{kvariants} 2>/dev/null)}
405 ##############################################################################
409 ##############################################################################
413 : @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
415 : @@@ kernel version: %{kverrel}
416 : @@@ kernel variations: %{kvariants}
417 : @@@ PAM modules dir: %{pamdir}
418 : @@@ build userspace: %{build_userspace}
419 : @@@ build modules: %{build_modules}
421 : @@@ target cpu: %{_target_cpu}
423 : @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
425 # Install OpenAFS src and doc
426 #%setup -q -n %{srcdir}
427 %setup -q -b 1 -n %{srcdir}
429 ##############################################################################
433 ##############################################################################
436 x86_64) sysname=amd64_linux26 ;;
437 alpha*) sysname=alpha_linux_26 ;;
438 i386|i486|i586|i686|athlon) sysname=i386_linux26 ;;
439 aarch64) sysname=arm64_linux26 ;;
440 *) sysname=%{_arch}_linux26 ;;
444 archlist="i386 i586 i686 athlon"
445 %if %{bootkernelsupport}
446 archlist="${archlist} BOOT"
453 # PrintDefine var value statements file
458 echo "#ifndef $1" >> $4
463 echo "#undef $1" >> $4
468 echo "#define $1 $2" >> $4
478 echo "#include $1" >> $4
488 # PrintRedhatKernelFix arch mp file
489 PrintRedhatKernelFix() {
503 largesmp) largesmp=1;;
507 echo "$2 not supported"
516 PrintDefine "REDHAT_FIX_H" "" ifn,def,nl $file
518 PrintDefine __BOOT_KERNEL_ENTERPRISE $ent und,def,nl $file
519 PrintDefine __BOOT_KERNEL_BIGMEM $bigmem und,def,nl $file
520 PrintDefine __BOOT_KERNEL_HUGEMEM $hugemem und,def,nl $file
521 PrintDefine __BOOT_KERNEL_SMP $smp und,def,nl $file
522 PrintDefine __BOOT_KERNEL_LARGESMP $largesmp und,def,nl $file
523 PrintDefine __BOOT_KERNEL_UP $up und,def,nl $file
524 PrintDefine __BOOT_KERNEL_BOOT $boot und,def,nl $file
525 PrintDefine __BOOT_KERNEL_BOOTSMP $bootsmp und,def,nl $file
527 PrintDefine '"/boot/kernel.h"' "" inc,nl $file # include file
529 for ar in $archlist ; do
530 if [ "$ar" = "$arch" ]; then
531 PrintDefine "__MODULE_KERNEL_$ar" "1" ifn,def,end $file
533 PrintDefine "__MODULE_KERNEL_$ar" "" und $file # undef
538 PrintDefine "" "" end $file
540 if [ %{debugspec} = 1 ] ; then
541 echo "Kernel Configuration File for Red Hat kernels:"
546 config_opts="--enable-redhat-buildsys \
547 %{?_with_kauth:--enable-kauth} \
548 %{?_with_bitmap_later:--enable-bitmap-later} \
549 %{?_with_bos_restricted:--enable-bos-restricted-mode} \
550 %{?_with_supergroups:--enable-supergroups} \
551 --enable-transarc-paths"
555 # If we're using Fedora kmods, work out which is the best kernel module to
556 # use for the userland configuration step. If no variants have been specified,
557 # then use the standard kernel. If variants are specified, use the standard kernel
558 # if it's listed, otherwise pick the first listed kernel.
560 for kvariant in %{kvariants} ; do
561 if [ -z "${kvariant}" -o -z "$ksrc" ] ; then
562 if [ -d %{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} ] ; then
563 ksrc=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu}
564 elif [ -d %{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}${kvariant:++$kvariant} ] ; then
565 ksrc=%{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}${kvariant:++$kvariant}
567 ksrc=%{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}${kvariant:+.$kvariant}
571 if [ -z "$ksrc" ] ; then
575 CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
578 %if %{?krb5config:1}%{!?krb5config:0}
579 KRB5_CONFIG="%{krb5config}"
584 ./configure --with-afs-sysname=${sysname} \
585 --prefix=%{_prefix} \
586 --libdir=%{_libdir} \
587 --bindir=%{_bindir} \
588 --sbindir=%{_sbindir} \
589 --disable-strip-binaries \
591 --with-linux-kernel-packaging \
593 --with-linux-kernel-headers=${ksrc} \
598 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 6
606 # Build the libafs tree
607 make only_libafs_tree || exit 1
610 %if %{?krb5config:1}%{!?krb5config:0}
611 KRB5_CONFIG="%{krb5config}"
616 # Configure each of our kernel modules
619 for kvariant in %{kvariants} ; do
620 if [ -n "${kvariant}" ] ; then
622 if [ -d %{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} ] ; then
623 ksrc=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu}
625 elif [ -d %{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}${kvariant:++$kvariant} ] ; then
626 # Fedora 20 started putting kernel sources in e.g.
627 # 3.12.5-302.fc20.i686+PAE, instead of:
628 # 3.12.5-302.fc20.i686.PAE
629 ksrc=%{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}${kvariant:++$kvariant}
632 ksrc=%{_usrsrc}/kernels/%{kverrel}.%{_target_cpu}${kvariant:+.$kvariant}
635 cp -R libafs_tree _kmod_build_${kvariant}
636 pushd _kmod_build_${kvariant}
637 ./configure --with-afs-sysname=${sysname} \
638 --prefix=%{_prefix} \
639 --libdir=%{_libdir} \
640 --bindir=%{_bindir} \
641 --sbindir=%{_sbindir} \
642 --with-linux-kernel-packaging \
643 --with-linux-kernel-headers=${ksrc} \
654 %if %{build_userspace}
655 # Build the user-space AFS stuff
660 for kvariant in %{kvariants}
662 if [ -n "${kvariant}" ] ; then
663 pushd _kmod_build_$kvariant;
673 ##############################################################################
677 ##############################################################################
680 export DONT_GPRINTIFY=1 # Do not modify initscripts.
682 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
684 ##############################################################################
686 ### Install userspace
688 ##############################################################################
689 %if %{build_userspace}
691 #-----------------------------------------------------------------------------
692 # Install userspace files
693 #-----------------------------------------------------------------------------
694 make install_nolibafs DESTDIR="$RPM_BUILD_ROOT"
696 # Set the executable bit on libraries in libdir, so rpmbuild knows to
697 # create "Provides" entries in the package metadata for the libraries
698 chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so*
700 # Exclude duplicated files.
701 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/bos
702 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/fs
704 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/kas
705 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/klog
706 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/klog.krb
707 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/kpwvalid
708 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/tokens.krb
709 rm -f $RPM_BUILD_ROOT%{_sbindir}/kpwvalid
711 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/pts
712 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/tokens
713 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/udebug
714 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/vos
716 # Exclude obsolete or unused files.
717 rm -f $RPM_BUILD_ROOT%{_bindir}/dlog
718 rm -f $RPM_BUILD_ROOT%{_bindir}/dpass
719 rm -f $RPM_BUILD_ROOT%{_bindir}/install
720 rm -f $RPM_BUILD_ROOT%{_bindir}/knfs
721 rm -f $RPM_BUILD_ROOT%{_bindir}/livesys
722 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/kdb
723 rm -f $RPM_BUILD_ROOT%{_sbindir}/rmtsysd
724 rm -rf $RPM_BUILD_ROOT%{_sbindir}/kdump*
725 %if !%{build_authlibs}
726 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so*
727 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so*
728 rm -f $RPM_BUILD_ROOT%{_libdir}/libkopenafs.so*
730 rm -f $RPM_BUILD_ROOT%{_sbindir}/afsd.fuse
731 %if !%{kauth_support}
732 rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/tokens.krb
733 rm -f $RPM_BUILD_ROOT%{_bindir}/tokens.krb
734 rm -f $RPM_BUILD_ROOT%{_bindir}/pagsh.krb
737 # Relocate afsd to legacy path to match init scripts.
738 mv $RPM_BUILD_ROOT%{_sbindir}/afsd $RPM_BUILD_ROOT%{_prefix}/vice/etc/afsd
740 # Relocate admin utilities to a modern path.
742 mv $RPM_BUILD_ROOT%{_prefix}/afs/bin/kadb_check $RPM_BUILD_ROOT%{_sbindir}/kadb_check
744 mv $RPM_BUILD_ROOT%{_prefix}/afs/bin/prdb_check $RPM_BUILD_ROOT%{_sbindir}/prdb_check
745 mv $RPM_BUILD_ROOT%{_prefix}/afs/bin/vldb_check $RPM_BUILD_ROOT%{_sbindir}/vldb_check
746 mv $RPM_BUILD_ROOT%{_prefix}/afs/bin/vldb_convert $RPM_BUILD_ROOT%{_sbindir}/vldb_convert
748 mv $RPM_BUILD_ROOT%{_prefix}/afs/bin/akeyconvert $RPM_BUILD_ROOT%{_sbindir}/akeyconvert
749 mv $RPM_BUILD_ROOT%{_prefix}/afs/bin/asetkey $RPM_BUILD_ROOT%{_sbindir}/asetkey
753 # Relocate PAM files to the standard PAM module path.
754 mkdir -p $RPM_BUILD_ROOT%{pamdir}
755 mv $RPM_BUILD_ROOT%{_libdir}/pam_afs.krb.so $RPM_BUILD_ROOT%{pamdir}
756 mv $RPM_BUILD_ROOT%{_libdir}/pam_afs.so $RPM_BUILD_ROOT%{pamdir}
757 ln -sf pam_afs.so $RPM_BUILD_ROOT%{pamdir}/pam_afs.so.1
758 ln -sf pam_afs.krb.so $RPM_BUILD_ROOT%{pamdir}/pam_afs.krb.so.1
760 # Rename kpasswd to avoid conflicting with krb5 kpasswd.
761 mv $RPM_BUILD_ROOT%{_bindir}/kpasswd $RPM_BUILD_ROOT%{_bindir}/kapasswd
762 mv $RPM_BUILD_ROOT%{_mandir}/man1/kpasswd.1 $RPM_BUILD_ROOT%{_mandir}/man1/kapasswd.1
765 # Exclude obsolete or unused man pages.
766 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/afs_ftpd.1
767 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/afs_inetd.1
768 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/afs_login.1
769 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/afs_rcp.1
770 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/afs_rlogind.1
771 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/afs_rsh.1
772 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/dkload.1
773 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/knfs.1
774 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/package.1
775 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/runntp.1
776 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/symlink.1
777 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/symlink_list.1
778 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/symlink_make.1
779 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/symlink_remove.1
780 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/dlog.*
781 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/copyauth.*
782 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/dpass.*
783 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/livesys.*
784 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/afsd.fuse.8
785 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rmtsysd.*
786 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/aklog_dynamic_auth.*
787 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/kdb.*
788 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/xfs_size_check.*
789 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/package_test.*
790 rm -f $RPM_BUILD_ROOT%{_mandir}/man5/package.*
791 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/package.*
793 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/akeyconvert.*
794 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/asetkey.*
796 %if !%{kauth_support}
797 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/pagsh.krb.1
798 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tokens.krb.1
799 rm -f $RPM_BUILD_ROOT%{_mandir}/man5/AuthLog.5
800 rm -f $RPM_BUILD_ROOT%{_mandir}/man5/AuthLog.dir.5
802 %if !(0%{?fedora} >= 15 || 0%{?rhel} >= 6)
803 rm -f %{_mandir}/man3/AFS::ukernel.3
806 #-----------------------------------------------------------------------------
807 # Install client and server initscripts/systemd files
808 #-----------------------------------------------------------------------------
809 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
810 install -m 755 src/packaging/RedHat/openafs.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/openafs
811 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
812 mkdir -p $RPM_BUILD_ROOT%{initdir}
813 install -m 755 src/packaging/RedHat/openafs-client.init $RPM_BUILD_ROOT%{initdir}/openafs-client
814 install -m 755 src/packaging/RedHat/openafs-server.init $RPM_BUILD_ROOT%{initdir}/openafs-server
816 mkdir -p $RPM_BUILD_ROOT%{_unitdir}
817 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules
818 install -m 644 src/packaging/RedHat/openafs-client.service $RPM_BUILD_ROOT%{_unitdir}/openafs-client.service
819 install -m 755 src/packaging/RedHat/openafs-client.modules $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules/openafs-client.modules
820 install -m 644 src/packaging/RedHat/openafs-server.service $RPM_BUILD_ROOT%{_unitdir}/openafs-server.service
823 #-----------------------------------------------------------------------------
824 # Install server directories.
825 #-----------------------------------------------------------------------------
826 mkdir -p $RPM_BUILD_ROOT%{_prefix}/afs/etc
827 mkdir -p $RPM_BUILD_ROOT%{_prefix}/afs/logs
829 #-----------------------------------------------------------------------------
830 # Install client directories and config files.
831 #-----------------------------------------------------------------------------
832 mkdir -p $RPM_BUILD_ROOT%{_prefix}/vice/etc
833 mkdir -p $RPM_BUILD_ROOT%{_prefix}/vice/cache
834 chmod 700 $RPM_BUILD_ROOT%{_prefix}/vice/cache
835 install -p -m 644 src/packaging/RedHat/openafs-ThisCell $RPM_BUILD_ROOT%{_prefix}/vice/etc/ThisCell
836 install -p -m 644 %{SOURCE20} $RPM_BUILD_ROOT%{_prefix}/vice/etc/CellServDB.dist
837 install -p -m 644 src/packaging/RedHat/openafs-cacheinfo $RPM_BUILD_ROOT%{_prefix}/vice/etc/cacheinfo
839 #-----------------------------------------------------------------------------
840 # Install DKMS source.
841 #-----------------------------------------------------------------------------
842 install -d -m 755 $RPM_BUILD_ROOT%{_prefix}/src
843 cp -a libafs_tree $RPM_BUILD_ROOT%{_prefix}/src/%{name}-%{dkms_version}
845 cat > $RPM_BUILD_ROOT%{_prefix}/src/%{name}-%{dkms_version}/dkms.conf <<"EOF"
847 PACKAGE_VERSION="%{dkms_version}"
849 # Items below here should not have to change with each driver version.
850 PACKAGE_NAME="%{name}"
851 MAKE[0]='./configure --with-linux-kernel-headers=${kernel_source_dir} --with-linux-kernel-packaging && make && case "${kernelver_array[0]}${kernelver[0]}" in 2.4.*) mv src/libafs/MODLOAD-*/libafs-* openafs.o ;; *) mv src/libafs/MODLOAD-*/openafs.ko . ;; esac'
852 CLEAN="make -C src/libafs clean"
854 BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
855 DEST_MODULE_LOCATION[0]="/kernel/3rdparty/$PACKAGE_NAME/"
861 #-----------------------------------------------------------------------------
862 # Install the kernel module source tree.
863 #-----------------------------------------------------------------------------
864 mkdir -p $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/src
865 tar cf - -C libafs_tree . | \
866 tar xf - -C $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/src
867 install -m 644 LICENSE $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.IBM
868 install -m 644 src/packaging/RedHat/openafs-LICENSE.Sun $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.Sun
869 install -m 644 src/packaging/RedHat/openafs-README $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/README
871 #-----------------------------------------------------------------------------
872 # Install documentation.
873 #-----------------------------------------------------------------------------
874 mkdir -p $RPM_BUILD_ROOT/$RPM_DOC_DIR/openafs-%{afsvers}
875 tar cf - -C doc LICENSE html pdf | \
876 tar xf - -C $RPM_BUILD_ROOT/$RPM_DOC_DIR/openafs-%{afsvers}
877 install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/$RPM_DOC_DIR/openafs-%{afsvers}
878 install -m 644 %{SOURCE11} $RPM_BUILD_ROOT/$RPM_DOC_DIR/openafs-%{afsvers}
880 #-----------------------------------------------------------------------------
881 # Install compatiblity links.
882 #-----------------------------------------------------------------------------
883 mkdir -p $RPM_BUILD_ROOT%{_prefix}/afsws/bin
884 mkdir -p $RPM_BUILD_ROOT%{_prefix}/afsws/etc
885 ln -sf %{_prefix}/bin/afsmonitor $RPM_BUILD_ROOT%{_prefix}/afsws/bin/afsmonitor
886 ln -sf %{_prefix}/bin/bos $RPM_BUILD_ROOT%{_prefix}/afsws/bin/bos
887 ln -sf %{_prefix}/bin/fs $RPM_BUILD_ROOT%{_prefix}/afsws/bin/fs
889 ln -sf %{_prefix}/bin/kapasswd $RPM_BUILD_ROOT%{_prefix}/afsws/bin/kapasswd
890 ln -sf %{_prefix}/bin/klog $RPM_BUILD_ROOT%{_prefix}/afsws/bin/klog
891 ln -sf %{_prefix}/bin/klog.krb $RPM_BUILD_ROOT%{_prefix}/afsws/bin/klog.krb
892 ln -sf %{_prefix}/bin/pagsh.krb $RPM_BUILD_ROOT%{_prefix}/afsws/bin/pagsh.krb
893 ln -sf %{_prefix}/bin/tokens.krb $RPM_BUILD_ROOT%{_prefix}/afsws/bin/tokens.krb
895 ln -sf %{_prefix}/bin/pagsh $RPM_BUILD_ROOT%{_prefix}/afsws/bin/pagsh
896 ln -sf %{_prefix}/bin/pts $RPM_BUILD_ROOT%{_prefix}/afsws/bin/pts
897 ln -sf %{_prefix}/bin/restorevol $RPM_BUILD_ROOT%{_prefix}/afsws/bin/restorevol
898 ln -sf %{_prefix}/bin/scout $RPM_BUILD_ROOT%{_prefix}/afsws/bin/scout
899 ln -sf %{_prefix}/bin/sys $RPM_BUILD_ROOT%{_prefix}/afsws/bin/sys
900 ln -sf %{_prefix}/bin/tokens $RPM_BUILD_ROOT%{_prefix}/afsws/bin/tokens
901 ln -sf %{_prefix}/bin/translate_et $RPM_BUILD_ROOT%{_prefix}/afsws/bin/translate_et
902 ln -sf %{_prefix}/bin/xstat_cm_test $RPM_BUILD_ROOT%{_prefix}/afsws/bin/xstat_cm_test
903 ln -sf %{_prefix}/bin/xstat_fs_test $RPM_BUILD_ROOT%{_prefix}/afsws/bin/xstat_fs_test
904 ln -sf %{_prefix}/bin/udebug $RPM_BUILD_ROOT%{_prefix}/afsws/bin/udebug
905 ln -sf %{_prefix}/bin/unlog $RPM_BUILD_ROOT%{_prefix}/afsws/bin/unlog
906 ln -sf %{_prefix}/sbin/backup $RPM_BUILD_ROOT%{_prefix}/afsws/etc/backup
907 ln -sf %{_prefix}/sbin/butc $RPM_BUILD_ROOT%{_prefix}/afsws/etc/butc
908 ln -sf %{_prefix}/sbin/fms $RPM_BUILD_ROOT%{_prefix}/afsws/etc/fms
909 ln -sf %{_prefix}/sbin/fstrace $RPM_BUILD_ROOT%{_prefix}/afsws/etc/fstrace
911 ln -sf %{_prefix}/sbin/kas $RPM_BUILD_ROOT%{_prefix}/afsws/etc/kas
913 ln -sf %{_prefix}/sbin/read_tape $RPM_BUILD_ROOT%{_prefix}/afsws/etc/read_tape
914 ln -sf %{_prefix}/sbin/rxdebug $RPM_BUILD_ROOT%{_prefix}/afsws/etc/rxdebug
915 ln -sf %{_prefix}/sbin/uss $RPM_BUILD_ROOT%{_prefix}/afsws/etc/uss
916 ln -sf %{_prefix}/sbin/vos $RPM_BUILD_ROOT%{_prefix}/afsws/etc/vos
917 ln -sf %{_prefix}/sbin/vsys $RPM_BUILD_ROOT%{_prefix}/afsws/etc/vsys
921 ##############################################################################
925 ##############################################################################
928 for kvariant in %{kvariants}
930 if [ -n "$kvariant" ] ; then
931 if [ -d _kmod_build_$kvariant/src/libafs/MODLOAD-%{kverrel}${kvariant}-SP ] ; then
932 srcdir=_kmod_build_$kvariant/src/libafs/MODLOAD-%{kverrel}${kvariant}-SP
933 dstdir=$RPM_BUILD_ROOT/lib/modules/%{kverrel}${kvariant}/extra/openafs
934 elif [ -d _kmod_build_$kvariant/src/libafs/MODLOAD-%{kverrel}.%{_target_cpu}+${kvariant}-SP ] ; then
935 srcdir=_kmod_build_$kvariant/src/libafs/MODLOAD-%{kverrel}.%{_target_cpu}+${kvariant}-SP
936 dstdir=$RPM_BUILD_ROOT/lib/modules/%{kverrel}.%{_target_cpu}+${kvariant}/extra/openafs
938 srcdir=_kmod_build_$kvariant/src/libafs/MODLOAD-%{kverrel}.%{_target_cpu}.${kvariant}-SP
939 dstdir=$RPM_BUILD_ROOT/lib/modules/%{kverrel}.%{_target_cpu}.${kvariant}/extra/openafs
942 if [ -d src/libafs/MODLOAD-%{kverrel}-SP ] ; then
943 srcdir=src/libafs/MODLOAD-%{kverrel}-SP
944 dstdir=$RPM_BUILD_ROOT/lib/modules/%{kverrel}/extra/openafs
946 srcdir=src/libafs/MODLOAD-%{kverrel}.%{_target_cpu}-SP
947 dstdir=$RPM_BUILD_ROOT/lib/modules/%{kverrel}.%{_target_cpu}/extra/openafs
952 install -m 755 ${srcdir}/openafs.ko ${dstdir}/openafs.ko
956 ##############################################################################
960 ##############################################################################
962 [ "$RPM_BUILD_ROOT" != "/" -a "x%{debugspec}" != "x1" ] && \
963 rm -fr $RPM_BUILD_ROOT
966 ##############################################################################
970 ##############################################################################
971 %if %{build_userspace}
974 if [ -e %{_prefix}/afsws ]; then
975 /bin/rm -fr %{_prefix}/afsws
979 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
980 chkconfig --add openafs-client
982 if [ $1 -eq 1 ] ; then
983 # Initial installation
984 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
987 if [ ! -d /afs ]; then
991 [ -x /sbin/restorecon ] && /sbin/restorecon /afs
994 # Create the CellServDB
995 [ -f /usr/vice/etc/CellServDB.local ] || touch /usr/vice/etc/CellServDB.local
997 ( cd /usr/vice/etc ; \
998 if [ -h CellServDB ]; then \
1001 cat CellServDB.local CellServDB.dist > CellServDB ; \
1002 chmod 644 CellServDB )
1005 #on an upgrade, don't enable if we were disabled
1006 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
1007 if [ $1 = 1 ] ; then
1008 chkconfig --add openafs-server
1010 %{initdir}/openafs-server condrestart
1012 if [ $1 -eq 1 ] ; then
1013 # Initial installation
1014 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
1018 %if %{build_authlibs}
1027 if [ $1 = 0 ] ; then
1028 [ -d /afs ] && rmdir /afs
1033 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
1034 if [ $1 = 0 ] ; then
1035 %{initdir}/openafs-client stop
1036 chkconfig --del openafs-client
1039 if [ $1 -eq 0 ] ; then
1040 # Package removal, not upgrade
1041 /bin/systemctl --no-reload disable openafs-client.service > /dev/null 2>&1 || :
1042 /bin/systemctl stop openafs-client.service > /dev/null 2>&1 || :
1047 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
1048 if [ $1 = 0 ] ; then
1049 %{initdir}/openafs-server stop
1050 chkconfig --del openafs-server
1053 if [ $1 -eq 0 ] ; then
1054 /bin/systemctl --no-reload disable openafs-server.service > /dev/null 2>&1 || :
1055 /bin/systemctl stop openafs-server.service > /dev/null 2>&1 || :
1059 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
1061 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
1064 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
1067 %if %{build_dkmspkg}
1068 %post -n dkms-%{name}
1069 dkms add -m %{name} -v %{dkms_version} --rpm_safe_upgrade
1070 dkms build -m %{name} -v %{dkms_version} --rpm_safe_upgrade
1071 dkms install -m %{name} -v %{dkms_version} --rpm_safe_upgrade
1073 %preun -n dkms-%{name}
1074 dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all ||:
1078 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
1079 %triggerun -- openafs-client < 1.6.0-1
1080 # Save the current service runlevel info
1081 # User must manually run systemd-sysv-convert --apply httpd
1082 # to migrate them to systemd targets
1083 /usr/bin/systemd-sysv-convert --save openafs-client >/dev/null 2>&1 ||:
1085 # Run this because the SysV package being removed won't do it
1086 /sbin/chkconfig --del openafs-client >/dev/null 2>&1 || :
1088 %triggerun -- openafs-server < 1.6.0-1
1089 # Save the current service runlevel info
1090 # User must manually run systemd-sysv-convert --apply httpd
1091 # to migrate them to systemd targets
1092 /usr/bin/systemd-sysv-convert --save openafs-server >/dev/null 2>&1 ||:
1094 # Run this because the SysV package being removed won't do it
1095 /sbin/chkconfig --del openafs-server >/dev/null 2>&1 || :
1098 ##############################################################################
1102 ##############################################################################
1103 %if %{build_userspace}
1106 %defattr(-,root,root)
1107 %config(noreplace) /etc/sysconfig/openafs
1108 %doc %{_docdir}/openafs-%{afsvers}/LICENSE
1109 %{_bindir}/afsmonitor
1114 %{_bindir}/restorevol
1118 %{_bindir}/translate_et
1119 %{_bindir}/xstat_cm_test
1120 %{_bindir}/xstat_fs_test
1127 %{_sbindir}/read_tape
1132 %{_libdir}/libafshcrypto.so.*
1133 %{_libdir}/librokenafs.so.*
1134 %{_mandir}/man1/afs.1.gz
1135 %{_mandir}/man1/afsmonitor.1.gz
1136 %{_mandir}/man1/fs.1.gz
1137 %{_mandir}/man1/fs_*.1.gz
1138 %{_mandir}/man1/pagsh.1.gz
1139 %{_mandir}/man1/pts.1.gz
1140 %{_mandir}/man1/pts_*.1.gz
1141 %{_mandir}/man1/restorevol.1.gz
1142 %{_mandir}/man1/rxdebug.1.gz
1143 %{_mandir}/man1/scout.1.gz
1144 %{_mandir}/man1/sys.1.gz
1145 %{_mandir}/man1/tokens.1.gz
1146 %{_mandir}/man1/translate_et.1.gz
1147 %{_mandir}/man1/udebug.1.gz
1148 %{_mandir}/man1/unlog.1.gz
1149 %{_mandir}/man1/vos.1.gz
1150 %{_mandir}/man1/vos_*.1.gz
1151 %{_mandir}/man1/xstat_cm_test.1.gz
1152 %{_mandir}/man1/xstat_fs_test.1.gz
1153 %{_mandir}/man5/CellServDB.5.gz
1154 %{_mandir}/man5/ThisCell.5.gz
1155 %{_mandir}/man5/afsmonitor.5.gz
1156 %{_mandir}/man5/butc.5.gz
1157 %{_mandir}/man5/butc_logs.5.gz
1158 %{_mandir}/man5/uss.5.gz
1159 %{_mandir}/man5/uss_bulk.5.gz
1160 %{_mandir}/man8/backup.8.gz
1161 %{_mandir}/man8/backup_*.8.gz
1162 %{_mandir}/man8/bos.8.gz
1163 %{_mandir}/man8/bos_*.8.gz
1164 %{_mandir}/man8/butc.8.gz
1165 %{_mandir}/man8/fms.8.gz
1166 %{_mandir}/man8/fstrace.8.gz
1167 %{_mandir}/man8/fstrace_*.8.gz
1168 %{_mandir}/man8/read_tape.8.gz
1169 %{_mandir}/man8/uss.8.gz
1170 %{_mandir}/man8/uss_*.8.gz
1173 %defattr(-,root,root)
1174 %docdir %{_docdir}/openafs-%{afsvers}
1175 %dir %{_docdir}/openafs-%{afsvers}
1176 %{_docdir}/openafs-%{afsvers}/ChangeLog
1177 %{_docdir}/openafs-%{afsvers}/RELNOTES-%{afsvers}
1178 %{_docdir}/openafs-%{afsvers}/pdf
1181 %defattr(-,root,root)
1182 %dir %{_prefix}/vice
1183 %dir %{_prefix}/vice/cache
1184 %dir %{_prefix}/vice/etc
1185 %dir %{_prefix}/vice/etc/C
1186 %{_prefix}/vice/etc/CellServDB.dist
1187 %config(noreplace) %{_prefix}/vice/etc/ThisCell
1188 %config(noreplace) %{_prefix}/vice/etc/cacheinfo
1192 %{_prefix}/vice/etc/afsd
1193 %{_prefix}/vice/etc/C/afszcm.cat
1194 %{_libdir}/libuafs.a
1195 %{_libdir}/libuafs_pic.a
1196 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
1197 %{initdir}/openafs-client
1199 %{_unitdir}/openafs-client.service
1200 %{_sysconfdir}/sysconfig/modules/openafs-client.modules
1202 %{_mandir}/man1/cmdebug.1.gz
1203 %{_mandir}/man1/up.1.gz
1204 %{_mandir}/man5/afs.5.gz
1205 %{_mandir}/man5/afs_cache.5.gz
1206 %{_mandir}/man5/afs_volume_header.5.gz
1207 %{_mandir}/man5/afszcm.cat.5.gz
1208 %{_mandir}/man5/cacheinfo.5.gz
1209 %{_mandir}/man8/afsd.8.gz
1210 %{_mandir}/man8/vsys.8.gz
1211 %{_mandir}/man5/CellAlias.5.gz
1214 %defattr(-,root,root)
1216 %dir %{_prefix}/afs/bin
1217 %dir %{_prefix}/afs/etc
1218 %dir %{_prefix}/afs/logs
1219 %{_prefix}/afs/bin/bosserver
1220 %{_prefix}/afs/bin/bos_util
1221 %{_prefix}/afs/bin/buserver
1222 %{_prefix}/afs/bin/dafileserver
1223 %{_prefix}/afs/bin/dafssync-debug
1224 %{_prefix}/afs/bin/dasalvager
1225 %{_prefix}/afs/bin/davolserver
1226 %{_prefix}/afs/bin/fileserver
1227 %{_prefix}/afs/bin/fssync-debug
1228 %{_prefix}/afs/bin/pt_util
1229 %{_prefix}/afs/bin/ptserver
1230 %{_prefix}/afs/bin/salvager
1231 %{_prefix}/afs/bin/salvageserver
1232 %{_prefix}/afs/bin/salvsync-debug
1233 %{_prefix}/afs/bin/state_analyzer
1234 %{_prefix}/afs/bin/upclient
1235 %{_prefix}/afs/bin/upserver
1236 %{_prefix}/afs/bin/vlserver
1237 %{_prefix}/afs/bin/volinfo
1238 %{_prefix}/afs/bin/volscan
1239 %{_prefix}/afs/bin/volserver
1240 %{_sbindir}/prdb_check
1241 %{_sbindir}/vldb_check
1242 %{_sbindir}/vldb_convert
1244 %if 0%{?fedora} < 15 && 0%{?rhel} < 7
1245 %{initdir}/openafs-server
1247 %{_unitdir}/openafs-server.service
1249 %{_mandir}/man5/BackupLog.5.gz
1250 %{_mandir}/man5/BosConfig.5.gz
1251 %{_mandir}/man5/BosLog.5.gz
1252 %{_mandir}/man5/FORCESALVAGE.5.gz
1253 %{_mandir}/man5/FileLog.5.gz
1254 %{_mandir}/man5/KeyFile.5.gz
1255 %{_mandir}/man5/KeyFileExt.5.gz
1256 %{_mandir}/man5/NetInfo.5.gz
1257 %{_mandir}/man5/NetRestrict.5.gz
1258 %{_mandir}/man5/NoAuth.5.gz
1259 %{_mandir}/man5/PtLog.5.gz
1260 %{_mandir}/man5/SALVAGE.fs.5.gz
1261 %{_mandir}/man5/SalvageLog.5.gz
1262 %{_mandir}/man5/sysid.5.gz
1263 %{_mandir}/man5/UserList.5.gz
1264 %{_mandir}/man5/VLLog.5.gz
1265 %{_mandir}/man5/VolserLog.5.gz
1266 %{_mandir}/man5/bdb.DB0.5.gz
1267 %{_mandir}/man5/fms.log.5.gz
1268 %{_mandir}/man5/krb.conf.5.gz
1269 %{_mandir}/man5/krb.excl.5.gz
1270 %{_mandir}/man5/prdb.DB0.5.gz
1271 %{_mandir}/man5/salvage.lock.5.gz
1272 %{_mandir}/man5/tapeconfig.5.gz
1273 %{_mandir}/man5/vldb.DB0.5.gz
1274 %{_mandir}/man8/bosserver.8.gz
1275 %{_mandir}/man8/buserver.8.gz
1276 %{_mandir}/man8/fileserver.8.gz
1277 %{_mandir}/man8/dafileserver.8.gz
1278 %{_mandir}/man8/dafssync-debug.8.gz
1279 %{_mandir}/man8/dafssync-debug_*.8.gz
1280 %{_mandir}/man8/dasalvager.8.gz
1281 %{_mandir}/man8/davolserver.8.gz
1282 %{_mandir}/man8/fssync-debug.8.gz
1283 %{_mandir}/man8/fssync-debug_*.8.gz
1284 %{_mandir}/man8/prdb_check.8.gz
1285 %{_mandir}/man8/ptserver.8.gz
1286 %{_mandir}/man8/pt_util.8.gz
1287 %{_mandir}/man8/salvager.8.gz
1288 %{_mandir}/man8/salvageserver.8.gz
1289 %{_mandir}/man8/state_analyzer.8.gz
1290 %{_mandir}/man8/upclient.8.gz
1291 %{_mandir}/man8/upserver.8.gz
1292 %{_mandir}/man8/vldb_check.8.gz
1293 %{_mandir}/man8/vldb_convert.8.gz
1294 %{_mandir}/man8/vlserver.8.gz
1295 %{_mandir}/man8/voldump.8.gz
1296 %{_mandir}/man8/volinfo.8.gz
1297 %{_mandir}/man8/volscan.8.gz
1298 %{_mandir}/man8/volserver.8.gz
1300 %if %{build_authlibs}
1302 %defattr(-,root,root)
1303 %{_libdir}/libafsauthent.so.*
1304 %{_libdir}/libafsrpc.so.*
1305 %{_libdir}/libkopenafs.so.*
1308 %files authlibs-devel
1309 %defattr(-,root,root)
1310 %{_includedir}/kopenafs.h
1311 %{_libdir}/libafsauthent.a
1312 %{_libdir}/libafscp.a
1313 %{_libdir}/libafsrpc.a
1314 %{_libdir}/libafsauthent_pic.a
1315 %{_libdir}/libafsrpc_pic.a
1316 %{_libdir}/libkopenafs.a
1317 %if %{build_authlibs}
1318 %{_libdir}/libafsauthent.so
1319 %{_libdir}/libafsrpc.so
1320 %{_libdir}/libkopenafs.so
1324 %defattr(-,root,root)
1325 %{_bindir}/afs_compile_et
1328 %{_includedir}/lock.h
1329 %{_includedir}/lwp.h
1331 %{_includedir}/timer.h
1332 %{_includedir}/ubik.h
1333 %{_includedir}/ubik_int.h
1334 %{_includedir}/opr/queue.h
1336 %{_libdir}/libafshcrypto.a
1337 %{_libdir}/libafshcrypto.so
1338 %{_libdir}/libafsrfc3961.a
1341 %{_libdir}/librokenafs.a
1342 %{_libdir}/librokenafs.so
1344 %{_libdir}/librxkad.a
1345 %{_libdir}/librxstat.a
1346 %{_libdir}/libubik.a
1347 %{_mandir}/man1/rxgen.1.gz
1348 %{_mandir}/man1/afs_compile_et.1.gz
1349 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 6
1350 %{_libdir}/perl/AFS/ukernel.pm
1351 %{_libdir}/perl/ukernel.so
1352 %{_mandir}/man3/AFS::ukernel.3.gz
1355 %if %{build_dkmspkg}
1356 %files -n dkms-%{name}
1357 %defattr(-,root,root)
1358 %{_prefix}/src/%{name}-%{dkms_version}
1361 %files kernel-source
1362 %defattr(-,root,root)
1363 %{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.IBM
1364 %{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.Sun
1365 %{_prefix}/src/openafs-kernel-%{afsvers}/README
1366 %{_prefix}/src/openafs-kernel-%{afsvers}/src
1369 %defattr(-,root,root)
1370 %{_prefix}/afsws/bin/afsmonitor
1371 %{_prefix}/afsws/bin/bos
1372 %{_prefix}/afsws/bin/fs
1373 %{_prefix}/afsws/bin/pagsh
1374 %{_prefix}/afsws/bin/pts
1375 %{_prefix}/afsws/bin/restorevol
1376 %{_prefix}/afsws/bin/scout
1377 %{_prefix}/afsws/bin/sys
1378 %{_prefix}/afsws/bin/tokens
1379 %{_prefix}/afsws/bin/translate_et
1380 %{_prefix}/afsws/bin/udebug
1381 %{_prefix}/afsws/bin/unlog
1382 %{_prefix}/afsws/bin/xstat_cm_test
1383 %{_prefix}/afsws/bin/xstat_fs_test
1384 %{_prefix}/afsws/etc/backup
1385 %{_prefix}/afsws/etc/butc
1386 %{_prefix}/afsws/etc/fms
1387 %{_prefix}/afsws/etc/fstrace
1388 %{_prefix}/afsws/etc/read_tape
1389 %{_prefix}/afsws/etc/rxdebug
1390 %{_prefix}/afsws/etc/uss
1391 %{_prefix}/afsws/etc/vos
1392 %{_prefix}/afsws/etc/vsys
1393 %if %{kauth_support}
1394 %{_prefix}/afsws/bin/pagsh.krb
1395 %{_prefix}/afsws/bin/tokens.krb
1398 %if %{kauth_support}
1400 %defattr(-,root,root)
1404 %{pamdir}/pam_afs.krb.so.1
1405 %{pamdir}/pam_afs.krb.so
1406 %{pamdir}/pam_afs.so.1
1407 %{pamdir}/pam_afs.so
1410 %{_bindir}/pagsh.krb
1411 %{_bindir}/tokens.krb
1412 %{_prefix}/afsws/bin/kapasswd
1413 %{_prefix}/afsws/bin/klog
1414 %{_prefix}/afsws/bin/klog.krb
1415 %{_prefix}/afsws/etc/kas
1416 %{_mandir}/man1/kapasswd.1.gz
1417 %{_mandir}/man1/klog.1.gz
1418 %{_mandir}/man1/klog.krb.1.gz
1419 %{_mandir}/man1/pagsh.krb.1.gz
1420 %{_mandir}/man1/tokens.krb.1.gz
1421 %{_mandir}/man8/kpwvalid.8.gz
1422 %{_mandir}/man8/kas.8.gz
1423 %{_mandir}/man8/kas_*.8.gz
1426 %defattr(-,root,root)
1427 %{_prefix}/afs/bin/kaserver
1428 %{_prefix}/afs/bin/ka-forwarder
1429 %{_sbindir}/kadb_check
1430 %{_mandir}/man5/AuthLog.5.gz
1431 %{_mandir}/man5/AuthLog.dir.5.gz
1432 %{_mandir}/man5/kaserver.DB0.5.gz
1433 %{_mandir}/man5/kaserverauxdb.5.gz
1434 %{_mandir}/man8/kadb_check.8.gz
1435 %{_mandir}/man8/ka-forwarder.8.gz
1436 %{_mandir}/man8/kaserver.8.gz
1441 %defattr(-,root,root)
1443 %{_bindir}/klog.krb5
1444 %{_sbindir}/akeyconvert
1446 %{_mandir}/man1/aklog.1.gz
1447 %{_mandir}/man1/klog.krb5.1.gz
1448 %{_mandir}/man8/akeyconvert.8.gz
1449 %{_mandir}/man8/asetkey.8.gz
1451 %endif # build_userspace
1453 ##############################################################################
1455 ### openafs.spec change log
1457 ##############################################################################
1459 * Wed Dec 12 2007 Simon Wilkinson <simon@sxw.org.uk> 1.4.5
1460 - Make the RPM mockable
1462 * Mon Oct 29 2007 Simon Wilkinson <simon@sxw.org.uk> 1.4.5
1463 - Update to match the shipped 1.4.5 RPMS
1464 - Fix the kvariant stuff to only configure the 'standard' case once
1465 - Add openafs-kvers.sh back in
1467 * Wed Oct 10 2007 Simon Wilkinson <simon@sxw.org.uk> 1.4.5pre1-1
1468 - Use Fedora style kmods, which allows us to install multiple kernel types
1470 * Thu Jun 07 2007 Simon Wilkinson <simon@sxw.org.uk> 1.4.4-3
1471 - Use distributed files, rather than those in packager's SOURCE directory
1472 - Remove SuidCells stuff, which was unused
1474 * Fri Dec 01 2006 Derrick Brashear <shadow@dementia.org> 1.4.2-2
1475 - integrate s390x changes
1476 - allow for building libafs*.a and not libafs*.so into packages, for platforms
1477 that won't build the .so files.
1479 * Wed Aug 23 2006 Derrick Brashear <shadow@dementia.org> 1.4.2-1
1481 - use installed aklog manpage.
1482 - moduleparam patch obsoleted.
1484 * Tue Aug 22 2006 Derek Atkins <warlord@MIT.EDU> 1.4.2-0.1.rc1
1485 - update to 1.4.2-rc1
1486 - hand-apply lee damon's changes to support largesmp kernels from RHEL4
1487 (but only add support for 2.6 kernels. No need for the 2.4 kernels).
1488 - don't need the posixlock patch anymore.
1490 * Wed Jul 12 2006 Derek Atkins <warlord@MIT.EDU> 1.4.2-0.beta2
1491 - update to 1.4.2-beta2
1492 - add linux2.4 posixlock API patch
1494 * Mon Jun 26 2006 Derek Atkins <warlord@MIT.EDU>
1495 - moduleparam and krb524 patches no longer required in OA-CVS
1497 * Wed May 17 2006 Derek Atkins <warlord@MIT.EDU>
1498 - change non-target-cpu kernel dep to a file dep
1499 - make sure we use the proper kernel version for the dependency.
1501 * Tue May 16 2006 Derek Atkins <warlord@MIT.EDU>
1502 - allow users to specify local CellServDB and SuidCells entries
1503 don't overwrite user's changes. Provide a .dist an let users
1504 make entries in a ".local"
1505 - build the CellServDB and SuidCells at client startup and at
1507 - add provideskernelarch functionality to openafs-kvers-is.sh
1508 - use that functionality to Require kernel{,-<type>}-targetcpu
1509 to get better package safety due to RPM bugs where the kernel
1510 release isn't used so you can install the kernel module against
1511 any kernel of the same major version.
1513 * Mon May 15 2006 Derek Atkins <warlord@MIT.EDU>
1514 - update the README in openafs-kernel-source
1515 - fix openafs-kvers-is.sh from Alexander Bergolth's patch.
1516 - move kernel module from .../kernel/fs/openafs to .../fs/openafs/
1518 * Fri Apr 21 2006 Derek Atkins <warlord@MIT.EDU>
1519 - build requires autoconf and automake for krb5support
1520 and autoconf for standard package
1521 - dont setup the krb5 migration kit (or patches) if we don't care.
1522 - require ncurses-devel to build
1524 * Wed Apr 19 2006 Derek Atkins <warlord@MIT.EDU> 1.4.1-3
1525 - look for krb524 functions in libkrb524 if we can't find them
1526 in the standard locations.
1528 * Tue Apr 18 2006 Derek Atkins <warlord@MIT.EDU> 1.4.1-2
1529 - fix the module_param_array macro for Linux 2.6.9.
1531 * Sat Apr 15 2006 Derek Atkins <warlord@MIT.EDU> 1.4.1-1
1532 - update to 1.4.1 release.
1533 - distribute asetkey from openafs instead of krb5-migration kit
1534 - don't need to apply the FC5 patches because they are part of the distro.
1535 - install asetkey into the "proper" place
1536 - dont list a manpage twice.
1537 - package asetkey man page. delete it when not needed.
1539 * Thu Apr 6 2006 Derek Atkins <warlord@MIT.EDU>
1540 - turn authlibs back on, because RT #18767 was applied to CVS.
1542 * Wed Mar 29 2006 Derek Atkins <warlord@MIT.EDU> 1.4.1rc10-1
1543 - update to 1.4.1rc10, build on FC5
1544 - fix the man pages (distribute into various packages)
1545 - include patches for FC5, RT #29112 and #29122
1547 * Mon Dec 19 2005 Derek Atkins <warlord@MIT.EDU>
1548 - openafs-server shouldn't depend on the kernel module.
1550 * Thu Nov 17 2005 Derek Atkins <warlord@MIT.EDU>
1551 - patch from Mike Polek <mike at pictage.com> to run depmod for
1552 the target kernel and not the running kernel.
1554 * Tue Nov 8 2005 Derek Atkins <warlord@MIT.EDU>
1555 - build aklog from the openafs sources, not from the krb5 migration kit.
1557 * Fri Nov 4 2005 Derek Atkins <warlord@MIT.EDU>
1558 - set openafs-kernel-source to Provide openafs-kernel
1560 * Thu Oct 20 2005 Derek Atkins <warlord@MIT.EDU> 1.4.0-1
1561 - update afs-krb5 res_search patch: look for res_search and __res_search
1562 - update to 1.4.0 final
1564 * Mon Oct 10 2005 Derek Atkins <warlord@MIT.EDU>
1565 - remove all kdump builds.
1567 * Thu Oct 6 2005 Derek Atkins <warlord@MIT.EDU>
1568 - fix openafs-kernel-version.sh so it will build an RPM for the
1569 currently-running kernel even if it's smp on 2.6.
1571 * Tue Sep 27 2005 Derek Atkins <warlord@MIT.EDU> 1.4.0rc5-1
1572 - upgrade to 1.4.0rc5
1573 - turn off authlibs packages
1575 * Fri Sep 23 2005 Derek Atkins <warlord@MIT.EDU> 1.4.0rc4-2
1576 - add kmodule26 patch: fix the kernel module name on 2.6 kernels so
1577 it's called "openafs" and not "libafs". This fixes the shutdown
1580 * Thu Sep 22 2005 Derek Atkins <warlord@MIT.EDU>
1581 - update kversis script, add 'kvers' operation
1582 - fix bug that 2.6 smp/hugemem kernels don't provide
1583 kernel-foo = %{kernvers} with 'smp', 'hugemem', etc.
1584 - add patch to remove res_search from the afs-krb5 configure
1586 * Thu Sep 15 2005 Derek Atkins <warlord@MIT.EDU> 1.4.0rc4-1
1587 - Update to 1.4.0rc4
1588 - Update the afs-krb5 krb524 patch so it actually works on
1589 some older systems like RHEL3 that still need -lkrb524.
1590 - Update the buildall script so choose better architecture support,
1591 e.g. don't build i586 on RHEL.
1592 - Update the rebuild information in the SPEC file.
1593 - Add support for finding .EL kernels in openafs-kvers-is.sh
1594 - Add additional error messages when kernel version/type parsing fails.
1595 - Update the buildall script to use the kernel srcdir directly.
1597 * Wed Sep 14 2005 Derek Atkins <warlord@MIT.EDU> 1.4.0rc3-2
1598 - Add "hugemem" to 2.4 configs
1599 - Add checks to support scripts to determine whether to build
1600 the bigmem and/or hugemem kernels for 2.4.
1602 * Mon Sep 12 2005 Derek Atkins <warlord@MIT.EDU> 1.4.0rc3-1
1603 - Added some afs-krb5 patches to get the migration kit to build
1604 on modern AFS and modern Kerberos.
1605 - Added authlibs and authlibs-devel packages as per UMich changes.
1607 * Sun Sep 11 2005 Derek Atkins <warlord@MIT.EDU>
1608 - Merged in some of the 2.6 changes from wingc@engin.umich.edu
1610 * Sat Sep 10 2005 Derek Atkins <warlord@MIT.EDU>
1611 - Merged in lots of changes from David Howells and Nalin Dahyabhai
1612 from Red Hat. Initial attempt at a release of 1.4. Still need
1613 to work in a 2.6 build system.