2004-09-09 02:52:44 +00:00
|
|
|
Summary: ACPI Event Daemon
|
|
|
|
Name: acpid
|
2013-02-15 14:22:26 +00:00
|
|
|
Version: 2.0.18
|
2013-02-15 15:10:38 +00:00
|
|
|
Release: 2%{?dist}
|
2008-07-14 17:11:19 +00:00
|
|
|
License: GPLv2+
|
2004-09-09 02:52:44 +00:00
|
|
|
Group: System Environment/Daemons
|
2013-02-15 15:10:38 +00:00
|
|
|
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
|
2007-11-23 13:56:05 +00:00
|
|
|
Source1: acpid.init
|
|
|
|
Source2: acpid.video.conf
|
|
|
|
Source3: acpid.power.conf
|
2008-01-23 14:04:21 +00:00
|
|
|
Source4: acpid.power.sh
|
2010-08-11 14:59:17 +00:00
|
|
|
Source5: acpid.service
|
2010-12-08 10:09:40 +00:00
|
|
|
Source6: acpid.sysconfig
|
2007-02-07 11:53:40 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 02:53:32 +00:00
|
|
|
ExclusiveArch: ia64 x86_64 %{ix86}
|
2013-02-15 14:22:26 +00:00
|
|
|
URL: http://sourceforge.net/projects/acpid2/
|
2007-02-07 11:53:40 +00:00
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/chkconfig
|
2010-08-11 14:59:17 +00:00
|
|
|
Requires: systemd-units
|
2004-09-09 02:52:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
acpid is a daemon that dispatches ACPI events to user-space programs.
|
|
|
|
|
2011-06-27 14:13:29 +00:00
|
|
|
%package sysvinit
|
|
|
|
Summary: ACPI Event Daemon
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires(preun): /sbin/service
|
|
|
|
|
|
|
|
%description sysvinit
|
|
|
|
The acpid-sysvinit contains SysV initscript.
|
2004-09-09 02:52:44 +00:00
|
|
|
|
|
|
|
%prep
|
2007-02-07 11:53:40 +00:00
|
|
|
%setup -q
|
2010-02-25 20:58:57 +00:00
|
|
|
|
2004-09-09 02:52:44 +00:00
|
|
|
|
|
|
|
%build
|
2012-03-16 10:44:43 +00:00
|
|
|
%configure
|
2007-02-07 11:53:40 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 02:52:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2013-02-15 14:22:26 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version}
|
2004-09-09 02:52:44 +00:00
|
|
|
|
2013-02-15 14:22:26 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/acpi/events
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/acpi/actions
|
|
|
|
mkdir -p %{buildroot}/lib/systemd/system
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
|
2010-12-08 10:09:40 +00:00
|
|
|
|
2013-02-15 14:22:26 +00:00
|
|
|
chmod 755 %{buildroot}%{_sysconfdir}/acpi/events
|
|
|
|
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/acpi/events/videoconf
|
|
|
|
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/acpi/events/powerconf
|
|
|
|
install -m 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/acpi/actions/power.sh
|
|
|
|
install -m 644 %{SOURCE5} %{buildroot}/lib/systemd/system
|
|
|
|
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/acpid
|
2004-09-09 02:53:36 +00:00
|
|
|
|
2013-02-15 14:22:26 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
|
|
|
|
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/acpid
|
2004-09-09 02:52:44 +00:00
|
|
|
|
|
|
|
|
2004-09-09 02:52:56 +00:00
|
|
|
%clean
|
2013-02-15 14:22:26 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 02:52:56 +00:00
|
|
|
|
|
|
|
|
2004-09-09 02:52:44 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-02-15 14:22:26 +00:00
|
|
|
%doc %{_docdir}/%{name}-%{version}
|
2010-08-11 14:59:17 +00:00
|
|
|
/lib/systemd/system/%{name}.service
|
2007-02-07 11:53:40 +00:00
|
|
|
%dir %{_sysconfdir}/acpi
|
|
|
|
%dir %{_sysconfdir}/acpi/events
|
|
|
|
%dir %{_sysconfdir}/acpi/actions
|
2010-04-02 09:16:49 +00:00
|
|
|
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/videoconf
|
|
|
|
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/powerconf
|
2008-01-23 14:04:21 +00:00
|
|
|
%config(noreplace) %attr(0755,root,root) %{_sysconfdir}/acpi/actions/power.sh
|
2010-12-08 10:09:40 +00:00
|
|
|
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/acpid
|
2007-02-07 11:53:40 +00:00
|
|
|
%{_bindir}/acpi_listen
|
|
|
|
%{_sbindir}/acpid
|
2012-03-16 10:44:43 +00:00
|
|
|
%{_sbindir}/kacpimon
|
2007-02-07 11:53:40 +00:00
|
|
|
%{_mandir}/man8/acpid.8.gz
|
|
|
|
%{_mandir}/man8/acpi_listen.8.gz
|
2012-03-16 10:44:43 +00:00
|
|
|
%{_mandir}/man8/kacpimon.8.gz
|
2004-09-09 02:52:44 +00:00
|
|
|
|
2011-06-27 14:13:29 +00:00
|
|
|
%files sysvinit
|
|
|
|
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/acpid
|
2004-09-09 02:52:44 +00:00
|
|
|
|
2010-04-02 09:16:49 +00:00
|
|
|
%pre
|
|
|
|
if [ "$1" = "2" ]; then
|
|
|
|
conflist=`ls %{_sysconfdir}/acpi/events/*.conf 2> /dev/null`
|
|
|
|
RETCODE=$?
|
|
|
|
if [ $RETCODE -eq 0 ]; then
|
|
|
|
for i in $conflist; do
|
|
|
|
rmdot=`echo $i | sed 's/.conf/conf/'`
|
|
|
|
mv $i $rmdot
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2004-09-09 02:52:44 +00:00
|
|
|
%post
|
2010-08-11 14:59:17 +00:00
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
/bin/systemctl enable %{name}.service > /dev/null 2>&1 || :
|
|
|
|
fi
|
2004-09-09 02:52:44 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ "$1" = "0" ]; then
|
2011-05-05 20:41:56 +00:00
|
|
|
/bin/systemctl disable %{name}.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop %{name}.service > /dev/null 2>&1 || :
|
2010-08-11 14:59:17 +00:00
|
|
|
|
2004-09-09 02:52:44 +00:00
|
|
|
fi
|
|
|
|
|
2004-09-09 02:53:36 +00:00
|
|
|
%postun
|
|
|
|
if [ "$1" -ge "1" ]; then
|
2010-08-11 14:59:17 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart %{name}.service > /dev/null 2>&1 || :
|
2004-09-09 02:53:36 +00:00
|
|
|
fi
|
|
|
|
|
2011-06-27 14:13:29 +00:00
|
|
|
%triggerun -- %{name} < 2.0.10-2
|
|
|
|
/sbin/chkconfig --del acpid >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
%triggerpostun -n %{name}-sysvinit -- %{name} < 2.0.10-2
|
|
|
|
/sbin/chkconfig --add acpid >/dev/null 2>&1 || :
|
|
|
|
|
2011-05-05 20:41:56 +00:00
|
|
|
|
2004-09-09 02:52:44 +00:00
|
|
|
%changelog
|
2013-02-15 15:10:38 +00:00
|
|
|
* Fri Feb 15 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.18-2
|
|
|
|
- Fixed source URL
|
|
|
|
|
2013-02-15 14:22:26 +00:00
|
|
|
* Fri Feb 15 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.18-1
|
|
|
|
- New version
|
|
|
|
- Replaced RPM_BUILD_ROOT variables by {buildroot} macros
|
|
|
|
- Updated URLs to project home page and source code
|
|
|
|
- Dropped mk patch, handled better way in the spec
|
|
|
|
|
2013-02-13 16:15:28 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-17 09:53:16 +00:00
|
|
|
* Mon Sep 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.17-1
|
|
|
|
- New version
|
|
|
|
Resolves: rhbz#857695
|
|
|
|
|
2012-07-18 15:33:20 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.16-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-09 07:38:51 +00:00
|
|
|
* Mon Jul 9 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.16-4
|
|
|
|
- Update of power.sh to be compatible with new systemd-loginctl
|
|
|
|
Resolves: rhbz#819547
|
|
|
|
|
2012-06-14 13:03:01 +00:00
|
|
|
* Thu Jun 14 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.16-3
|
|
|
|
- Silenced possible ck-list-sessions errors in power.sh
|
|
|
|
|
2012-06-14 08:50:36 +00:00
|
|
|
* Thu Jun 14 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.16-2
|
|
|
|
- Added support for systemd-loginctl list-sessions
|
|
|
|
Resolves: rhbz#819559
|
|
|
|
|
2012-03-29 15:37:13 +00:00
|
|
|
* Thu Mar 29 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.16-1
|
|
|
|
- New version
|
|
|
|
|
2012-03-16 06:26:15 +00:00
|
|
|
* Fri Mar 16 2012 Jiri Skala <jskala@redhat.com> - 2.0.15-1
|
|
|
|
- updated to latest upstream 2.0.15
|
|
|
|
|
2012-01-12 20:59:56 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2012-01-02 13:52:25 +00:00
|
|
|
* Mon Jan 02 2012 Jiri Skala <jskala@redhat.com> - 2.0.14-2
|
2012-01-02 13:51:20 +00:00
|
|
|
- fixes #722325 - xfce4-power-manager does not seem to be supported
|
|
|
|
|
2011-12-19 18:42:10 +00:00
|
|
|
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 2.0.14-1
|
|
|
|
- updated to latest upstream 2.0.14
|
|
|
|
|
2011-11-16 13:08:52 +00:00
|
|
|
* Wed Nov 16 2011 Jiri Skala <jskala@redhat.com> - 2.0.13-1
|
|
|
|
- updated to latest upstream 2.0.13
|
|
|
|
|
2011-08-16 11:02:52 +00:00
|
|
|
* Tue Aug 16 2011 Jiri Skala <jskala@redhat.com> - 2.0.12-1
|
|
|
|
- updated to latest upstream 2.0.12
|
|
|
|
|
2011-08-01 10:29:39 +00:00
|
|
|
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 2.0.11-1
|
|
|
|
- updated to latest upstream 2.0.11
|
|
|
|
|
2011-06-27 14:13:29 +00:00
|
|
|
* Mon Jun 27 2011 Jiri Skala <jskala@redhat.com> - 2.0.10-2
|
|
|
|
- fixes #716923 - move SysV initscript file into an optional subpackage
|
|
|
|
|
2011-05-18 08:19:41 +00:00
|
|
|
* Wed May 18 2011 Jiri Skala <jskala@redhat.com> - 2.0.10-1
|
|
|
|
- update to latest upstream 2.0.10
|
|
|
|
|
2011-05-06 16:03:10 +00:00
|
|
|
* Fri May 06 2011 Bill Nottingham <notting@redhat.com> - 2.0.9-4
|
|
|
|
- fix systemd scriptlets to properly handle upgrade
|
|
|
|
|
2011-05-03 07:49:59 +00:00
|
|
|
* Tue May 03 2011 Jiri Skala <jskala@redhat.com> - 2.0.9-3
|
|
|
|
- corrected relase number to be min equal to f15
|
|
|
|
|
2011-04-18 06:24:06 +00:00
|
|
|
* Mon Apr 18 2011 Jiri Skala <jskala@redhat.com> - 2.0.9-1
|
|
|
|
- update to latest upstream 2.0.9
|
|
|
|
|
2011-02-16 08:45:07 +00:00
|
|
|
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.0.8-1
|
|
|
|
- update to latest upstream 2.0.8
|
|
|
|
|
2011-02-11 06:46:06 +00:00
|
|
|
* Wed Feb 09 2011 Jiri Skala <jskala@redhat.com> - 2.0.7-3
|
|
|
|
- fixes unused varable and coparison of different var types
|
|
|
|
|
2011-02-08 00:16:31 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-08 10:09:40 +00:00
|
|
|
* Wed Dec 08 2010 Jiri Skala <jskala@redhat.com> - 2.0.7-1
|
|
|
|
- update to latest upstream
|
|
|
|
- fixes #660459 - Should be able to set options with /etc/sysconfig/acpi
|
|
|
|
|
2010-11-03 14:05:14 +00:00
|
|
|
* Wed Nov 03 2010 Jiri Skala <jskala@redhat.com> - 2.0.5-5
|
2010-11-03 14:02:39 +00:00
|
|
|
- fixes #648221 - SELinux is preventing /sbin/iwconfig access to a leaked /dev/input/event0 file descriptor
|
|
|
|
|
2010-09-29 20:54:16 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 2.0.5-4
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-13 07:21:41 +00:00
|
|
|
* Mon Sep 13 2010 Jiri Skala <jskala@redhat.com> - 2.0.5-3
|
|
|
|
- fixes #629740 - acpid doesn't fork, but systemd unit file claims otherwise
|
|
|
|
|
2010-08-11 14:59:17 +00:00
|
|
|
* Wed Aug 11 2010 Jiri Skala <jskala@redhat.com> - 2.0.5-2
|
|
|
|
- fixes #617317 - Providing native systemd file for upcoming F14 Feature Systemd
|
|
|
|
|
2010-07-13 05:51:19 +00:00
|
|
|
* Tue Jul 13 2010 Jiri Skala <jskala@redhat.com> - 2.0.5-1
|
|
|
|
- latest upstream version
|
|
|
|
- fixes #613315 kernel-2.6.35 doesn't create /proc/acpi/event
|
|
|
|
|
2010-05-05 06:43:37 +00:00
|
|
|
* Wed May 05 2010 Jiri Skala <jskala@redhat.com> - 2.0.4-1
|
|
|
|
- latest upstream version
|
|
|
|
|
2010-04-02 09:16:49 +00:00
|
|
|
* Wed Mar 17 2010 Jiri Skala <jskala@redhat.com> - 2.0.3-2
|
|
|
|
- fixes #575320 - acpid fails to load any event config files
|
2010-03-17 10:18:47 +00:00
|
|
|
|
2010-02-25 20:58:57 +00:00
|
|
|
* Thu Feb 25 2010 Jiri Skala <jskala@redhat.com> - 2.0.2-1
|
|
|
|
- latest upstream version
|
2010-02-25 21:44:18 +00:00
|
|
|
- removed spare umask
|
|
|
|
- fixes missing headers
|
2010-02-25 20:58:57 +00:00
|
|
|
|
2009-07-24 16:34:17 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-23 12:01:11 +00:00
|
|
|
* Thu Apr 23 2009 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.10-1
|
|
|
|
- Updated to version 1.0.10
|
|
|
|
|
2009-02-24 00:04:27 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-04 08:02:01 +00:00
|
|
|
* Wed Feb 04 2009 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.8-2
|
|
|
|
- power.sh works with KDE 4.* (#483417)
|
|
|
|
|
2008-11-11 14:36:30 +00:00
|
|
|
* Tue Nov 11 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.8-1
|
|
|
|
- Updated to version 1.0.8
|
|
|
|
- power.sh works with ConsoleKit >= 0.3.0 (#470752)
|
|
|
|
- Fixed conditions in power.sh, which look for power-managers (#470752)
|
|
|
|
- Added check to init script
|
|
|
|
|
2008-07-14 17:11:19 +00:00
|
|
|
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.6-8
|
|
|
|
- fix license tag
|
|
|
|
|
2008-04-17 18:58:13 +00:00
|
|
|
* Thu Apr 17 2008 Bill Nottingham <notting@redhat.com> - 1.0.6-7.fc9
|
|
|
|
- adjust start/stop priority to not conflict with HAL (#442759)
|
|
|
|
|
2008-02-14 12:04:48 +00:00
|
|
|
* Thu Feb 14 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-6.fc9
|
|
|
|
- Update of acpid-1.0.6-makefile.patch, it fix building with gcc 4.3
|
|
|
|
|
2008-01-23 14:04:21 +00:00
|
|
|
* Wed Jan 23 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-5.fc9
|
|
|
|
- Fixed managing of power button (#361501)
|
|
|
|
- Fixed power script to check for KDE power manager (#419331)
|
|
|
|
|
2007-11-23 13:56:05 +00:00
|
|
|
* Fri Nov 23 2007 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-4.fc9
|
|
|
|
- Removed old logrotate file
|
|
|
|
- Fixed socket leak (#394431)
|
|
|
|
- Fixed dumping useless info to log (#389581)
|
|
|
|
|
2007-10-23 15:53:42 +00:00
|
|
|
* Thu Oct 23 2007 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-3.fc9
|
2007-10-23 15:52:15 +00:00
|
|
|
- Silent initscript
|
2007-10-23 08:08:30 +00:00
|
|
|
- Resolves: #345611
|
|
|
|
|
2007-09-26 13:49:40 +00:00
|
|
|
* Wed Sep 26 2007 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-2.fc8
|
|
|
|
- Fixed leak of a file descriptor
|
|
|
|
- Resolves: #304761
|
|
|
|
|
2007-08-10 06:49:39 +00:00
|
|
|
* Tue Aug 07 2007 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-1.fc8
|
2007-08-10 06:47:27 +00:00
|
|
|
- Updated to version 1.0.6
|
|
|
|
|
2007-07-25 08:59:47 +00:00
|
|
|
* Wed Jul 25 2007 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.4-8.fc8
|
|
|
|
- Fixed init script to comply with LSB standard
|
|
|
|
- Resolves: #237754
|
|
|
|
|
2007-02-14 12:56:51 +00:00
|
|
|
* Wed Feb 14 2007 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-7.fc7
|
|
|
|
- Dropped /var/log/acpid ownership as per review (225237)
|
|
|
|
|
2007-02-07 11:53:40 +00:00
|
|
|
* Wed Feb 07 2007 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-6.fc7
|
|
|
|
- Tons of specfile changes due to review (#225237)
|
|
|
|
|
2006-10-10 04:34:30 +00:00
|
|
|
* Tue Oct 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-5
|
|
|
|
- Made acpid a PIE binary (#210016)
|
|
|
|
|
2006-08-24 14:16:09 +00:00
|
|
|
* Thu Aug 24 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-4
|
|
|
|
- Made a better fix for the powerdown button which checks if g-p-m is running
|
2006-08-24 14:20:55 +00:00
|
|
|
- Don't install sample.conf anymore, not needed
|
2006-08-24 14:16:09 +00:00
|
|
|
|
2006-08-10 15:27:35 +00:00
|
|
|
* Thu Aug 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-3
|
|
|
|
- Disable the automatic shutdown -h via powerdown button by default due to
|
|
|
|
conflicts with gnome-power-manager
|
|
|
|
|
2006-07-12 05:06:58 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.4-2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-03-01 15:41:27 +00:00
|
|
|
* Wed Mar 01 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-2
|
|
|
|
- Added video.conf file to turn on DPMS when opening the laptop lid. Disabled
|
|
|
|
by default.
|
|
|
|
|
2006-02-07 10:51:48 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.4-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:39:32 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-16 22:38:33 +00:00
|
|
|
* Wed Mar 16 2005 Bill Nottingham <notting@redhat.com> - 1.0.4-1
|
|
|
|
- update to 1.0.4
|
|
|
|
|
2004-09-09 02:53:36 +00:00
|
|
|
* Mon Aug 9 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.3-2
|
|
|
|
- Update to 1.0.3 (fixes #128834)
|
|
|
|
- s/Copyright/License/
|
|
|
|
- Add logrotate config file (#110677, from Michal Jaegermann)
|
|
|
|
- Don't verify contents of /var/log/acpid (#125862)
|
|
|
|
- Use $RPM_OPT_FLAGS
|
|
|
|
- Fix and cleanup acpid-1.0.1-pm1.patch
|
|
|
|
- Add condrestart to %%postun
|
|
|
|
|
2004-09-09 02:53:32 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 02:53:27 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 02:52:56 +00:00
|
|
|
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 1.0.2-5
|
|
|
|
- fix handling of sample.conf (#107160)
|
|
|
|
- mark for translations (#107459)
|
|
|
|
|
|
|
|
* Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add %%clean specfile target
|
|
|
|
|
|
|
|
* Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 1.0.2-3
|
|
|
|
- re-enable x86
|
|
|
|
- don't load the button module
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Bill Nottingham <notting@redhat.com> 1.0.2-2
|
|
|
|
- no x86 for now
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Bill Nottingham <notting@redhat.com> 1.0.2-1
|
|
|
|
- update to 1.0.2
|
|
|
|
|
2004-09-09 02:52:44 +00:00
|
|
|
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 1.0.1-4
|
|
|
|
- don't start if /proc/acpi/event isn't there
|
|
|
|
|
|
|
|
* Thu Nov 14 2002 Bill Nottingham <notting@redhat.com> 1.0.1-3
|
|
|
|
- build on more arches
|
|
|
|
|
|
|
|
* Mon Aug 26 2002 Bill Nottingham <notting@redhat.com> 1.0.1-2
|
|
|
|
- tweak default config to run shutdown -h now on a power button event
|
|
|
|
|
|
|
|
* Thu Aug 22 2002 Bill Nottingham <notting@redhat.com> 1.0.1-1
|
|
|
|
- initial build, bang on included specfile
|
|
|
|
|
|
|
|
* Fri Mar 15 2002 Tim Hockin <thockin@sun.com>
|
|
|
|
- Updated RPM spec with patch from sun for chkconfig on/off
|
|
|
|
- Add Changelog, make 'make rpm' use it.
|
|
|
|
|
|
|
|
* Wed Mar 13 2002 Tim Hockin <thockin@sun.com>
|
|
|
|
- Fixed logging bug - not appending to log (O_APPEND needed)
|
|
|
|
- Fix 'make install' to not need root access
|
|
|
|
- Fix RPM spec to not need root
|
|
|
|
|
|
|
|
* Thu Sep 6 2001 Tim Hockin <thockin@sun.com>
|
|
|
|
- 1.0.0
|
|
|
|
|
|
|
|
* Thu Aug 16 2001 Tim Hockin <thockin@sun.com>
|
|
|
|
- Added commandline options to actions
|
|
|
|
|
|
|
|
* Wed Aug 15 2001 Tim Hockin <thockin@sun.com>
|
|
|
|
- Added UNIX domain socket support
|
|
|
|
- Changed /etc/acpid.d to /etc/acpid/events
|
|
|
|
|
|
|
|
* Mon Aug 13 2001 Tim Hockin <thockin@sun.com>
|
|
|
|
- added changelog
|
|
|
|
- 0.99.1-1
|
|
|
|
|