OBS User unknown
2007-04-24 21:27:02 +00:00
committed by Git OBS Bridge
parent c1aa4646b7
commit 92cdf06ede
3 changed files with 15 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
Name: acpid
URL: http://acpid.sourceforge.net/
Version: 1.0.4
Release: 65
Release: 68
%define acpi_version 0.09
License: GNU General Public License (GPL)
Group: System/Daemons
@@ -68,7 +68,7 @@ make EXTRA_CFLAGS="$RPM_OPT_FLAGS -DUSE_SYSLOG"
pushd acpi-%{acpi_version}
ln -sf /usr/share/automake*/install-sh install-sh
./configure
make EXTRA_CFLAGS="$RPM_OPT_FLAGS"
make CFLAGS="$RPM_OPT_FLAGS"
popd
%install
@@ -116,6 +116,11 @@ rm -f -- var/lib/acpi/*
%dir %attr(0750, root, root) /var/lib/acpi
%changelog
* Tue Apr 24 2007 - trenn@suse.de
- compile some more files with rpm_opt flags
- remove/fix:
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Start:
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Stop:
* Tue Apr 10 2007 - hmacht@suse.de
- add modules dock and bay to probed laptop modules
* Thu Mar 29 2007 - rguenther@suse.de