This commit is contained in:
parent
bfb8f008a0
commit
9d607f1e32
3
acpid-1.0.10.tar.gz
Normal file
3
acpid-1.0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22703ce0dd7305aca01bc9ac741659c32b1593f1d6fde492df7f01067a534760
|
||||||
|
size 93596
|
@ -1,17 +0,0 @@
|
|||||||
Index: b/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -21,11 +21,11 @@ acpi_listen_OBJS = $(acpi_listen_SRCS:.c
|
|
||||||
all_SRCS = $(acpid_SRCS) $(acpi_listen_SRCS)
|
|
||||||
|
|
||||||
MAN8 = acpid.8 acpi_listen.8
|
|
||||||
MAN8GZ = $(MAN8:.8=.8.gz)
|
|
||||||
|
|
||||||
-CFLAGS = -W -Wall -Werror -Wundef -Wshadow -D_GNU_SOURCE -O2 -g $(DEFS)
|
|
||||||
+CFLAGS = -W -Wall -Werror -Wundef -Wshadow -D_GNU_SOURCE -O2 -g $(DEFS) $(EXTRA_CFLAGS)
|
|
||||||
DEFS = -DVERSION="\"$(VERSION)\""
|
|
||||||
|
|
||||||
all: $(PROGS)
|
|
||||||
|
|
||||||
acpid: $(acpid_OBJS)
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d57ae5302c38c37d060a097fa51600fe06fbfffd575641d638407944f126b7b1
|
|
||||||
size 26102
|
|
@ -1,9 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 22 20:57:52 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
- update to version 1.0.10
|
||||||
|
- Add a -C (--clientmax) command line flag to set max number of
|
||||||
|
non-root socket connections.
|
||||||
|
- Set the maximum number of socket clients to 256 by default.
|
||||||
|
- Close clients that have disconnected.
|
||||||
|
- Give up and exit() if 5 accept() calls fail in a row.
|
||||||
|
- Open /dev/null O_RDWR, rather than O_RDONLY.
|
||||||
|
- this fixes bnc#491455
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 15 14:35:11 CEST 2009 - crrodriguez@suse.de
|
Wed Apr 15 14:35:11 CEST 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
- fix boot warning about /etc/modprobe.d/thinkpad_acpi
|
- fix boot warning about /etc/modprobe.d/thinkpad_acpi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 21:00:17 CET 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- renamed modprobe config to /etc/modprobe.d/50-thinkpad_acpi.conf
|
||||||
|
(required by new module-init-tools).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
Wed Feb 4 21:10:28 CET 2009 - seife@suse.de
|
Wed Feb 4 21:10:28 CET 2009 - seife@suse.de
|
||||||
|
|
||||||
- update to version 1.0.8:
|
- update to version 1.0.8:
|
||||||
|
25
acpid.spec
25
acpid.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acpid (Version 1.0.8)
|
# spec file for package acpid (Version 1.0.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Name: acpid
|
Name: acpid
|
||||||
Url: http://acpid.sourceforge.net/
|
Url: http://acpid.sourceforge.net/
|
||||||
Version: 1.0.8
|
Version: 1.0.10
|
||||||
Release: 2
|
Release: 1
|
||||||
%define acpi_version 0.09
|
%define acpi_version 0.09
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
@ -29,7 +29,6 @@ AutoReqProv: on
|
|||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
Summary: Executes Actions at ACPI Events
|
Summary: Executes Actions at ACPI Events
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Patch: %{name}-%{version}.dif
|
|
||||||
Source1: acpi-%{acpi_version}.tar.bz2
|
Source1: acpi-%{acpi_version}.tar.bz2
|
||||||
Source2: rcacpid
|
Source2: rcacpid
|
||||||
Source3: README.SuSE
|
Source3: README.SuSE
|
||||||
@ -60,14 +59,12 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -b 0 -a 1
|
%setup -b 0 -a 1
|
||||||
%patch -p1
|
|
||||||
%patch1
|
%patch1
|
||||||
pushd acpi-%{acpi_version}
|
pushd acpi-%{acpi_version}
|
||||||
popd
|
popd
|
||||||
cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:9} .
|
cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:9} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make EXTRA_CFLAGS="$RPM_OPT_FLAGS -DUSE_SYSLOG"
|
|
||||||
pushd acpi-%{acpi_version}
|
pushd acpi-%{acpi_version}
|
||||||
ln -sf /usr/share/automake*/install-sh install-sh
|
ln -sf /usr/share/automake*/install-sh install-sh
|
||||||
./configure
|
./configure
|
||||||
@ -77,7 +74,7 @@ popd
|
|||||||
%install
|
%install
|
||||||
make install INSTPREFIX=%{buildroot} SBINDIR=%{buildroot}/sbin
|
make install INSTPREFIX=%{buildroot} SBINDIR=%{buildroot}/sbin
|
||||||
install -Dm 744 rcacpid %{buildroot}/etc/init.d/acpid
|
install -Dm 744 rcacpid %{buildroot}/etc/init.d/acpid
|
||||||
install -Dm 644 thinkpad_acpi.modprobe %{buildroot}/etc/modprobe.d/thinkpad_acpi.conf
|
install -Dm 644 thinkpad_acpi.modprobe %{buildroot}/etc/modprobe.d/50-thinkpad_acpi.conf
|
||||||
install -Dm 744 thinkpad_handler %{buildroot}/usr/lib/acpid/thinkpad_handler
|
install -Dm 744 thinkpad_handler %{buildroot}/usr/lib/acpid/thinkpad_handler
|
||||||
install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button
|
install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button
|
||||||
mkdir -p %{buildroot}/usr/sbin
|
mkdir -p %{buildroot}/usr/sbin
|
||||||
@ -117,7 +114,7 @@ rm -rf %{buildroot}
|
|||||||
/etc/acpi/events/power_button
|
/etc/acpi/events/power_button
|
||||||
/usr/lib/acpid
|
/usr/lib/acpid
|
||||||
/etc/init.d/acpid
|
/etc/init.d/acpid
|
||||||
/etc/modprobe.d/thinkpad_acpi.conf
|
/etc/modprobe.d/50-thinkpad_acpi.conf
|
||||||
/usr/sbin/rcacpid
|
/usr/sbin/rcacpid
|
||||||
/sbin/acpid
|
/sbin/acpid
|
||||||
/usr/bin/acpi_listen
|
/usr/bin/acpi_listen
|
||||||
@ -129,8 +126,20 @@ rm -rf %{buildroot}
|
|||||||
%ghost %config(noreplace,missingok) %_var/log/acpid
|
%ghost %config(noreplace,missingok) %_var/log/acpid
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 22 2009 seife@suse.de
|
||||||
|
- update to version 1.0.10
|
||||||
|
- Add a -C (--clientmax) command line flag to set max number of
|
||||||
|
non-root socket connections.
|
||||||
|
- Set the maximum number of socket clients to 256 by default.
|
||||||
|
- Close clients that have disconnected.
|
||||||
|
- Give up and exit() if 5 accept() calls fail in a row.
|
||||||
|
- Open /dev/null O_RDWR, rather than O_RDONLY.
|
||||||
|
- this fixes bnc#491455
|
||||||
* Wed Apr 15 2009 crrodriguez@suse.de
|
* Wed Apr 15 2009 crrodriguez@suse.de
|
||||||
- fix boot warning about /etc/modprobe.d/thinkpad_acpi
|
- fix boot warning about /etc/modprobe.d/thinkpad_acpi
|
||||||
|
* Mon Mar 09 2009 mmarek@suse.cz
|
||||||
|
- renamed modprobe config to /etc/modprobe.d/50-thinkpad_acpi.conf
|
||||||
|
(required by new module-init-tools).
|
||||||
* Wed Feb 04 2009 seife@suse.de
|
* Wed Feb 04 2009 seife@suse.de
|
||||||
- update to version 1.0.8:
|
- update to version 1.0.8:
|
||||||
- various code cleanups, enable stricter compiler warnings
|
- various code cleanups, enable stricter compiler warnings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user