source: projects/specs/trunk/p/pm-utils/pm-utils-vl.spec @ 8835

Revision 8835, 18.5 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1%global quirkdbver 20100619
2
3Summary: Power management utilities and scripts
4Summary(ja): 電源管理ユーティリティおよびスクリプト
5Name: pm-utils
6License: GPLv2
7Version: 1.4.1
8Release: 3%{?_dist_release}
9Group: System Environment/Base
10URL: http://pm-utils.freedesktop.org
11
12Source0: http://pm-utils.freedesktop.org/releases/pm-utils-%{version}.tar.gz
13Source1: http://pm-utils.freedesktop.org/releases/pm-quirks-%{quirkdbver}.tar.gz
14
15Source23: pm-utils-bugreport-info.sh
16
17Source100: 00tuxonice
18Source101: tuxonice.sysconfig
19
20Source110: suspend_modules
21
22# Use append instead of write for init_logfile (#660329)
23Patch0: pm-utils-1.4.1-init-logfile-append.patch
24# Disable SATA link power management by default, as it still causes
25# disk errors and corruptions on many hardware.
26Patch14: 14-disable-sata-alpm.patch
27
28BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
29BuildRequires: xmlto
30# for chvt
31Requires: kbd
32#Requires: radeontool
33# for hd apm settings
34Requires: hdparm
35%ifarch %{ix86} x86_64
36Requires: vbetool
37%endif
38Conflicts: apmd < 3.2.2
39
40
41%description
42The pm-utils package contains utilities and scripts useful for tasks related
43to power management.
44
45%package devel
46Summary: Files for development using %{name}
47Summary(ja): Files for development using %{name}
48Group: Development/Libraries
49Requires: %{name} = %{version}-%{release}
50# for /usr/share/pkgconfig
51Requires:       pkgconfig
52
53%description devel
54This package contains the pkg-config files for development
55when building programs that use %{name}.
56
57
58%prep
59%setup -q
60tar -xzf %{SOURCE1}
61%patch0 -p1
62%patch14 -p1
63
64%build
65%configure
66make
67
68
69%install
70rm -rf %{buildroot}
71make install DESTDIR=$RPM_BUILD_ROOT
72
73install -D -m 0600 /dev/null $RPM_BUILD_ROOT%{_localstatedir}/log/pm-suspend.log
74mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/pm-utils/{locks,pm-suspend,pm-powersave}
75touch $RPM_BUILD_ROOT%{_localstatedir}/run/pm-utils/locks/{pm-suspend.lock,pm-powersave.lock}
76mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/pm-utils/{pm-suspend,pm-powersave}/storage
77install -D -m 0755 %{SOURCE23} $RPM_BUILD_ROOT%{_sbindir}/pm-utils-bugreport-info.sh
78
79# Install tuxonice staff
80install -D -m 0755 %{SOURCE100} %{buildroot}%{_libdir}/pm-utils/sleep.d/00tuxonice
81install -D -m 0644 %{SOURCE101} %{buildroot}%{_sysconfdir}/sysconfig/tuxonice
82# Install suspend_modules
83install -D -m 0644 %{SOURCE110} %{buildroot}%{_sysconfdir}/pm/config.d/suspend_modules
84
85# Install quirks
86cp -r video-quirks $RPM_BUILD_ROOT%{_libdir}/pm-utils
87
88# These break more than they helps, so drop them for now
89rm $RPM_BUILD_ROOT%{_libdir}/pm-utils/power.d/*
90
91# VINE: documents handled directly with %%doc directive in the %%files section
92rm -rf %{buildroot}%{_datadir}/doc/pm-utils
93
94%preun
95# Clean storage to prevent left-behind files. These files are dynamically
96# created in runtime (also with dynamic names), thus it is hard to track
97# them individually.
98rm -rf %{_localstatedir}/run/pm-utils/{pm-suspend,pm-powersave}/storage/*
99
100%clean
101rm -rf %{buildroot}
102
103
104%files
105%defattr(-,root,root,-)
106%doc AUTHORS COPYING ChangeLog NEWS README* TODO pm/HOWTO*
107%config(noreplace) %{_sysconfdir}/sysconfig/tuxonice
108%dir %{_sysconfdir}/pm/
109%dir %{_sysconfdir}/pm/config.d
110%dir %{_sysconfdir}/pm/power.d
111%dir %{_sysconfdir}/pm/sleep.d
112%config(noreplace) %{_sysconfdir}/pm/config.d/suspend_modules
113%dir %{_libdir}/pm-utils/
114%{_libdir}/pm-utils/bin/
115%{_libdir}/pm-utils/defaults
116%{_libdir}/pm-utils/functions
117%{_libdir}/pm-utils/pm-functions
118%{_libdir}/pm-utils/module.d/*
119%{_libdir}/pm-utils/sleep.d/*
120%{_bindir}/on_ac_power
121%{_bindir}/pm-is-supported
122%{_sbindir}/pm-utils-bugreport-info.sh
123%{_sbindir}/pm-hibernate
124%{_sbindir}/pm-powersave
125%{_sbindir}/pm-suspend
126%{_sbindir}/pm-suspend-hybrid
127%{_mandir}/man1/*.1.gz
128%{_mandir}/man8/*.8.gz
129%{_localstatedir}/run/pm-utils/
130%{_libdir}/pm-utils/video-quirks
131
132
133# no logrotate needed, because only one run of pm-utils is stored
134# in the logfile
135%ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log
136
137
138%files devel
139%defattr(-,root,root,-)
140%{_libdir}/pkgconfig/pm-utils.pc
141
142
143%changelog
144* Wed Jul 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-3
145- rebuild with VineSeed environment
146
147* Mon Apr 11 2011 Daiuske SUZUKI <daisuke@linux.or.jp> 1.4.1-2
148- add patch14 from ubuntu
149  Disable SATA link power management by default, as it still
150  causes disk errors and corruptions on many hardware.
151- add /etc/pm/config.d/suspend_modules
152  - add SUSPEND_MODULES="xhci-hcd" to unload module on suspend.
153
154* Wed Mar 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
155- new upstream release
156
157* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.6.1-2
158- rebuilt with rpm-4.8.1 for pkg-config
159
160* Sun Jan 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6.1-1
161- new upstream release
162
163* Sat May  9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.5-2
164- don't own /usr/share/doc/pm-utils: use %%doc directive to handle documents
165- use %%{buildroot} instead of $RPM_BUILD_ROOT
166
167* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
168- new upstream release
169
170* Sat Apr 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-5
171- add 00tuxonice to setup image_size_limit and enable_escape
172- add /etc/sysconfig/tuxonice
173
174* Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-4
175- remove 00tuxonice
176
177* Thu Mar 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1
178- new upstream release
179
180* Wed Oct 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.1-3
181- add 00tuxonice to set tuxonice-userui on hibernate
182
183* Mon Oct 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.1-2
184- add Requires: vbetool
185
186* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.1-1
187- initial build for Vine Linux
188
189* Thu Sep 11 2008 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
190- Update to 1.2.0
191- The core hook-running machinery will now abort running hooks of one fails,
192  and the front-end scripts will return a failure error code if hook-running
193  was aborted.
194
195* Sun Jun 22 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.3-1
196- Update to 1.1.2.3
197
198* Fri Jun 20 2008 Till Maas <opensource@till.name> - 1.1.2.2-2
199- %%pre and %%post scriptlets should not be needed anymore, old
200  config files should be already moved in every supported release
201  and the selinux context for the logfile should be restored by
202  rpm
203- remove pcitulils BR, it was needed for vbetool, which is in a
204  separate package now
205- substitute %%{__rm} macros for uniform macro usage
206
207* Thu May 29 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.2-1
208- Update to 1.1.2.2
209
210* Wed May 28 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.1-2
211- Change BR from docbook-utils to xmlto
212
213* Wed May 28 2008 Richard Hughes <rhughes@redhat.com> - 1.1.2.1-1
214- Update to 1.1.2.1
215
216* Mon May 12 2008 Richard Hughes <rhughes@redhat.com> - 1.1.1-2
217- Add missing BR for docbook-utils
218
219* Mon May 12 2008 Richard Hughes <rhughes@redhat.com> - 1.1.1-1
220- Update to 1.1.1, and drop patches that no longer apply.
221
222* Wed Apr 30 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-9
223- Remove the usermode dep on the advice of Till Maas.
224
225* Wed Apr 30 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-8
226- Rip out all the consolehelper and PAM stuff - users are not meant to be
227  running these tools directly and it's a massive change from upstream.
228
229* Fri Apr 18 2008 Peter Jones <pjones@redhat.com> - 1.1.0-7
230- Default to "shutdown" for hibernate unless it's unavailable.
231
232* Tue Apr 15 2008 Jesse Keating <jkeating@redhat.com> - 1.1.0-6
233- Don't error on post restorecon call (which can fail if selinux is disabled)
234
235* Mon Apr 14 2008 Till Maas <opensource till name> - 1.1.0-5
236- remove double %%dir %%{_libdir}/pm-utils
237- update pm-utils-99hd-apm-restore to work with current pm-utils release
238  Red Hat Bugzilla: #442294
239- move config file for hd apm restore away from config.d, which is only used
240  for pm-utils internal config anymore
241- own /var/run/pm-utils/ and create storage/locks subdirs (may be
242  needed for selinux)
243- make sure an empty logfile is created after install (touch -a ...)
244- sort %%files
245- make Source0: an URL
246- remove Conflicts: bluez utils, all supported Fedora releases ship
247  already a newer version
248- remove unused BR: hal-devel, dbus-devel, pkgconfig, docbook-utils
249
250* Tue Apr  8 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-4
251- Fix build on 64 bit machines - harder.
252
253* Tue Apr  8 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-3
254- Fix build on 64 bit machines.
255
256* Tue Apr  8 2008 Richard Hughes <rhughes@redhat.com> - 1.1.0-2
257- Actually do the build.
258
259* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.0-1
260- Update to 1.1.0
261- Add devel subpackage for the pc file
262
263* Thu Apr 03 2008 Adam Jackson <ajax@redhat.com> 0.99.4-16
264- x86_64 is not a macro, don't %%ifarch on it.
265
266* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.4-15
267- Autorebuild for GCC 4.3
268
269* Fri Jan 11 2008 Till Maas <opensource till name> - 0.99.4-14
270- add pm-utils-bugreport-info.sh script to collect information for bugreports
271- require Hal (RH #428452)
272
273* Wed Jan 09 2008 Till Maas <opensource till name> - 0.99.4-13
274- update README to describe the current beheaviour of pm-utils
275
276* Tue Jan 08 2008 Till Maas <opensource till name> - 0.99.4-12
277- remove ExclusiveArch, because it contains all supported archs
278  (in case an arch schould be excluded, please use ExcludeArch)
279- improve readability of usermode setup
280- remove pm-restart pm-shutdown from usermode setup, because
281  there are no such binaries
282- list more files in %%files explicit to make it obvious when
283  there are changes in the distributed package
284- add .conf suffix to oldconfig files
285
286* Tue Jan 08 2008 Till Maas <opensource till name> - 0.99.4-11
287- make it possible to specify the hibernate mode (RH #375701)
288
289* Wed Jan 02 2008 Till Maas <opensource till name> - 0.99.4-10
290- enhance hd-apm-restore and add a config file
291- fix source-definition for hd-apm-restore
292- add hook suffix for hook script
293
294* Wed Jan 02 2008 Till Maas <opensource till name> - 0.99.4-9
295- restore hd apm level (RH #382061)
296- Add hdparm requires for new hook
297
298* Mon Dec 31 2007 Till Maas <opensource till name> - 0.99.4-8
299- Add documentation to %%doc
300
301* Sun Dec 30 2007 Till Maas <opensource till name> - 0.99.4-7
302- fix some bugs (RH #302401)
303
304* Tue Nov 27 2007 Dennis Gilmore <dennis@ausil.us> - 0.99.4-6
305- add sparc archs to ExclusiveArch list
306
307* Wed Oct 10 2007 Till Maas <opensource till name> - 0.99.4-5
308- Require vbetool only for x86 archs (RH #325741)
309- add missing BR for docbook-utils
310
311* Thu Sep 20 2007 Till Maas <opensource till name> - 0.99.4-4
312- fix manpage cut and paste mistake (RH #286201)
313
314* Thu Sep 20 2007 Till Maas <opensource till name> - 0.99.4-3
315- remove unused patch (vidhooks)
316- add patch to keep logfile (RH #237840 (f7), #238068 (devel)),
317  to keep selinux context
318- simplify spec
319- restore selinux context of logfile in %%post
320- use rpmmacros more often
321
322* Tue Sep 11 2007 Till Maas <opensource till name> - 0.99.4-2
323- Require vbetool not on ppc and ppc64
324
325* Mon Sep 10 2007 Peter Jones <pjones@redhat.com> - 0.99.4-1
326- Merge new upstream
327- remove pm/power.d/laptop-tools
328- add --quirk-reset-brightness (needed for the Fujitsu Lifebook S7110)
329
330* Sat Sep 08 2007 Till Maas <opensource till name> - 0.99.3-12
331- Adjust %%files to own /etc/pm/ and /usr/lib/pm-utils/ (#233906)
332- remove (C|CXX|F)FLAGS definitions, they are already in %%configure
333- remove Core in Summary tag
334- add URL for pm-utils
335- add %%{?arm} to ExclusiveArch (#245463)
336- remove vbetool and require it (it is a separate package now)
337- remove radeontool and require it (it is a separate package now)
338- Update License Tag
339- cleanup buildrequires
340- clear %%setup
341
342* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.99.3-11
343- Install (not just build) vbetool and radeontool on x86_64 too
344- Explicitly list files under %%_sbindir, so they don't drop away again
345- Light spec cleanups
346
347* Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-10
348- License verification and update
349
350* Wed Jul 18 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-9
351- Fixed description to be distribution independant (#247366)
352
353* Thu Jun 07 2007 Peter Jones <pjones@redhat.com> - 0.99.3-8
354- Bump release and rebuild for newer buildsystem code
355
356* Tue Jun 05 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-7
357- Bump release and rebuild
358
359* Tue May 29 2007 Phil Knirsch <pknirsch@redhat.com> - 0.99.3-6
360- Fixed missing builds for vbetool and radeontool for some archs (#241469)
361- Fixed typo in functions where wrong variable was used (#241633)
362
363* Wed May 16 2007 Peter Jones <pjones@redhat.com> - 0.99.3-5
364- ... and create the directory the logfile goes in.
365
366* Wed May 16 2007 Peter Jones <pjones@redhat.com> - 0.99.3-4
367- Bump release to appease Koji.
368
369* Wed May 16 2007 Peter Jones <pjones@redhat.com> - 0.99.3-3
370- Create logfile in %%post and %%gost it.
371
372* Wed Apr 25 2007 Peter Jones <pjones@redhat.com> - 0.99.3-2
373- Get rid of bogus redirect on "vbetool post"
374- add zlib linkage for vbetool and radeontool
375
376* Mon Mar 26 2007 Peter Jones <pjones@redhat.com> - 0.99.3-1
377- update to 0.99.3
378- configure manually in the spec to avoid %%_lib as lib64
379
380* Tue Mar 13 2007 Peter Jones <pjones@redhat.com> - 0.99.2-1
381- update to 0.99.2
382
383* Fri Feb  2 2007 Peter Jones <pjones@redhat.com> - 0.99.1-1
384- Fix setsysfont hook to actually hit tty0, not the pty of the current task.
385
386* Tue Jan 30 2007 Jeremy Katz <katzj@redhat.com> - 0.19.1-6
387- build so that hooks run properly on resume; fix syntax error in
388  functions-intel (pjones)
389
390* Fri Jan 26 2007 Phil Knirsch <pknirsch@redhat.com> - 0.19.1-5
391- Fixed problem with changes in 10NetworkManager hook (#224556)
392
393* Wed Jan 24 2007 Phil Knirsch <pknirsch@redhat.com> - 0.19.1-4
394- Start/stop correct services in 10NetworkManager hook (#215253)
395- Fixed check for /sys/power/disk and /sys/power/state (#214407)
396- Added proper error messages in case /sys/power/disk or /sys/power/state are
397  missing (#215386)
398- Removed service calls and module load/unload for bluetooth hook (#213387)
399- Added hook file to restore the sysfont after resume (#215391)
400- Added the possibility to disable hibernate and suspend completely via the
401  config file (#216459)
402- Symlinked the config file to /etc/sysconfig/power-management (#216459)
403- Fixed pm-powersave permission check bug (#222819)
404- Small specfile cleanups
405
406* Sun Oct  1 2006 Peter Jones <pjones@redhat.com> - 0.19.1-3
407- Disable bluetooth suspend/reusme hook by default; the kernel modules seem
408  to support this correctly these days.
409
410* Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 0.19.1-2
411- Ignore emacs backup files in config directories (#185979)
412
413* Tue Aug  8 2006 Peter Jones <pjones@redhat.com> - 0.19.1-1
414- Hopefully fix Centrino ThinkPad suspend+resume
415- Hopefully fix Intel Mac Mini/MacBook suspend+resume
416
417* Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 0.19-3
418- doing the vbestate save/restore on intel video with the modesetting
419  intel xorg driver is broken.  so don't do it.
420
421* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.19-2
422- requier a newer version of D-Bus and rebuild
423
424* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.19-1.1
425- rebuild
426
427* Tue Jun 13 2006 Peter Jones <pjones@redhat.com> - 0.19-1
428- update from CVS
429- move pam and consolehelper stuff here.
430- move video hooks here since HAL isn't ready
431
432* Tue Apr 25 2006 Peter Jones <pjones@redhat.com> - 0.18-1
433- Make it work cross-distro
434
435* Mon Apr 17 2006 Peter Jones <pjones@redhat.com> - 0.17-1
436- add more helper functions
437- rework things that were forking an extra subshell
438- fix the suspend lock
439- work around bluetooth/usb suspend wackiness
440
441* Fri Mar 17 2006 Peter Jones <pjones@redhat.com> - 0.16-1
442- rework the difference between hibernate and suspend; get rid of PM_MODE
443- add 00clear script
444- move default_resume_kernel from "functions" to 01grub's hibernate section
445
446* Sat Mar 11 2006 Peter Jones <pjones@redhat.com> - 0.15-1
447- fix hibernate check in a way that doesn't break "sleep".
448
449* Fri Mar 10 2006 Peter Jones <pjones@redhat.com> - 0.14-1
450- fix hibernate check in /etc/pm/hooks/20video
451
452* Fri Mar 03 2006 Phil Knirsch <pknirsch@redhat.com> - 0.13-1
453- Revert last changes for ATI graphics chips as they seem to cause more
454  problems than they solved.
455
456* Wed Mar 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.12-1
457- Use vbetool post instead of vbetool dpms on for ATI cards.
458
459* Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com>
460- allow building on all x86 arches (#183175)
461
462* Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com> - 0.11-1
463- fix display on resume with nvidia graphics
464- add infrastructure to tell what pm-util is running; don't resume
465  video on return from hibernate as the BIOS has already re-initialized it
466
467* Fri Feb 24 2006 Phil Knirsch <pknirsch@redhat.com> - 0.10-1
468- Added missing pciutils-devel BuildRequires (#182566)
469- Fixed missing vbestata save/restore calls for video suspend/resume (#182167,
470  #169494)
471- Renamed hook scripts to allow local pre and post inserts (#179421)
472- Added support for blinking led lights on Thinkpad Laptops during suspend
473  (#179420)
474- Added pm-powersave script for powersaving via HAL (#169054)
475- Added symlinks for pm-shutdown and pm-restart (#165953)
476
477* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.09-1.2
478- bump again for double-long bug on ppc(64)
479
480* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.09-1.1
481- rebuilt for new gcc4.1 snapshot and glibc changes
482
483* Tue Jan 24 2006 Jeremy Katz <katzj@redhat.com> - 0.09-1
484- Remove button module on suspend
485- Set default kernel in grub to current one when hibernating
486  so that resume works
487
488* Thu Dec 22 2005 Peter Jones <pjones@redhat.com> - 0.08-1
489- Fix scripts for new pciutils
490
491* Fri Dec  9 2005 Dave Jones <davej@redhat.com>
492- Update to latest vbetool (0.5-1)
493  Now also built on x86-64 too.
494
495* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
496- rebuilt
497
498* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.07-3
499- rebuild for the new dbus
500
501* Wed Nov 30 2005 Peter Jones <pjones@redhat.com> - 0.07-2
502- restart ntpd in the background
503- switch terminals early so we don't wake the screen back up
504
505* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> - 0.06-3
506- nix that, wait for the kernel to settle down
507
508* Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 0.06-2
509- fix LRMI usage in vbetool
510
511* Thu Nov 10 2005 Peter Jones <pjones@redhat.com> - 0.06-1
512- kill acpi_video_cmd calls in functions-ati
513- fix lcd_on in functions-ati
514
515* Fri Sep 30 2005 Bill Nottingham <notting@redhat.com> - 0.05-1
516- check for presence of various tools/files before using them (#169560, #196562)
517
518* Fri Aug 12 2005 Jeremy Katz <katzj@redhat.com> - 0.04-1
519- add pm-hibernate
520
521* Tue Jul 05 2005 Bill Nottingham <notting@redhat.com> - 0.03-1
522- fix path to video functions in video hook
523
524* Mon Jul 04 2005 Bill Nottingham <notting@redhat.com> - 0.02-1
525- add a pm-suspend (#155613)
526
527* Wed Apr 13 2005 Bill Nottingham <notting@redhat.com> - 0.01-1
528- initial version - package up vbetool, radeontool, new on_ac_power
Note: See TracBrowser for help on using the repository browser.