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

Adam Stokes astokes at fedoraproject.org
Fri Apr 16 15:35:12 UTC 2010


Author: astokes

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

Modified Files:
	cas.spec sources 
Log Message:
Fixes file object detection


Index: cas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cas/F-13/cas.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- cas.spec	27 Nov 2009 02:59:56 -0000	1.6
+++ cas.spec	16 Apr 2010 15:35:12 -0000	1.7
@@ -2,8 +2,8 @@
 
 Name: cas
 Summary: Tool to analyze and configure core file environment
-Version: 0.15
-Release: 2%{?dist}
+Version: 0.16
+Release: 0%{?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 python-paramiko
+Requires: python-sqlite crash python-paramiko bzip2
 %else
-Requires: crash python-paramiko
+Requires: crash python-paramiko bzip2
 %endif
 
 %description
@@ -26,11 +26,11 @@ types to core dumps are automatically de
 %setup -q
 
 %build
-%{__python} setup.py build
+make
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
-%{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
+make DESTDIR=${RPM_BUILD_ROOT} install
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -41,22 +41,33 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/cas
 %{_bindir}/cas-admin
 %{python_sitelib}/*
-%{_mandir}/man1/cas.1.gz
-%{_mandir}/man1/cas-admin.1.gz
+%{_mandir}/man1/*
+%{_datadir}/%{name}
 %dir %{_var}/lib/cas/snippets/
-%defattr(755,root,root)
 %config(noreplace) %{_var}/lib/cas/snippets/*
 %doc AUTHORS LICENSE README PKG-INFO doc/*
 
 %changelog
+* Fri Apr 16 2020 Adam Stokes <ajs at redhat dot com> - 0.16
+- Release bump
+- Fix inconsistencies with compression/core analysis
+- Installer updates
+
+* Wed Feb 17 2010 Adam Stokes <ajs at redhat dot com> - 0.15-5
+- file structure rework
+
+* Wed Dec 9 2009 Adam Stokes <ajs at redhat dot com> - 0.15-4
+- Test for pbzip2 for utilizing multiple cores during decompression
+- Increment python requirement to 2.4
+- provide shutil, subprocess from 2.6 if on lower python version
+- added helper function for compressing core files in proper format
+- tagged stable 0.15
+
 * 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-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	15 Oct 2009 18:23:55 -0000	1.4
+++ sources	16 Apr 2010 15:35:12 -0000	1.5
@@ -1 +1 @@
-23b20e28d75c50df259b57d35cfaf159  cas-0.15.tar.gz
+2f3e91e774dac2143b2148ad293f3996  cas-0.16.tar.gz



More information about the scm-commits mailing list