/[smeserver]/rpms/smolt/sme8/smolt.spec
ViewVC logotype

Diff of /rpms/smolt/sme8/smolt.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by bytegw, Sun Jan 20 13:03:37 2008 UTC Revision 1.11 by slords, Sat Mar 6 22:19:42 2010 UTC
# Line 1  Line 1 
1  Name: smolt  # $Id: smolt.spec,v 1.10 2010/03/06 17:24:22 slords Exp $
 Summary: Fedora hardware profiler  
 Version: 0.9.8.1  
 Release: 8%{?dist}  
 License: GPL  
 Group: Applications/Internet  
 URL: http://hosted.fedoraproject.org/projects/smolt  
2    
3  # Note: This is a link to the gzip, you can't download it directly  Name: smolt
 # This will get fixed as soon as hosted can create attachments directly  
4    
5  Source: https://hosted.fedoraproject.org/projects/smolt/attachment/wiki/WikiStart/%{name}-%{version}.tar.gz  Summary: SME Server hardware profiler
6  Patch0: smolt-0.9.8.1-sme.patch  Version: 1.4.3
7  Patch1: smolt-0.9.8.1-sme.patch2  Release: 5%{?dist}
8  Patch2: smolt-0.9.8.1-sme.patch3  License: GPLv2+
9  Patch3: smolt-0.9.8.1-weekly.patch  Group: Applications/Internet
10  Patch4: smolt-0.9.8.1-motd.patch  URL: http://fedorahosted.org/smolt
11  Patch5: smolt-0.9.8.1-smoonURL.patch  Source: https://fedorahosted.org/releases/s/m/%{name}/%{name}-%{version}.tar.gz
12    Patch0: smolt-1.4.3-ddl.patch
13    Patch1: smolt-1.4.3-el5.patch
14    Patch2: smolt-1.4.3-mod_proxy.patch
15    Patch3: smolt-1.4.3-sme.patch
16  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17    
18    Requires: dbus-python, python-urlgrabber, gawk, python-paste, hal, python-ctypes
19  BuildArch: noarch  BuildArch: noarch
 Requires: dbus-python  
20  BuildRequires: gettext  BuildRequires: gettext
 BuildRequires: /usr/bin/msgfmt.py  
21  BuildRequires: desktop-file-utils  BuildRequires: desktop-file-utils
22    
23    Requires(pre): %{_sbindir}/groupadd
24    Requires(pre): %{_sbindir}/useradd
25  Requires(post): /sbin/chkconfig  Requires(post): /sbin/chkconfig
26  Requires(preun): /sbin/chkconfig  Requires(preun): /sbin/chkconfig
27  Requires(preun): /sbin/service  Requires(preun): /sbin/service
28  Requires(postun): /sbin/service  Requires(postun): /sbin/service
29    Requires: python-simplejson
30    
31  %description  %description
32  The Smolt hardware profiler is a server-client system that does a hardware  The SME Server hardware profiler is a server-client system that does a hardware
33  scan against a machine and sends the results to a public Contribs project  scan against a machine and sends the results to a public SME Server Project
34  server.  The sends are anonymous and should not contain any private  turbogears server.  The sends are anonymous and should not contain any private
35  information other than the physical hardware information and basic OS info.  information other than the physical hardware information and basic OS info.
36    
37  This package contains the client  This package contains the client
38    
39  %package server  %package server
40  Summary: Hardware profiler server  Summary: SME Server hardware profiler server
41  Group: Applications/Internet  Group: Applications/Internet
42  Requires: smolt = %{version}-%{release}  Requires: smolt = %{version}-%{release}
43  Requires: TurboGears  Requires: python-genshi
44    Requires: python-crypto
45    Requires: TurboGears mx
46    Requires: python-turboflot
47    
48  %description server  %description server
49  The Smolt hardware profiler is a server-client system that does a hardware  The SME Server hardware profiler is a server-client system that does a hardware
50  scan against a machine and sends the results to a public Contribs project  scan against a machine and sends the results to a public SME Server Project
51  server.  The sends are anonymous and should not contain any private  turbogears server.  The sends are anonymous and should not contain any private
52  information other than the physical hardware information and basic OS info.  information other than the physical hardware information and basic OS info.
53    
54  This package contains the server portion  This package contains the server portion
55    
56  %package firstboot  %package firstboot
57  Summary: Hardware profile firstboot  Summary: SME Server hardware profile firstboot
58  Group: Applications/Internet  Group: Applications/Internet
59  Requires: smolt = %{version}-%{release}  Requires: smolt = %{version}-%{release}
60    
# Line 61  This provides firstboot integration for Line 63  This provides firstboot integration for
63  separate package so firstboot isn't a requisite to use smolt.  separate package so firstboot isn't a requisite to use smolt.
64    
65  %package gui  %package gui
66  Summary: Hardware profiler gui  Summary: SME Server hardware profiler gui
67  Group: Applications/Internet  Group: Applications/Internet
68  Requires: smolt = %{version}-%{release}  Requires: smolt = %{version}-%{release}
69    Requires: PyQt4
70    
71  %description gui  %description gui
72  Provides smolt's gui functionality.  Not included in the default package to  Provides smolt's gui functionality.  Not included in the default package to
# Line 75  ensure that deps are kept small. Line 78  ensure that deps are kept small.
78  %patch1 -p1  %patch1 -p1
79  %patch2 -p1  %patch2 -p1
80  %patch3 -p1  %patch3 -p1
 %patch4 -p1  
 %patch5 -p1  
