rpms/cas/devel .cvsignore,1.2,1.3 cas.spec,1.2,1.3 sources,1.2,1.3

Adam Stokes astokes at fedoraproject.org
Wed May 6 13:31:03 UTC 2009


Author: astokes

Update of /cvs/pkgs/rpms/cas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16700

Modified Files:
	.cvsignore cas.spec sources 
Log Message:
New release, snippet support, further maintenance support, updated documentation


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cas/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Jan 2009 18:32:15 -0000	1.2
+++ .cvsignore	6 May 2009 13:30:33 -0000	1.3
@@ -1 +1 @@
-cas-0.13.tar.gz
+cas-0.14.tar.gz


Index: cas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cas/devel/cas.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- cas.spec	24 Feb 2009 06:35:36 -0000	1.2
+++ cas.spec	6 May 2009 13:30:33 -0000	1.3
@@ -2,8 +2,8 @@
 
 Name: cas
 Summary: Tool to analyze and configure core file environment
-Version: 0.13
-Release: 119%{?dist}
+Version: 0.14
+Release: 10%{?dist}
 Source0: https://fedorahosted.org/releases/c/a/cas/%{name}-%{version}.tar.gz
 License: GPLv3+
 Group: Development/Libraries
@@ -11,12 +11,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildArch: noarch
 Url: http://fedorahosted.org/cas
 BuildRequires: python-devel
+%if 0%{?rhel}
+Requires: python-sqlite crash
+%else
 Requires: crash
+%endif
 
 %description
 CAS provides a user the ability to configure an environment for core analysis
-quickly. All the hassles of matching kernel versions and machine architecture 
-types to core dumps are automatically detected and processed. 
+quickly. All the hassles of matching kernel versions and machine architecture
+types to core dumps are automatically detected and processed.
 
 %prep
 %setup -q
@@ -39,11 +43,32 @@ rm -rf ${RPM_BUILD_ROOT}
 %{python_sitelib}/*
 %{_mandir}/man1/cas.1.gz
 %{_mandir}/man1/cas-admin.1.gz
-%doc LICENSE README PKG-INFO
+%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
+%doc AUTHORS LICENSE README PKG-INFO doc/*
 
 %changelog
-* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-119
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_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
+  new features.
+
+* Fri Apr 24 2009 Adam Stokes <ajs at redhat dot com> - 0.14-2
+- Finalizing sqlite implementation
+- added AUTHORS
+
+* Thu Apr 2 2009 Scott Dodson <sdodson at sdodson dot com > - 0.14-1
+- Spec file changes to handle the snippets directory
+- Snippets support to replace hardcoding crash input cmds
+
+* Wed Feb 11 2009 Adam Stokes <ajs at redhat dot com> - 0.13-120
+- added proper documentation
 
 * Wed Jan 7 2009 Adam Stokes <ajs at redhat dot com> - 0.13-116
 - support for extracting kernel modules
@@ -76,7 +101,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - splitting off grabcore to be a download/extract only service
 - core of the work to be done specifically by their intended
   modules
-  
+
 * Fri Dec 7 2007 Adam Stokes <astokes at redhat dot com> - 0.9
 - release bump
 - decompression module added


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cas/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Jan 2009 18:32:15 -0000	1.2
+++ sources	6 May 2009 13:30:33 -0000	1.3
@@ -1 +1 @@
-8ac633c1c5ba6f38756fcb31a96513d6  cas-0.13.tar.gz
+98f492705ca8d59e77520fbe1d4650b5  cas-0.14.tar.gz




More information about the fedora-extras-commits mailing list