--- rpms/smolt/sme8/smolt.spec 2010/03/04 00:50:27 1.7 +++ rpms/smolt/sme8/smolt.spec 2010/03/06 22:19:42 1.11 @@ -1,15 +1,18 @@ +# $Id: smolt.spec,v 1.10 2010/03/06 17:24:22 slords Exp $ + Name: smolt Summary: SME Server hardware profiler Version: 1.4.3 -Release: 2%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://fedorahosted.org/smolt Source: https://fedorahosted.org/releases/s/m/%{name}/%{name}-%{version}.tar.gz Patch0: smolt-1.4.3-ddl.patch Patch1: smolt-1.4.3-el5.patch -Patch2: smolt-1.4.3-sme.patch +Patch2: smolt-1.4.3-mod_proxy.patch +Patch3: smolt-1.4.3-sme.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: dbus-python, python-urlgrabber, gawk, python-paste, hal, python-ctypes @@ -74,6 +77,7 @@ ensure that deps are kept small. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build cd client/ @@ -213,6 +217,15 @@ touch --no-create %{_datadir}/icons/hico %{_bindir}/smoltGui %changelog +* Sat Feb 6 2010 Shad L. Lords 1.4.2-5.sme +- Fix links so they work with mod_proxy + +* Sat Feb 6 2010 Shad L. Lords 1.4.2-4.sme +- Make cronjob run as root so we can get machine type + +* Sat Feb 6 2010 Shad L. Lords 1.4.2-3.sme +- Make cronjob run as admin so we can get system type + * Mon Feb 3 2010 Shad L. Lords 1.4.2-2.sme - Apply patches so smolt will run under el5 - Apply sme specific patches