Changeset 1836 for branches


Ignore:
Timestamp:
May 1, 2011, 2:28:17 AM (13 years ago)
Author:
achernya
Message:
Make OpenAFS and tokensys RPMs installable

A minor change to each of OpenAFS to make the resulting RPMs
installable.

Location:
branches/fc15-dev/server/fedora/specs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/specs/openafs.spec.patch

    r1835 r1836  
    106106 ##############################################################################
    107107 #
     108@@ -1140,7 +1140,6 @@
     109 %{_bindir}/bos
     110 %{_bindir}/fs
     111 %{_bindir}/kapasswd
     112-%{_bindir}/kpasswd
     113 %{_bindir}/klog
     114 %{_bindir}/klog.krb
     115 %{_bindir}/pagsh
     116
  • branches/fc15-dev/server/fedora/specs/tokensys.spec

    r1594 r1836  
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    1111%define debug_package %{nil}
    12 Prereq: /usr/kerberos/bin/kinit, /usr/bin/aklog
     12Prereq: /usr/bin/kinit, /usr/bin/aklog
    1313
    1414%description
     
    2424
    2525%build
    26 ./configure --with-kinit=/usr/kerberos/bin/kinit --with-aklog=/usr/bin/aklog
     26./configure --with-kinit=/usr/bin/kinit --with-aklog=/usr/bin/aklog
    2727
    2828%install
Note: See TracChangeset for help on using the changeset viewer.