Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit hotkey-setup
- From: root@xxxxxxx (h_root)
- Date: Fri, 3 Nov 2006 01:15:35 +0100 (CET)
- Message-id: <20061103001535.578148442F@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hotkey-setup
checked in at Fri Nov 3 01:15:35 CET 2006.
--------
--- hotkey-setup/hotkey-setup.changes 2006-10-07 12:45:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/hotkey-setup/hotkey-setup.changes 2006-11-02 23:05:11.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 2 23:04:59 CET 2006 - dmueller@xxxxxxx
+
+- run insserv in %post
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hotkey-setup.spec ++++++
--- /var/tmp/diff_new_pack.ifmLoO/_old 2006-11-03 01:15:18.000000000 +0100
+++ /var/tmp/diff_new_pack.ifmLoO/_new 2006-11-03 01:15:18.000000000 +0100
@@ -11,17 +11,17 @@
# norootforbuild
Name: hotkey-setup
-License: GPL, X11/MIT
+License: BSD License and BSD-like, GNU General Public License (GPL) - all versions
Group: System/Boot
Summary: hotkey-setup sets up kernel keyboard mapping of laptop extra keys
Version: 0.1
-Release: 1
-Url: http://www.krename.net
+Release: 9
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2
Source1: %name.init
Source2: %name.xmodmap
Patch0: %name.diff
+PreReq: %insserv_prereq
Requires: /usr/sbin/dmidecode kbd
%description
@@ -63,6 +63,9 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%{fillup_and_insserv -fy %name}
+
%files
%defattr(-,root,root)
%doc COPYRIGHT ChangeLog README.SUSE
@@ -73,5 +76,7 @@
/usr/share/hotkey-setup
%changelog -n hotkey-setup
+* Thu Nov 02 2006 - dmueller@xxxxxxx
+- run insserv in %%post
* Sat Oct 07 2006 - dmueller@xxxxxxx
- Initial package (0.1)
++++++ hotkey-setup.init ++++++
--- hotkey-setup/hotkey-setup.init 2006-10-07 12:34:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/hotkey-setup/hotkey-setup.init 2006-11-02 22:14:31.000000000 +0100
@@ -10,7 +10,7 @@
#
### BEGIN INIT INFO
# Provides: hotkey-setup
-# Required-Start: $syslog $remote_fs
+# Required-Start: $syslog $remote_fs kbd
# Required-Stop: $syslog $remote_fs
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
@@ -18,7 +18,7 @@
# Description: This init script sets up vendor specific
# laptop keys mapping to standard Microsoft multimedia
# keyboard keycodes, which can be used by user space
-# applications to trigger actions (e.g. used by KDE).
+# applications to trigger actions.
### END INIT INFO
. /etc/rc.status
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |