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

Diff of /rpms/nut/sme7/nut.spec

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

Revision 1.1 by slords, Tue Jun 12 16:42:25 2007 UTC Revision 1.2 by slords, Tue Oct 9 18:32:59 2007 UTC
# Line 3  Line 3 
3    
4  %define initdir /etc/rc.d/init.d  %define initdir /etc/rc.d/init.d
5  %define cgidir  /var/www/nut-cgi-bin  %define cgidir  /var/www/nut-cgi-bin
 %define htmldir  /var/www/html/nut  
6  %define piddir  /var/run/nut  %define piddir  /var/run/nut
7  %define modeldir /sbin  %define modeldir /sbin
8    
 %define devel 0  
   
9  Summary: Network UPS Tools  Summary: Network UPS Tools
10  Name: nut  Name: nut
11  Version: 2.0.5  Version: 2.2.0
12  Release: 1%{?dist}  Release: 3.2%{?dist}
13  Group: Applications/System  Group: Applications/System
14  License: GPL  License: GPLv2+
15  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root  Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16  Url: http://wwww.networkupstools.org/  Url: http://www.networkupstools.org/
17  Source: http://www.networkupstools.org/source/2.0/%{name}-%{version}.tar.gz  Source: http://www.networkupstools.org/source/2.2/%{name}-%{version}.tar.gz
18  Source1: ups.init  Source1: ups.init
19  Source2: ups.sysconfig  Source2: ups.sysconfig
20    
21  Requires: nut-client  Patch0: nut-2.2.0-conf.patch
22    Patch1: nut-2.2.0-multilib.patch
23  Prereq: fileutils  Patch2: nut-2.2.0-udevusb.patch
24  Prereq: /sbin/chkconfig  Patch3: nut-2.2.0-glibcopen.patch
25  Prereq: /sbin/service  Patch4: nut-2.2.0-wrongssl.patch
26    
27  %if "%{?rhel}" != "5"  Requires: nut-client => 2.0.0 dbus-glib shadow-utils
28  BuildPrereq: gd-progs  Requires(post): fileutils chkconfig /sbin/service
29  BuildPrereq: xorg-x11-devel  Requires(postun): fileutils chkconfig /sbin/service
30  %endif  
31  BuildPrereq: openssl-devel  BuildRequires: gd-devel
32  BuildPrereq: gd-devel  BuildRequires: freetype-devel
33  BuildPrereq: freetype-devel  BuildRequires: netpbm-devel
34  BuildPrereq: netpbm-devel  BuildRequires: libpng-devel
35  BuildPrereq: libpng-devel  BuildRequires: net-snmp-devel
36  BuildPrereq: net-snmp-devel  BuildRequires: elfutils-devel
37  BuildPrereq: elfutils-devel  BuildRequires: xorg-x11-devel
38  BuildPrereq: libjpeg-devel  BuildRequires: libjpeg-devel
39    BuildRequires: fontconfig-devel
40    BuildRequires: pkgconfig
41    BuildRequires: openssl-devel
42    
43  %ifnarch s390 s390x  %ifnarch s390 s390x
44  BuildPrereq: libusb-devel  BuildRequires: libusb-devel
45  %endif  %endif
46    
47  ExcludeArch: s390 s390x  ExcludeArch: s390 s390x
# Line 56  live status tracking on web pages, and m Line 56  live status tracking on web pages, and m
56  %package client  %package client
57  Group: Applications/System  Group: Applications/System
58  Summary: Network UPS Tools client monitoring utilities  Summary: Network UPS Tools client monitoring utilities
 Prereq: chkconfig  
 Prereq: /usr/sbin/useradd  
