rpms/cas/F-13 cas.spec,1.7,1.8 sources,1.5,1.6

Adam Stokes astokes at fedoraproject.org
Thu May 20 19:22:07 UTC 2010


Author: astokes

Update of /cvs/pkgs/rpms/cas/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv616

Modified Files:
	cas.spec sources 
Log Message:
1.0 release


Index: cas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cas/F-13/cas.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- cas.spec	16 Apr 2010 15:35:12 -0000	1.7
+++ cas.spec	20 May 2010 19:22:07 -0000	1.8
@@ -2,26 +2,51 @@
 
 Name: cas
 Summary: Tool to analyze and configure core file environment
-Version: 0.16
+Version: 1.0
 Release: 0%{?dist}
 Source0: https://fedorahosted.org/releases/c/a/cas/%{name}-%{version}.tar.gz
 License: GPLv3+
-Group: Development/Libraries
+Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 Url: http://fedorahosted.org/cas
 BuildRequires: python-devel
-%if 0%{?rhel}
-Requires: python-sqlite crash python-paramiko bzip2
-%else
-Requires: crash python-paramiko bzip2
+%if 0%{?rhel} <= 5
+Requires: python-sqlite
 %endif
+Requires: python-paramiko
+Requires: xz
+Requires: crash
+Requires: python-urlgrabber
+Requires: python-sqlalchemy
 
 %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.
 
+%package admin
+Summary: Administrative frontend to CAS
+Group: Applications/System
+Requires: cas = %{version}-%{release}
+
+%description admin
+Administrative frontend to CAS database. Provides the ability to update
+the database instance with newly added kernel debug information and timestamps.
+
+%package server
+Summary: Web frontend to CAS
+Group: Applications/System
+Requires: cas = %{version}-%{release}
+Requires: cas-admin = %{version}-%{release}
+Requires: python-cherrypy
+Requires: python-simplejson
+Requires: python-mako
+
+%description server
+Provides web frontend to CAS to allow for a much simpler user experience when
+dealing with vmcores.
+
 %prep
 %setup -q
 
@@ -31,6 +56,7 @@ make
 %install
 rm -rf ${RPM_BUILD_ROOT}
 make DESTDIR=${RPM_BUILD_ROOT} install
+for i in `find ${RPM_BUILD_ROOT} -iname Makefile`; do rm $i; done
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -39,16 +65,37 @@ rm -rf ${RPM_BUILD_ROOT}
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/cas.conf
 %{_bindir}/cas
-%{_bindir}/cas-admin
 %{python_sitelib}/*
 %{_mandir}/man1/*
+%{_mandir}/man5/*
 %{_datadir}/%{name}
 %dir %{_var}/lib/cas/snippets/
 %config(noreplace) %{_var}/lib/cas/snippets/*
 %doc AUTHORS LICENSE README PKG-INFO doc/*
 
+%files admin
+%defattr(-,root,root,-)
+%{_bindir}/cas-admin
+
+%files server
+%defattr(-,root,root,-)
+%{_datadir}/%{name}/overseer
+%{_bindir}/cas-server
+
 %changelog
-* Fri Apr 16 2020 Adam Stokes <ajs at redhat dot com> - 0.16
+* Tue May 20 2010 Adam Stokes <ajs at redhat dot com> - 1.0
+- Create 1.0 release
+
+* Mon May 3 2010 Adam Stokes <ajs at redhat dot com> - 0.18
+- Split packages into admin/user
+- Rewrote database interface using sqlalchemy
+- Reworked cas-admin to interface with new database format
+
+* Mon Apr 26 2010 Adam Stokes <ajs at redhat dot com> - 0.17
+- Add cas.conf man page
+- Fix typo in 'smtphost' configuration parameter
+
+* Fri Apr 16 2010 Adam Stokes <ajs at redhat dot com> - 0.16
 - Release bump
 - Fix inconsistencies with compression/core analysis
 - Installer updates


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cas/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	16 Apr 2010 15:35:12 -0000	1.5
+++ sources	20 May 2010 19:22:07 -0000	1.6
@@ -1 +1 @@
-2f3e91e774dac2143b2148ad293f3996  cas-0.16.tar.gz
+df1b18f5e236d0affd70e6bc83ce401c  cas-1.0.tar.gz



More information about the scm-commits mailing list