Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
checksysreport
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
checksysreport.spec
@@ -1,11 +1,11 @@ Summary: Perform automatic tests against a RHEL's sysreport Name: checksysreport Version: 1.0 -Release: 6 +Release: 7 License: GPL Group: Application/Tools URL: https://www.checksysreport.com/ -Source0: %{name}-%{version}-6.tar.bz2 +Source0: %{name}-%{version}-7.tar.bz2 Patch0: checksysreport-suse-wwwdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildArchitectures: noarch @@ -41,6 +41,15 @@ about rhn packages. Ideally, the idea would be to have one such server per offices to reduce bandwith. It is suppose to cope with concurrent access. +%package rhn-scraper +Requires: checksysreport,python-mechanize +Group: Application/Tools +Summary: This package makes download rhn package from the command line +%description rhn-scraper +checksysreport-rhn-scraper deliver some class that act as a browser +accessing the rhn web site. A simple package downloader script +is included. + %pre server if [ $1 = 1 ] ; then echo "Creating checksysreport user" @@ -75,7 +84,7 @@ fi %prep -%setup -q -n %{name}-%{version}-6 +%setup -q -n %{name}-%{version}-7 %if 0%{?suse_version} %patch0 %endif @@ -126,8 +135,23 @@ %attr(0644,checksysreport,root) %{_wwwroot}/%{_htdocsdir}/wcs/rhn-base.css %attr(0644,checksysreport,root) %{_wwwroot}/%{_htdocsdir}/wcs/template.inc.php +%files rhn-scraper +%attr(0644,root,root) %{_datadir}/%{name}/rhn_scraper.py* +%attr(0755,root,root) %{_bindir}/download_rhn_package %changelog +* Thu Jan 07 2010 Carsten Schoene <cs@linux-administrator.com> - 1.0-7 +- update to release 7 + - Kernel detection does not handle packages coming from + a beta channel as supported anymore + - Adding checksysreport-rhn-scraper as a sub package. + - Coping with yadarh's xmlrpclib.ProtocolError + - Coping with yadarh's xmlrpclib.Fault + - Coping with yadarh's "Could not find session with id" + - Plugins can be triggered in top,bottom or package hooks. + - wcs does not accept sysreport with an open parenthesis + in the name anymore. + * Mon Jul 06 2009 Pierre Amadio <pamadio@redhat.com> Version 1.0 Release 6 - dmidecode information about the system is printed.