59    
60  %description client  %description client
61  This package includes the client utilities that are required to monitor a  This package includes the client utilities that are required to monitor a
# Line 67  attached to a different computer on the Line 65  attached to a different computer on the
65  %package cgi  %package cgi
66  Group: Applications/System  Group: Applications/System
67  Summary: CGI utilities for the Network UPS Tools  Summary: CGI utilities for the Network UPS Tools
68  Requires: webserver  Requires: %{name}-client = %{version}-%{release} webserver
69    
70  %description cgi  %description cgi
71  This package includes CGI programs for accessing UPS status via a web  This package includes CGI programs for accessing UPS status via a web
# Line 76  browser. Line 74  browser.
74  %package devel  %package devel
75  Group: Development/Libraries  Group: Development/Libraries
76  Summary: Development files for NUT Client  Summary: Development files for NUT Client
77  Requires: webserver  Requires: %{name}-client = %{version}-%{release} webserver openssl-devel
78    
79  %description devel  %description devel
80  This package contains the development header files and libraries  This package contains the development header files and libraries
# Line 84  necessary to develop NUT client applicat Line 82  necessary to develop NUT client applicat
82    
83  %prep  %prep
84  %setup -q  %setup -q
85    %patch0 -p1 -b .conf
86    %patch1 -p1 -b .multilib
87  iconv -f iso-8859-1 -t utf-8 < man/newhidups.8 > man/newhidups.8_  %patch2 -p1 -b .udevusb
88  mv man/newhidups.8_ man/newhidups.8  %patch3 -p1 -b .open
89    %patch4 -p1 -b .wrongssl
90    
91  %build  %build
92  %configure \  %configure \
# Line 98  mv man/newhidups.8_ man/newhidups.8 Line 97  mv man/newhidups.8_ man/newhidups.8
97      --with-altpidpath=%{piddir} \      --with-altpidpath=%{piddir} \
98      --sysconfdir=%{_sysconfdir}/ups \      --sysconfdir=%{_sysconfdir}/ups \
99      --with-cgipath=%{cgidir} \      --with-cgipath=%{cgidir} \
     --with-htmlpath=%{htmldir} \  
100      --with-drvpath=%{modeldir} \      --with-drvpath=%{modeldir} \
101        --with-serial \
102        --with-usb \
103        --with-snmp \
104      --with-cgi \      --with-cgi \
105        --with-lib \
106        --with-ssl \
107        --with-ipv6 \
108      --with-gd-libs \      --with-gd-libs \
109      --with-linux-hiddev=/usr/include/linux/hiddev.h      --with-linux-hiddev=%{_includedir}/linux/hiddev.h \
110        --with-pkgconfig-dir=%{_libdir}/pkgconfig \
111        --disable-static \
112    %ifarch x86_64
113        --with-gd-libs="-L/usr/X11R6/lib64 -lgd -lpng -lz -ljpeg -lfreetype -lm -lXpm -lX11"
114    %endif
115    
116  make %{?_smp_mflags}  make %{?_smp_mflags}
117  make %{?_smp_mflags} snmp  
118  make %{?_smp_mflags} usb  # fix old enconding manpages
119    mv man/upscode2.8 man/upscode2.8.iso
120    iconv -f ISO8859-1 -t UTF-8 -o man/upscode2.8 man/upscode2.8.iso
121    mv man/bcmxcp.8 man/bcmxcp.8.iso
122    iconv -f ISO8859-1 -t UTF-8 -o man/bcmxcp.8 man/bcmxcp.8.iso
123    mv man/bcmxcp_usb.8 man/bcmxcp_usb.8.iso
124    iconv -f ISO8859-1 -t UTF-8 -o man/bcmxcp_usb.8 man/bcmxcp_usb.8.iso
125    rm -f man/*.iso
126    
127  %install  %install
128  rm -rf %{buildroot}  rm -rf %{buildroot}
129    
130  mkdir -p %{buildroot}%{modeldir} \  mkdir -p %{buildroot}%{modeldir} \
131           %{buildroot}%{_sysconfdir}/sysconfig \           %{buildroot}%{_sysconfdir}/sysconfig \
132             %{buildroot}%{_sysconfdir}/udev/rules.d \
133           %{buildroot}%{piddir} \           %{buildroot}%{piddir} \
134           %{buildroot}%{_localstatedir}/lib/ups \           %{buildroot}%{_localstatedir}/lib/ups \
135           %{buildroot}%{initdir}           %{buildroot}%{initdir}
136    
137  make install install-conf \  make install DESTDIR=%{buildroot}
138       install-cgi-conf \  
139       install-cgi \  install -m 755 drivers/energizerups %{buildroot}%{modeldir}/
      install-usb \  
      install-snmp DESTDIR=%{buildroot}  
140    
141  install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/ups  install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/ups
142  install -m 755 %{SOURCE1} %{buildroot}%{initdir}/ups  install -m 755 %{SOURCE1} %{buildroot}%{initdir}/ups
143    
144  mkdir -p %{buildroot}%{_sysconfdir}/hotplug/usb/  install -m 644 man/gamatronic.*  %{buildroot}%{_mandir}/man8/
145  install -m 755 scripts/hotplug/libhidups %{buildroot}%{_sysconfdir}/hotplug/usb/  
146  install -m 644 scripts/hotplug/libhid.usermap %{buildroot}%{_sysconfdir}/hotplug/usb/  rm -rf %{buildroot}%{_prefix}/html
147    rm -f %{buildroot}%{_libdir}/*.la
148    
149  # rename  cd conf; make install DESTDIR=%{buildroot}
150  for file in %{buildroot}%{_sysconfdir}/ups/*.sample  for file in %{buildroot}%{_sysconfdir}/ups/*.sample
151  do  do
152     mv $file %{buildroot}%{_sysconfdir}/ups/`basename $file .sample`     mv $file %{buildroot}%{_sysconfdir}/ups/`basename $file .sample`
153  done  done
154    
 %if !%{devel}  
 rm -rf %{buildroot}%{_includedir} \  
        %{buildroot}%{_mandir}/man3/upscli_* \  
        %{buildroot}%{_libdir}/*upsclient*  
 %endif  
   
155  %pre  %pre
156  /usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G uucp \  /usr/sbin/useradd -c "Network UPS Tools" -u %{nut_uid} -G uucp \
157          -s /bin/false -r -d %{_localstatedir}/lib/ups %{name} 2> /dev/null || :          -s /bin/false -r -d %{_localstatedir}/lib/ups %{name} 2> /dev/null || :
# Line 156  rm -rf %{buildroot}%{_includedir} \ Line 166  rm -rf %{buildroot}%{_includedir} \
166    
167  %post client  %post client
168  /sbin/chkconfig --add ups  /sbin/chkconfig --add ups
169    /sbin/ldconfig
170  exit 0  exit 0
171    
172  %preun client  %preun client
# Line 163  if [ "$1" = "0" ]; then Line 174  if [ "$1" = "0" ]; then
174      /sbin/service ups stop > /dev/null 2>&1      /sbin/service ups stop > /dev/null 2>&1
175      /sbin/chkconfig --del ups      /sbin/chkconfig --del ups
176  fi  fi
177    /sbin/ldconfig
178  exit 0  exit 0
179    
180  %postun client  %postun client
# Line 175  exit 0 Line 187  exit 0
187  rm -rf %{buildroot}  rm -rf %{buildroot}
188    
189  %files  %files
190  %defattr(-,root,root)  %defattr(-,root,root,-)
191  %doc COPYING CREDITS ChangeLog README docs UPGRADING  %doc COPYING ChangeLog AUTHORS MAINTAINERS README docs UPGRADING INSTALL NEWS
192  %config(noreplace) %attr(640,root,nut) %{_sysconfdir}/ups/ups.conf  %config(noreplace) %attr(640,root,nut) %{_sysconfdir}/ups/ups.conf
193  %config(noreplace) %attr(640,root,nut) %{_sysconfdir}/ups/upsd.conf  %config(noreplace) %attr(640,root,nut) %{_sysconfdir}/ups/upsd.conf
194  %config(noreplace) %attr(640,root,nut) %{_sysconfdir}/ups/upsd.users  %config(noreplace) %attr(640,root,nut) %{_sysconfdir}/ups/upsd.users
195  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/sysconfig/ups  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/sysconfig/ups
196    %config(noreplace) %attr(644,root,root) %{_sysconfdir}/udev/rules.d/*
197  %attr(755,root,root) %{_sysconfdir}/hotplug/usb/libhidups  %attr(755,root,root) %{_sysconfdir}/hotplug/usb/libhidups
198  %attr(644,root,root) %{_sysconfdir}/hotplug/usb/libhid.usermap  %attr(644,root,root) %{_sysconfdir}/hotplug/usb/libhid.usermap
199  %{modeldir}/*  %{modeldir}/*
# Line 198  rm -rf %{buildroot} Line 211  rm -rf %{buildroot}
211  %{_mandir}/man8/cyberpower.8.gz  %{_mandir}/man8/cyberpower.8.gz
212  %{_mandir}/man8/everups.8.gz  %{_mandir}/man8/everups.8.gz
213  %{_mandir}/man8/etapro.8.gz  %{_mandir}/man8/etapro.8.gz
 %{_mandir}/man8/fentonups.8.gz  
214  %{_mandir}/man8/genericups.8.gz  %{_mandir}/man8/genericups.8.gz
215  %{_mandir}/man8/isbmex.8.gz  %{_mandir}/man8/isbmex.8.gz
216  %{_mandir}/man8/liebert.8.gz  %{_mandir}/man8/liebert.8.gz
# Line 207  rm -rf %{buildroot} Line 219  rm -rf %{buildroot}
219  %{_mandir}/man8/nutupsdrv.8.gz  %{_mandir}/man8/nutupsdrv.8.gz
220  %{_mandir}/man8/oneac.8.gz  %{_mandir}/man8/oneac.8.gz
221  %{_mandir}/man8/powercom.8.gz  %{_mandir}/man8/powercom.8.gz
 %{_mandir}/man8/sms.8.gz  
222  %{_mandir}/man8/tripplite.8.gz  %{_mandir}/man8/tripplite.8.gz
223  %{_mandir}/man8/tripplitesu.8.gz  %{_mandir}/man8/tripplitesu.8.gz
224  %{_mandir}/man8/victronups.8.gz  %{_mandir}/man8/victronups.8.gz
# Line 217  rm -rf %{buildroot} Line 228  rm -rf %{buildroot}
228  %{_mandir}/man8/energizerups.8.gz  %{_mandir}/man8/energizerups.8.gz
229  %{_mandir}/man8/safenet.8.gz  %{_mandir}/man8/safenet.8.gz
230  %{_mandir}/man8/belkinunv.8.gz  %{_mandir}/man8/belkinunv.8.gz
 %{_mandir}/man8/hidups.8.gz  
 %{_mandir}/man8/ippon.8.gz  
 %{_mandir}/man8/newhidups.8.gz  
231  %{_mandir}/man8/snmp-ups.8.gz  %{_mandir}/man8/snmp-ups.8.gz
232  %{_mandir}/man8/bestfcom.8.gz  %{_mandir}/man8/bestfcom.8.gz
233  %{_mandir}/man8/cpsups.8.gz  %{_mandir}/man8/cpsups.8.gz
234  %{_mandir}/man8/metasys.8.gz  %{_mandir}/man8/metasys.8.gz
 %{_mandir}/man8/mustek.8.gz  
235  %{_mandir}/man8/bcmxcp.8*  %{_mandir}/man8/bcmxcp.8*
236  %{_mandir}/man8/solis.8*  %{_mandir}/man8/solis.8*
237  %{_mandir}/man8/upscode2.8*  %{_mandir}/man8/upscode2.8*
238  %{_mandir}/man8/bcmxcp_usb.8*  %{_mandir}/man8/bcmxcp_usb.8.gz
239  %{_mandir}/man8/tripplite_usb.8*  %{_mandir}/man8/gamatronic.8.gz
240  %{_mandir}/man8/al175.8.gz  %{_mandir}/man8/tripplite_usb.8.gz
241  %{_mandir}/man8/dummy-ups.8.gz  %{_mandir}/man8/dummy-ups.8.gz
242    %{_mandir}/man8/al175.8.gz
243  %{_mandir}/man8/megatec.8.gz  %{_mandir}/man8/megatec.8.gz
244  %{_mandir}/man8/nitram.8.gz  %{_mandir}/man8/nitram.8.gz
245  %{_mandir}/man8/optiups.8.gz  %{_mandir}/man8/optiups.8.gz
246  %{_mandir}/man8/powerpanel.8.gz  %{_mandir}/man8/powerpanel.8.gz
247    %{_mandir}/man8/megatec_usb.8.gz
248    %{_mandir}/man8/rhino.8.gz
249    %{_mandir}/man8/usbhid-ups.8.gz
250    
251  %files client  %files client
252  %defattr(-,root,root)  %defattr(-,root,root)
# Line 250  rm -rf %{buildroot} Line 261  rm -rf %{buildroot}
261  %{_bindir}/upsrw  %{_bindir}/upsrw
262  %{_sbindir}/upsmon  %{_sbindir}/upsmon
263  %{_sbindir}/upssched  %{_sbindir}/upssched
264    %{_bindir}/upssched-cmd
265    %{_libdir}/libupsclient.so.*
266  %{_mandir}/man5/upsmon.conf.5.gz  %{_mandir}/man5/upsmon.conf.5.gz
267  %{_mandir}/man5/upssched.conf.5.gz  %{_mandir}/man5/upssched.conf.5.gz
268  %{_mandir}/man8/upsc.8.gz  %{_mandir}/man8/upsc.8.gz
# Line 260  rm -rf %{buildroot} Line 273  rm -rf %{buildroot}
273  %{_mandir}/man8/upssched.8.gz  %{_mandir}/man8/upssched.8.gz
274    
275  %files cgi  %files cgi
276  %defattr(-,root,root)  %defattr(-,root,root,-)
277  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/ups/hosts.conf  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/ups/hosts.conf
278  %config(noreplace) %attr(600,nut,root) %{_sysconfdir}/ups/upsset.conf  %config(noreplace) %attr(600,nut,root) %{_sysconfdir}/ups/upsset.conf
279  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/ups/upsstats.html  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/ups/upsstats.html
280  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/ups/upsstats-single.html  %config(noreplace) %attr(644,root,root) %{_sysconfdir}/ups/upsstats-single.html
281  %{cgidir}  %{cgidir}/
 %{htmldir}  
282  %{_mandir}/man5/hosts.conf.5.gz  %{_mandir}/man5/hosts.conf.5.gz
283  %{_mandir}/man5/upsstats.html.5.gz  %{_mandir}/man5/upsstats.html.5.gz
284  %{_mandir}/man5/upsset.conf.5.gz  %{_mandir}/man5/upsset.conf.5.gz
# Line 274  rm -rf %{buildroot} Line 286  rm -rf %{buildroot}
286  %{_mandir}/man8/upsstats.cgi.8.gz  %{_mandir}/man8/upsstats.cgi.8.gz
287  %{_mandir}/man8/upsset.cgi.8.gz  %{_mandir}/man8/upsset.cgi.8.gz
288    
289    %files devel
290    %defattr(-,root,root,-)
291    %{_bindir}/libupsclient-config
292    %{_includedir}/*
293    %{_mandir}/man3/upscli*
294    %{_libdir}/libupsclient.so
295    %{_libdir}/pkgconfig/libupsclient.pc
296    
297  %changelog  %changelog
298  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Wed Sep 19 2007 Tomas Smetana <tsmetana@redhat.com> 2.2.0-3.2
299  - Clean up spec so package can be built by koji/plague  - fix building of cgi package on x86_64
300    
301    * Wed Sep 19 2007 Tomas Smetana <tsmetana@redhat.com> 2.2.0-3.1
302    - fix manpages encodings
303    - run ldconfig after client (un)install
304    - remove hal support for EL4
305    
306    * Thu Sep 06 2007 Tomas Smetana <tsmetana@redhat.com> 2.2.0-3
307    - fix wrong libssl flags in devel, fix devel package dependencies
308    
309    * Wed Aug 15 2007 Tomas Smetana <tsmetana@redhat.com> 2.2.0-2
310    - fix #249028 - usb udev rules
311    - update initscript and sysconfig file
312    - fix calls to open() for compatibility with the new glibc
313    
314    * Fri Jul 13 2007 Tomas Smetana <tsmetana@redhat.com> 2.2.0-1.1
315    - rebuild
316    
317    * Fri Jul 13 2007 Tomas Smetana <tsmetana@redhat.com> 2.2.0-1
318    - new upstream version (Resolves: #248074)
319    - initscripts update
320    - spec file cleanup
321    
322    * Mon May 07 2007 Arnaud Quette <aquette-dev@gmail.com> 2.1.0-1
323    - update to 2.1.0 development tree
324    - HAL, ...
325    
326    * Mon Mar 26 2007 Than Ngo <than@redhat.com> 2.0.5-3
327    - cleanup
328    
329    * Tue Jan 23 2007 Karsten Hopp <karsten@redhat.com> 2.0.5-2
330    - rename fatal to fatal_with_errno in ipv6 patch
331    - fix filelist
332    
333  * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 2.0.5-1  * Tue Jan 23 2007 Karsten Hopp <karsten@redhat.com> 2.0.5-1
334  - Update to upstream 2.0.5, without any patches.  - update to 2.0.5
335    
336  * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>  * Wed Nov 29 2006 Karsten Hopp <karsten@redhat.com> 2.0.4-2
337  - Update to new release naming.  No functional changes.  - rebuild with new net-snmp-libs
338  - Make Packager generic  - disable nut-2.0.1-bad.patch, not required
339    
340  * Tue Nov 07 2006 Charlie Brady <charlie_brady@mitel.com> 2.0.4-1sme1  * Tue Nov 21 2006 Than Ngo <than@redhat.com> - 2.0.4-1
341  - Update to upstream 2.0.4, without any patches.  - add IPv6 support, thanks to Dan KopeƄek (#198394)
342    
343  * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 2.0.3-2sme1  * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.3-2.1
344  - Patch up to current CVS, to grab latest driver updates.  - rebuild
345    
346  * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 2.0.3-1sme1  * Tue May 16 2006 Than Ngo <than@redhat.com> 2.0.3-2
347  - Upgrade to version 2.0.3, with no new patches.  - fix #191914, BR fontconfig-devel for cgi
348    
349  * Fri Feb 10 2006 Charlie Brady <charlie_brady@mitel.com> 2.0.3-pre2-sme6  * Mon Apr 24 2006 Than Ngo <than@redhat.com> 2.0.3-1
350  - Apply additional patch to discover data formats in APC UPSes.  - update to 2.0.3
351    - drop nut-2.0.2-buffer.patch, it's included in new upstream
352    - add udev rule #189674, #187105
353    
354  * Wed Feb  8 2006 Charlie Brady <charlie_brady@mitel.com> 2.0.3-pre2-sme5  * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-6.2
355  - Apply additional patch to discover data formats in APC UPSes.  - bump again for double-long bug on ppc(64)
356    
357  * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 2.0.3-pre2-sme4  * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-6.1
358  - Bugfix in battery mfg date conversion for APC UPSes.  - rebuilt for new gcc4.1 snapshot and glibc changes
359    
360  * Fri Jan 27 2006 Charlie Brady <charlieb@e-smith.com> 2.0.3-pre2-sme3  * Tue Jan 03 2006 Radek Vokal <rvokal@redhat.com> 2.0.2-6
361  - Some more fine tuning of low end APC support.  - rebuilt against new libnetsnmp
362    
363  * Thu Jan 26 2006 Charlie Brady <charlieb@e-smith.com> 2.0.3-pre2-sme2  * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
364  - Add new patch from Peter Selinger, for low end APCs.  - rebuilt
365    
366  * Thu Jan 26 2006 Charlie Brady <charlieb@e-smith.com> 2.0.3-pre2-sme1  * Wed Nov 23 2005 Than Ngo <than@redhat.com> 2.0.2-5
367  - Update to 2.0.3-pre2.  - fix for modular X
 - Remove Peter Selinger's patch, presumed obsolete.  
368    
369  * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 2.0.2-1sme2  * Wed Nov 09 2005 Than Ngo <than@redhat.com> 2.0.2-4
370  - Add hotplug configuration for usb, also from Peter Selinger.  - rebuilt
371    
372  * Tue Jan 10 2006 Charlie Brady <charlieb@e-smith.com> 2.0.2-1sme1  * Mon Nov 07 2005 Than Ngo <than@redhat.com> 2.0.2-3
373  - Add various APC USB fixes from Peter Selinger.  - rebuilt
374    
375  * Fri Oct 07 2005 Than Ngo <than@redhat.com> 2.0.2-0.fc4.2  * Thu Nov 03 2005 Than Ngo <than@redhat.com> 2.0.2-2
376  - own /var/www/nut-cgi-bin #169904  - rebuilt against new libnetsnmp
377    
378  * Tue Oct 04 2005 Than Ngo <than@redhat.com> 2.0.2-0.fc4.1  * Wed Jul 20 2005 Than Ngo <than@redhat.com> 2.0.2-1
379  - fix compiler warnings #156027  - fix compiler warnings #156027
380  - remove debug messages #160700  - fix pid issue  #159450
381    - fix wrong ownership and permissions #159449, #141123
382  - update to 2.0.2  - update to 2.0.2
383    
384  * Thu Mar 10 2005 Than Ngo <than@redhat.com> 2.0.1-1  * Thu Mar 10 2005 Than Ngo <than@redhat.com> 2.0.1-1


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