81    
82  %build  %build
83  cd client/  cd client/
# Line 84  make Line 85  make
85    
86  %install  %install
87  %{__rm} -rf %{buildroot}  %{__rm} -rf %{buildroot}
88    cd client
89    DESTDIR=%{buildroot} make install
90    cd ..
91  %{__install} -d -m 0755 smoon/ %{buildroot}/%{_datadir}/%{name}/smoon/  %{__install} -d -m 0755 smoon/ %{buildroot}/%{_datadir}/%{name}/smoon/
92    %{__mkdir} -p %{buildroot}/%{_mandir}/man1/
93  %{__cp} -adv smoon/* %{buildroot}/%{_datadir}/%{name}/smoon/  %{__cp} -adv smoon/* %{buildroot}/%{_datadir}/%{name}/smoon/
94    %{__cp} client/scan.py %{buildroot}/%{_datadir}/%{name}/client/
95    %{__cp} client/gate.py %{buildroot}/%{_datadir}/%{name}/client/
96    %{__cp} client/os_detect.py %{buildroot}/%{_datadir}/%{name}/client/
97    %{__cp} client/fs_util.py %{buildroot}/%{_datadir}/%{name}/client/
98    %{__cp} client/man/* %{buildroot}/%{_mandir}/man1/
99    
100  %{__mkdir} -p %{buildroot}/%{_sysconfdir}/sysconfig/  %{__mkdir} -p %{buildroot}/%{_sysconfdir}/sysconfig/
 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/cron.d/  
 %{__mkdir} -p %{buildroot}/%{_bindir}  
101  %{__mkdir} -p %{buildroot}/%{_datadir}/firstboot/modules/  %{__mkdir} -p %{buildroot}/%{_datadir}/firstboot/modules/
102  %{__mkdir} -p %{buildroot}/%{_initrddir}  %{__mkdir} -p %{buildroot}/%{_initrddir}
103  %{__mkdir} -p %{buildroot}/%{_datadir}/locale/  
104  %{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py  %{__mv} client/smoltFirstBoot.py %{buildroot}/%{_datadir}/firstboot/modules/smolt.py
105  %{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt  %{__mv} client/smolt-init %{buildroot}/%{_initrddir}/smolt
 %{__mv} client/smolt.cron.weekly %{buildroot}/%{_sysconfdir}/cron.d/smolt  
 %{__cp} -adv client/po/* %{buildroot}/%{_datadir}/locale/  
   
 find %{buildroot} -name \*.po\* -exec rm {} \;  
106    
107  touch %{buildroot}/%{_sysconfdir}/sysconfig/hw-uuid  touch %{buildroot}/%{_sysconfdir}/sysconfig/hw-uuid
108    
 %{__install} -d -m 0755 client/ %{buildroot}/%{_datadir}/%{name}/client/  
 %{__install} -d -m 0755 client/icons/ %{buildroot}/%{_datadir}/%{name}/client/icons/  
 %{__cp} -adv client/*.py %{buildroot}/%{_datadir}/%{name}/client/  
   
109  # Icons  # Icons
110  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/
111  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/22x22/apps/  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/22x22/apps/
112  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/24x24/apps/  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/24x24/apps/
113  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/  %{__mkdir} -p %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/
114    
115  %{__mkdir} -p %{buildroot}/%{_datadir}/firstboot/pixmaps/  %{__mkdir} -p %{buildroot}/%{_datadir}/firstboot/pixmaps/
116    %{__mkdir} -p %{buildroot}/%{_datadir}/firstboot/themes/default/
117    
118  %{__mv} client/icons/smolt-icon-16.png %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/smolt.png  %{__mv} client/icons/smolt-icon-16.png %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/smolt.png
119  %{__mv} client/icons/smolt-icon-22.png %{buildroot}/%{_datadir}/icons/hicolor/22x22/apps/smolt.png  %{__mv} client/icons/smolt-icon-22.png %{buildroot}/%{_datadir}/icons/hicolor/22x22/apps/smolt.png
120  %{__mv} client/icons/smolt-icon-24.png %{buildroot}/%{_datadir}/icons/hicolor/24x24/apps/smolt.png  %{__mv} client/icons/smolt-icon-24.png %{buildroot}/%{_datadir}/icons/hicolor/24x24/apps/smolt.png
121  %{__mv} client/icons/smolt-icon-32.png %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/smolt.png  %{__mv} client/icons/smolt-icon-32.png %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/smolt.png
122  %{__cp} -adv client/icons/* %{buildroot}/%{_datadir}/%{name}/client/icons/  %{__cp} -adv client/icons/* %{buildroot}/%{_datadir}/%{name}/client/icons/
123  %{__cp} -adv client/icons/smolt-icon-48.png %{buildroot}/%{_datadir}/firstboot/pixmaps/smolt.png  %{__cp} -adv client/icons/smolt-icon-48.png %{buildroot}/%{_datadir}/firstboot/themes/default/smolt.png
124    
125  %{__mkdir} -p %{buildroot}/%{_datadir}/%{name}/doc  %{__rm} -f %{buildroot}/%{_bindir}/smoltSendProfile %{buildroot}/%{_bindir}/smoltDeleteProfile %{buildroot}/%{_bindir}/smoltGui
126  %{__install} -p -m 0644 doc/PrivacyPolicy %{buildroot}/%{_datadir}/%{name}/doc  %{__rm} -f %{buildroot}/%{_datadir}/%{name}/client/config.py
127    
128  ln -s %{_datadir}/%{name}/client/sendProfile.py %{buildroot}/%{_bindir}/smoltSendProfile  ln -s %{_datadir}/%{name}/client/sendProfile.py %{buildroot}/%{_bindir}/smoltSendProfile
129  ln -s %{_datadir}/%{name}/client/deleteProfile.py %{buildroot}/%{_bindir}/smoltDeleteProfile  ln -s %{_datadir}/%{name}/client/deleteProfile.py %{buildroot}/%{_bindir}/smoltDeleteProfile
130  ln -s %{_datadir}/%{name}/client/smoltGui.py %{buildroot}/%{_bindir}/smoltGui  ln -s %{_datadir}/%{name}/client/smoltGui.py %{buildroot}/%{_bindir}/smoltGui
131    ln -s %{_sysconfdir}/%{name}/config.py %{buildroot}/%{_datadir}/%{name}/client/config.py
132    
 %{__chmod} +x %{buildroot}/%{_datadir}/%{name}/client/*Profile.py  
 %{__chmod} +x %{buildroot}/%{_datadir}/%{name}/client/smoltGui.py  
 %{__chmod} +x %{buildroot}/%{_initrddir}/smolt  
133    
134  desktop-file-install --vendor='fedora' --dir=%{buildroot}/%{_datadir}/applications client/smolt.desktop  desktop-file-install --vendor='fedora' --dir=%{buildroot}/%{_datadir}/applications client/smolt.desktop
135    %{__rm} -f %{buildroot}/%{_datadir}/applications/smolt.desktop
136  %find_lang %{name}  %find_lang %{name}
137    
138    # Cleanup from the Makefile (will be cleaned up when it is finalized)
139    %{__rm} -f %{buildroot}/etc/init.d/smolt
140    %{__rm} -f %{buildroot}/etc/smolt/hw-uuid
141    
142  %clean  %clean
143  rm -rf %{buildroot}  rm -rf %{buildroot}
144    
145    %pre
146    %{_sbindir}/groupadd -r %{name} &>/dev/null || :
147    %{_sbindir}/useradd  -r -s /sbin/nologin -d %{_datadir}/%{name} -M \
148                                   -c 'Smolt' -g %{name} %{name} &>/dev/null || :
149    
150  %post  %post
151  /sbin/chkconfig --add smolt  /sbin/chkconfig --add smolt
152  if ! [ -f %{_sysconfdir}/sysconfig/hw-uuid ]  
153  then  #Randomize checkin times.
154      /bin/cat /proc/sys/kernel/random/uuid > %{_sysconfdir}/sysconfig/hw-uuid  TMPFILE=$(/bin/mktemp /tmp/smolt.XXXXX)
155      /bin/chmod 0644 %{_sysconfdir}/sysconfig/hw-uuid  /bin/awk '{ srand(); if($2 == 1 && $3 == 1) print $1,int((rand() * 100) % 22 + 1),int((rand() * 100) % 27 + 1),substr($0,index($0,$4)); else print $0}' /etc/cron.d/smolt > $TMPFILE
156      /bin/chown root:root %{_sysconfdir}/sysconfig/hw-uuid  /bin/cp $TMPFILE /etc/cron.d/smolt
157  fi  /bin/rm -f $TMPFILE
158    
159  %preun  %preun
160  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
# Line 152  if [ $1 = 0 ]; then Line 162  if [ $1 = 0 ]; then
162          /sbin/chkconfig --del smolt          /sbin/chkconfig --del smolt
163  fi  fi
164    
165    %post server
166    #Fail, will fix later
167    for f in delete.html deviceclass.html device.html devices.html error.html \
168             link.html login.html master.html myHosts.html notLoaded.html \
169             pub_uuid.html raw.html report_device_ratings.html \
170             report_host_ratings.html report_recent.html report_search_devices.html\
171             report_search.html report_search_profiles.html report_view_device.html\
172             report_view_devices.html report_view.html report_view_profile.html \
173             report_view_profiles.html showall.html show.html stats.html token.html\
174             welcome.html
175    do
176        touch %{_datadir}/%{name}/smoon/hardware/static/stats/$f
177    done
178    
179    %post gui
180    touch --no-create %{_datadir}/icons/hicolor || :
181    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
182    
183    %postun gui
184    touch --no-create %{_datadir}/icons/hicolor || :
185    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
186    
187  %files -f %{name}.lang  %files -f %{name}.lang
188  %defattr(-,root,root,-)  %defattr(-,root,root,-)
189  %doc README GPL doc/*  %doc README GPL doc/*
190  %dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
191    %dir %{_sysconfdir}/%{name}/
192  %{_datadir}/%{name}/client  %{_datadir}/%{name}/client
193    #%ghost %{_datadir}/%{name}/client/scan.pyc
194    #%ghost %{_datadir}/%{name}/client/scan.pyo
195  %{_datadir}/%{name}/doc  %{_datadir}/%{name}/doc
196  %{_bindir}/smoltSendProfile  %{_bindir}/smoltSendProfile
197  %{_bindir}/smoltDeleteProfile  %{_bindir}/smoltDeleteProfile
198    %config(noreplace) /%{_sysconfdir}/%{name}/config*
199  %{_sysconfdir}/cron.d/%{name}  %{_sysconfdir}/cron.d/%{name}
200    %{_mandir}/man1/*gz
201  %{_initrddir}/%{name}  %{_initrddir}/%{name}
202  %ghost %config(noreplace) %{_sysconfdir}/sysconfig/hw-uuid  %ghost %config(noreplace) %{_sysconfdir}/sysconfig/hw-uuid
203    
# Line 171  fi Line 208  fi
208  %files firstboot  %files firstboot
209  %defattr(-,root,root,-)  %defattr(-,root,root,-)
210  %{_datadir}/firstboot/modules/smolt.py*  %{_datadir}/firstboot/modules/smolt.py*
211  %{_datadir}/firstboot/pixmaps/smolt.png  %{_datadir}/firstboot/themes/default/smolt.png
212    
213  %files gui  %files gui
214  %defattr(-,root,root,-)  %defattr(-,root,root,-)
# Line 180  fi Line 217  fi
217  %{_bindir}/smoltGui  %{_bindir}/smoltGui
218    
219  %changelog  %changelog
220  * Sun Jan 20 2008 Stephen Noble <support@dungog.net>  - 0.9.8.1-8  * Sat Feb 6 2010 Shad L. Lords <slords@mail.com> 1.4.2-5.sme
221  - Change rpm description to refer to Contribs [SME: 3758]  - Fix links so they work with mod_proxy
222    
223    * Sat Feb 6 2010 Shad L. Lords <slords@mail.com> 1.4.2-4.sme
224    - Make cronjob run as root so we can get machine type
225    
226    * Sat Feb 6 2010 Shad L. Lords <slords@mail.com> 1.4.2-3.sme
227    - Make cronjob run as admin so we can get system type
228    
229    * Mon Feb 3 2010 Shad L. Lords <slords@mail.com> 1.4.2-2.sme
230    - Apply patches so smolt will run under el5
231    - Apply sme specific patches
232    
233    * Mon Jan 25 2010 Mike McGrath <mmcgrath@redhat.com> 1.4.2-1
234    - Upstream released new version
235    - Added hal requires
236    
237    * Tue Oct 13 2009 Mike McGrath <mmcgrath@redhat.com> 1.4-4
238    - Fixing firstboot for F-12
239    
240    * Mon Sep 21 2009 Mike McGrath <mmcgrath@redhat.com> 1.4-2
241    - Patched issue with translations (already upstream)
242    
243    * Mon Sep 14 2009 Mike McGrath <mmcgrath@redhat.com> 1.4-1
244    - Upstream released new version
245    
246    * Thu Sep 10 2009 Mike McGrath <mmcgrath@redhat.com> - 1.3.2-2
247    - Added requires for PyQt4 on smolt gui
248    
249    * Thu Sep 03 2009 Mike McGrath <mmcgrath@redhat.com> - 1.3.2-1
250    - Upstream released new version
251    - Changed some link and copy info
252    
253    * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
254    - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
255    
256    * Thu Jul 02 2009 Mike McGrath <mmcgrath@redhat.com> - 1.3-1
257    - Added touch for generated stats
258    - Upstream released new version
259    
260    * Tue Apr 14 2009 Mike McGrath <mmcgrath@redhat.com> - 1.2-4.2
261    - Removed fake attack
262    
263    * Fri Mar 13 2009 Mike McGrath <mmcgrath@redhat.com> - 1.2-4.1
264    - Fixed some formatting in the spec file
265    - Added note to %post
266    
267    * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
268    - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
269    
270  * Mon Jan 7 2008 Stephen Noble <support@dungog.net>  - 0.9.8.1-7  * Wed Jan 21 2009 Mike McGrath <mmcgrath@redhat.com> - 1.2-3
271  - change smoonURL to contribs.org [SME: 3265]  - Added os_detect.py as it is now required.
272    
273  * Mon Jan 7 2008 Stephen Noble <support@dungog.net>  - 0.9.8.1-6  * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.2-2
274  - look in e-smith-release first [SME: 3258]  - Rebuild for Python 2.6
275    
276  * Tue Jul 3 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-5  * Sun Nov 30 2008 Mike McGrath <mmcgrath@redhat.com> 1.2-1
277  - Make smolt checkins weekly instead of monthly.  - Upstream released new version
278    
279    * Fri Nov 21 2008 Mike McGrath <mmcgrath@redhat.com> 1.1.1.1-10
280    - Fix for bug 472101
281    
282    * Wed Nov 12 2008 Mike McGrath <mmcgrath@redhat.com> 1.1.1.1-9
283    - Fix for bug 470829
284    
285    * Tue Nov 11 2008 Mike McGrath <mmcgrath@redhat.com> 1.1.1.1-8
286    - Added patch for fixed scanner
287    
288    * Wed Oct 1 2008 Mike McGrath <mmcgrath@redhat.com> 1.1.1.1-7
289    - Fix for 439496
290    
291    * Sun Sep  7 2008 Mike McGrath <mmcgrath@redhat.com> 1.1.1.1-6
292    - Added turboflot to server, removed from firstboot
293    
294    * Thu Sep  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.1.1-5
295    - fix license tag
296    
297    * Thu Apr 03 2008 Mike McGrath <mmcgrath@redhat.com> - 1.1.1.1-4
298    - One revert for rawhide
299    
300    * Sat Mar 08 2008 Mike McGrath <mmcgrath@redhat.com> - 1.1.1.1-3
301    - Fixing firstboot again for 437708, 437765
302    
303    * Sat Mar 08 2008 Mike McGrath <mmcgrath@redhat.com> - 1.1.1.1-2
304    - Fix firstboot for 437708, 437765
305    
306    * Sat Mar 08 2008 Mike McGrath <mmcgrath@redhat.com> - 1.1.1.1-1
307    - Upstream released new version
308    
309    * Wed Mar 05 2008 Mike McGrath <mmcgrath@redhat.com> - 1.1.1-1
310    - Upstream released new version
311    - Manfiles added
312    - Source location updated
313    
314    * Wed Feb 27 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1-3
315    - Copy instead of move cron file so that selinux contexts are set
316      properly. (BZ#435050)
317    
318    * Wed Feb 27 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1-2
319    - Create smolt user. (BZ#435136)
320    
321    * Fri Feb 01 2008 Mike McGrath <mmcgrath@redhat.com> 1.0-5
322    - Added a req for mx on smoon
323    
324  * Sun Jul 1 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-4  * Thu Jan 08 2008 Mike McGrath <mmcgrath@redhat.com> 1.0-4
325  - Specify full paths so commands will run.  - Fixed firstboot
326    
327  * Thu Jun 7 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-3  * Thu Jan 08 2008 Mike McGrath <mmcgrath@redhat.com> 1.0-3
328  - More patches for both el4 and sme.  - Added python-urlgrabber as a requires - 427969
329    
330  * Wed Jun 6 2007 Shad L. Lords <slords@lordsfam.net> - 0.9.8.1-2  * Thu Nov 22 2007 Mike McGrath <mmcgrath@redhat.com> 1.0-2
331  - Patch to work with el4 and point at sme smolt server.  - Installed scanner - #395901
332    
333    * Tue Nov 20 2007 Mike McGrath <mmcgrath@redhat.com> 1.0-1
334    - Upstream released new version
335    
336    * Tue Oct 25 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.9.2-1
337    - Upstream released new version
338    
339    * Tue Oct 23 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.9.1-4
340    - Upstream released new version
341    
342    * Thu Oct 18 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.9-2
343    - Fixed /etc/smolt/ ownership issue
344    
345    * Tue Oct 16 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.9-1
346    - Upstream released new version
347    
348    * Fri Sep 28 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.8.4-8
349    - Fixed Selinux
350    
351    * Thu Sep 27 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.8.4-6
352    - Added translations
353    
354    * Fri Sep 21 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.8.4-5
355    - Fixed firstboot issues
356    
357    * Mon Aug 13 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.8.4-4
358    - Rebuild to clean up 'config.py' compilations
359    
360    * Mon Aug 13 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.8.4-1
361    - Upstream released new version (major changes)
362    - New config file
363    - New Makefile
364    - Added deps
365    
366    * Fri Jun 22 2007 Mike McGrath <mmcgrath@redhat.com> 0.9.8.3
367    - Upstream released new version
368    
369  * Thu May 24 2007 Mike McGrath <mmcgrath@redhat.com> - 0.9.8.1  * Thu May 24 2007 Mike McGrath <mmcgrath@redhat.com> - 0.9.8.1
370  - Upstream released new version  - Upstream released new version


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed