rpms/kstart/F-7 kstart.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wilkinson (sxw) fedora-extras-commits at redhat.com
Sun Apr 13 09:58:32 UTC 2008


Author: sxw

Update of /cvs/extras/rpms/kstart/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26829/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	kstart.spec 
Log Message:
Initial revision.


--- NEW FILE kstart.spec ---
Name: kstart
Version: 3.10
Release: 1%{?dist}
Summary: Daemon version of kinit for Kerberos v5
License: BSD
Group: Applications/System
URL: http://www.eyrie.org/~eagle/software/kstart/
Source0: http://archives.eyrie.org/software/kerberos/kstart-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: krb5-devel

%description

k5start is a modified version of kinit which can use keytabs to authenticate, 
can run as a daemon and wake up periodically to refresh a ticket, and can run 
single commands with its own authentication credentials and refresh those 
credentials until the command exits. 

%prep
%setup -q

%build
%configure --disable-k4start --enable-reduced-depends

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc NEWS README
%{_bindir}/k5start
%{_bindir}/krenew
%{_mandir}/man1/k5start.1.gz
%{_mandir}/man1/krenew.1.gz

%changelog
* Sat Jan 27 2007 Simon Wilkinson <simon at sxw.org.uk> 3.10-1
- Initial revision for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kstart/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2008 21:53:51 -0000	1.1
+++ .cvsignore	13 Apr 2008 09:57:57 -0000	1.2
@@ -0,0 +1 @@
+kstart-3.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kstart/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2008 21:53:51 -0000	1.1
+++ sources	13 Apr 2008 09:57:57 -0000	1.2
@@ -0,0 +1 @@
+c3bb4daa7c30f3c34bfc1f3a47c35a12  kstart-3.10.tar.gz




More information about the fedora-extras-commits mailing list