Accepting request 682288 from home:elimat:branches:Base:System
- Update to version 2.0.31 * Add events for keyboard illumination up/down * kacpimon: Bump connection limit to 100 - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/682288 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=92
This commit is contained in:
parent
c04d647ee8
commit
53ec0c07b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28b77b62d3f64ebd1c2a3d16bccc6d4333b4e24a86aeacebec255fad223cf4cb
|
||||
size 155528
|
3
acpid-2.0.31.tar.xz
Normal file
3
acpid-2.0.31.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc9dc669ed85d9a1739aa76915e0667c6697c5431160f8dfb253046c6a072cc3
|
||||
size 155620
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 21:22:04 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Update to version 2.0.31
|
||||
* Add events for keyboard illumination up/down
|
||||
* kacpimon: Bump connection limit to 100
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 28 10:53:21 UTC 2018 - egotthold@suse.com
|
||||
|
||||
|
15
acpid.spec
15
acpid.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package acpid
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,17 +12,17 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: acpid
|
||||
Version: 2.0.30
|
||||
Version: 2.0.31
|
||||
Release: 0
|
||||
Summary: Daemon to execute actions on ACPI events
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Daemons
|
||||
Url: http://sourceforge.net/projects/acpid2/
|
||||
URL: http://sourceforge.net/projects/acpid2/
|
||||
Source: http://downloads.sourceforge.net/project/acpid2/%{name}-%{version}.tar.xz
|
||||
Source3: README.SUSE
|
||||
Source5: events.power_button
|
||||
@ -84,7 +84,6 @@ touch %{buildroot}%{_localstatedir}/log/acpid
|
||||
%service_del_preun acpid.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/acpi
|
||||
%dir %{_sysconfdir}/acpi/events
|
||||
%{_sysconfdir}/acpi/events/thinkpad
|
||||
@ -95,9 +94,9 @@ touch %{buildroot}%{_localstatedir}/log/acpid
|
||||
%{_sbindir}/kacpimon
|
||||
%{_bindir}/acpi_listen
|
||||
%doc README.SUSE README Changelog examples
|
||||
%{_mandir}/man8/acpid.8.gz
|
||||
%{_mandir}/man8/acpi_listen.8.gz
|
||||
%{_mandir}/man8/kacpimon.8.gz
|
||||
%{_mandir}/man8/acpid.8%{?ext_man}
|
||||
%{_mandir}/man8/acpi_listen.8%{?ext_man}
|
||||
%{_mandir}/man8/kacpimon.8%{?ext_man}
|
||||
%ghost %config(noreplace,missingok) %{_localstatedir}/log/acpid
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user