diff --git a/lirc-kernel.spec b/lirc-kernel.spec index 61081f7..b0d0d44 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -2,9 +2,16 @@ # spec file for package lirc-kernel (Version 0.8.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ # @@ -18,7 +25,7 @@ License: GPL v2 or later Group: System/Kernel Summary: LIRC kernel modules Version: 0.8.3 -Release: 3 +Release: 4 Source0: lirc-%{version}.tar.bz2 Source1: Makefile.module Source2: Makefile.modsub diff --git a/lirc.changes b/lirc.changes index d6fd143..f54e67a 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 19 14:13:37 CEST 2008 - lnussel@suse.de + +- set Required-Stop in init script + ------------------------------------------------------------------- Thu Jun 26 09:03:24 CEST 2008 - lnussel@suse.de diff --git a/lirc.spec b/lirc.spec index 36625aa..81cf8d9 100644 --- a/lirc.spec +++ b/lirc.spec @@ -2,9 +2,16 @@ # spec file for package lirc (Version 0.8.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ # @@ -35,7 +42,7 @@ License: GPL v2 or later Group: Hardware/Other AutoReqProv: on Version: 0.8.3 -Release: 11 +Release: 28 PreReq: %fillup_prereq %insserv_prereq Summary: Tools for Infrared Receivers Source0: lirc-0.8.3.tar.bz2 @@ -178,6 +185,8 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf rm -rf %{buildroot} %changelog +* Tue Aug 19 2008 lnussel@suse.de +- set Required-Stop in init script * Thu Jun 26 2008 lnussel@suse.de - fix build of hw_i2cuser on 11.0+ (bnc#387587) * Wed May 07 2008 lnussel@suse.de diff --git a/rc.lirc b/rc.lirc index 179b8f5..f921e42 100644 --- a/rc.lirc +++ b/rc.lirc @@ -15,7 +15,7 @@ # Provides: lirc # Required-Start: $remote_fs # Should-Start: -# Required-Stop: +# Required-Stop: $remote_fs # Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6