rpms/cas/F-10 cas.spec,1.2,1.3 sources,1.3,1.4

Adam Stokes astokes at fedoraproject.org
Thu Oct 15 18:26:05 UTC 2009


Author: astokes

Update of /cvs/pkgs/rpms/cas/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6952

Modified Files:
	cas.spec sources 
Log Message:
ssh rework


Index: cas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cas/F-10/cas.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- cas.spec	6 May 2009 13:32:33 -0000	1.2
+++ cas.spec	15 Oct 2009 18:26:05 -0000	1.3
@@ -2,8 +2,8 @@
 
 Name: cas
 Summary: Tool to analyze and configure core file environment
-Version: 0.14
-Release: 10%{?dist}
+Version: 0.15
+Release: 1%{?dist}
 Source0: https://fedorahosted.org/releases/c/a/cas/%{name}-%{version}.tar.gz
 License: GPLv3+
 Group: Development/Libraries
@@ -12,9 +12,9 @@ BuildArch: noarch
 Url: http://fedorahosted.org/cas
 BuildRequires: python-devel
 %if 0%{?rhel}
-Requires: python-sqlite crash
+Requires: python-sqlite crash python-paramiko
 %else
-Requires: crash
+Requires: crash python-paramiko
 %endif
 
 %description
@@ -43,17 +43,20 @@ rm -rf ${RPM_BUILD_ROOT}
 %{python_sitelib}/*
 %{_mandir}/man1/cas.1.gz
 %{_mandir}/man1/cas-admin.1.gz
-%dir /var/lib/cas/snippets/
+%dir %{_var}/lib/cas/snippets/
 %defattr(755,root,root)
-%config(noreplace) /var/lib/cas/snippets/log
-%config(noreplace) /var/lib/cas/snippets/memory
-%config(noreplace) /var/lib/cas/snippets/sys
-%config(noreplace) /var/lib/cas/snippets/template
-%config(noreplace) /var/lib/cas/snippets/traceback
-%config(noreplace) /var/lib/cas/snippets/modules
+%config(noreplace) %{_var}/lib/cas/snippets/*
 %doc AUTHORS LICENSE README PKG-INFO doc/*
 
 %changelog
+* Thu Oct 15 2009 Adam Stokes <ajs at redhat dot com> - 0.15-1
+- Require paramiko for all remote executions
+- Rip out func code
+- Documentation update to include ssh setup
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue May 5 2009 Adam Stokes <ajs at redhat dot com> - 0.14-8
 - support for purging old data
 - documentation updated to reflect updated workflow and describe


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cas/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 May 2009 13:32:33 -0000	1.3
+++ sources	15 Oct 2009 18:26:05 -0000	1.4
@@ -1 +1 @@
-98f492705ca8d59e77520fbe1d4650b5  cas-0.14.tar.gz
+23b20e28d75c50df259b57d35cfaf159  cas-0.15.tar.gz




More information about the fedora-extras-commits mailing list