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

Revision 3404, 18.4 KB checked in by daisuke, 13 years ago (diff)

pm-utils:

  • add patch14 from ubuntu Disable SATA link power management by default, as it still causes disk errors and corruptions on many hardware.
  • add /etc/pm/config.d/suspend_modules
    • add SUSPEND_MODULES="xhci-hcd" to unload module on suspend.


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