Author: gnichols Date: 2011-07-05 20:58:01 +0000 (Tue, 05 Jul 2011) New Revision: 962
Modified: trunk/v7.spec.in Log: 702695 - v7 server should have it's own package
Modified: trunk/v7.spec.in =================================================================== --- trunk/v7.spec.in 2011-07-05 19:06:31 UTC (rev 961) +++ trunk/v7.spec.in 2011-07-05 20:58:01 UTC (rev 962) @@ -21,20 +21,33 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch Conflicts: rhr-core, rhr-auto, rhr-interact, rhr-crush -# Obsoletes: rhr2-rhel4, rhr2-tests, rhr2-externals - does not provide these either! -# need to check this. Requires: diffutils, rpm-build, /usr/bin/xmllint, /etc/sysconfig/init, httpd, -# sox, cdrecord, bc, dosfstools, sysreport, ethtool, net-tools, nfs-utils, e2fsprogs, mt-st, -# hotplug, /usr/X11R6/bin/x11perf, perl, up2date >= 4.2.57-2, kudzu, ltp, lmbench, dt, schedutils - Obsoletes: hts Requires: lmbench, dt, httpd, nfs-utils, stress, gcc, PyXML, rpm-build Requires: dbus-python, kernel-devel, kernel-headers
+# v7-server subpackage +%package server +Summary: Red Hat Hardware Test Suite Server +Version: %{version} +Release: %{release}.el%{rhel_version} +Group: Development/Tools +License: GPL +URL: http://redhat.com +# snapshot +Buildroot: %{_tmppath}/%{name}-%{version}-root +BuildArch: noarch
+Requires: v7 +Requires: python-lxml + + %description Red Hat Hardware Test Suite certifies hardware for Red Hat Enterprise Linux
+%description server +Red Hat Hardware Test Suite Server supports systems running certification tests
+ %prep %setup -q -c
@@ -64,7 +77,13 @@ /usr/share/man/man8/v7.8.gz /etc/init.d/v7
+%files server +%defattr(-,root,root) +# set to user apache for web/cgi serving +%attr(-, apache, apache) /var/www/v7 +/etc/httpd/conf.d/v7.conf
+ %changelog * Wed Jun 15 2011 Greg Nichols gnichols@redhat.com
@@ -72,7 +91,7 @@
690676 - FEAT: v7 should generate zipped xml file as results 702695 - v7 server should have it's own package - + * Wed Jun 08 2011 Greg Nichols gnichols@redhat.com
V7 1.4 R0
v7-commits@lists.stg.fedorahosted.org