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

Diff of /rpms/smolt/sme7/smolt.spec

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

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