rpms/rootsh/devel rootsh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Jan 8 17:23:35 UTC 2006


Author: spot

Update of /cvs/extras/rpms/rootsh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20670/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rootsh.spec 
Log Message:
auto-import rootsh-1.5.2-2 on branch devel from rootsh-1.5.2-2.src.rpm


--- NEW FILE rootsh.spec ---
Name:		rootsh
Summary: 	Shell wrapper for auditing
Version:	1.5.2
Release:	2%{?dist}
License:	GPL
Group:		Applications/System
Source0:	http://download.sourceforge.net/rootsh/%{name}-%{version}.tar.gz
URL:		http://sourceforge.net/projects/rootsh
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Rootsh is a wrapper for shells which logs all echoed keystrokes and 
terminal output to a file and/or to syslog. Its main purpose is the 
auditing of users who need a shell with root privileges. They start 
rootsh through the sudo mechanism.

%prep
%setup -q 

%build
%configure
make %{?smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog THANKS INSTALL NEWS TODO COPYING
%{_bindir}/rootsh
%{_mandir}/man1/rootsh.1.gz

%changelog
* Sat Jan  7 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.2-2
- forgot to include COPYING

* Wed Jan  4 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.2-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rootsh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jan 2006 17:23:03 -0000	1.1
+++ .cvsignore	8 Jan 2006 17:23:35 -0000	1.2
@@ -0,0 +1 @@
+rootsh-1.5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rootsh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jan 2006 17:23:03 -0000	1.1
+++ sources	8 Jan 2006 17:23:35 -0000	1.2
@@ -0,0 +1 @@
+39e3a876b991fe235af3150335d1a0f8  rootsh-1.5.2.tar.gz




More information about the fedora-extras-commits mailing list