Linux: rpm: Update openafs.spec.in to include changes to installed files
authorJonathan Billings <jsbillin@umich.edu>
Mon, 6 Jun 2011 20:29:28 +0000 (16:29 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 9 Jun 2011 18:54:00 +0000 (11:54 -0700)
commit3f7d8ec219e1aa04b6c0417ecf5e730d40b4f149
treed80bca4b07f392c6abee98ac07abce754eecffd6
parentb1f0bb472e237f5a6f88449db44f030c08a5a324
Linux: rpm: Update openafs.spec.in to include changes to installed files

* Remove several files from the packaging manifest that are no longer
generated or included in the distribution, such as the DES header
files.
* Exclude the aklog_dynamic_auth man page, since it is AIX-only
* Add new files that have appeared in the distribution, such as the
'afsio' binary.
* Add librokenafs.so.1 and libafshcrypto.so.1 to the base package,
because many of the binaries in the base package are linked against
librokenafs and the 'butc' binary is linked against libafshcrypto.
* Move the librokenafs.{so,a} and libafshcrypto.{so,a} to the -devel
package instead of the authlibs-devel package, now that the .so.1
library is part of the base package.
* Set the executable bits on the libraries installed in libdir.  This
change is important because it causes 'rpmbuild' to generate Provide
tag metadata for the libraries in the package, which is necessary now
that some binaries in other packages have generated Requires tags for
libraries packaged in the base package.  'rpmbuild' will not generate
the Provides tag if the libraries lack executable permission.

Change-Id: I8f66cf882008b5576528ccc0f4a9694015db85bb
Reviewed-on: http://gerrit.openafs.org/4814
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/packaging/RedHat/openafs.spec.in