Hello community, here is the log from the commit of package safte-monitor checked in at Sat Aug 30 01:35:53 CEST 2008. -------- --- safte-monitor/safte-monitor.changes 2007-08-09 22:52:43.000000000 +0200 +++ safte-monitor/safte-monitor.changes 2008-08-28 23:16:51.880603000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 28 23:14:25 CEST 2008 - cthiel@suse.de + +- fix build script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ safte-monitor.spec ++++++ --- /var/tmp/diff_new_pack.Af8376/_old 2008-08-30 01:35:17.000000000 +0200 +++ /var/tmp/diff_new_pack.Af8376/_new 2008-08-30 01:35:17.000000000 +0200 @@ -1,21 +1,29 @@ # # spec file for package safte-monitor (Version 0.0.5) # -# Copyright (c) 2007 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. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# 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/ # # norootforbuild + Name: safte-monitor Obsoletes: saftemon Summary: Linux SAF-TE SCSI enclosure monitor Version: 0.0.5 -Release: 302 -URL: http://oss.metaparadigm.com/safte-monitor/ +Release: 363 +Url: http://oss.metaparadigm.com/safte-monitor/ Source0: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}.diff Patch1: safte-monitor-fix.patch @@ -98,38 +106,40 @@ /var/log/safte-monitor %changelog -* Thu Aug 09 2007 - olh@suse.de +* Fri Aug 29 2008 cthiel@suse.de +- fix build script +* Fri Aug 10 2007 olh@suse.de - update ioctl arguments, the size arg is not sizeof() anymore -* Mon Jun 18 2007 - dmueller@suse.de +* Mon Jun 18 2007 dmueller@suse.de - fix init script dependencies -* Tue Sep 12 2006 - ro@suse.de +* Tue Sep 12 2006 ro@suse.de - fix another case of non-void function returning void -* Tue Jul 04 2006 - aj@suse.de +* Tue Jul 04 2006 aj@suse.de - Fix build. -* Sat May 27 2006 - schwab@suse.de +* Sat May 27 2006 schwab@suse.de - Use RPM_OPT_FLAGS. - Don't strip binaries. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Fri Jun 17 2005 - meissner@suse.de +* Fri Jun 17 2005 meissner@suse.de - use RPM_OPT_FLAGS, add include string.h in one place. -* Sun Jan 11 2004 - adrian@suse.de +* Sun Jan 11 2004 adrian@suse.de - build as user -* Tue Sep 02 2003 - mmj@suse.de +* Tue Sep 02 2003 mmj@suse.de - Add sysconfig metadata [#28930] -* Mon Jun 02 2003 - ro@suse.de +* Mon Jun 02 2003 ro@suse.de - correctly install alert script -* Thu Feb 20 2003 - mmj@suse.de +* Thu Feb 20 2003 mmj@suse.de - Add sysconfig metadata [#22680] - Only setup and patch in %%prep -* Fri Aug 30 2002 - garloff@suse.de +* Fri Aug 30 2002 garloff@suse.de - Add comment to SAFTEMONITOR_OPTIONS sysconfig variable (#18656) -* Mon Aug 19 2002 - garloff@suse.de +* Mon Aug 19 2002 garloff@suse.de - Add %%fillup_prereq and %%insserv_prereq (bug #17976) -* Wed Aug 07 2002 - garloff@suse.de +* Wed Aug 07 2002 garloff@suse.de - Renamed package to safte-monitor (trademark issues) - Update to version 0.0.5 -* Thu May 09 2002 - garloff@suse.de +* Thu May 09 2002 garloff@suse.de - Build package from saftemon-0.0.4 - Fix init script and sysconfig file to match SuSE conventions - Move alert script to /etc/saftemon/alert ++++++ safte-monitor-0.0.5.diff ++++++ --- /var/tmp/diff_new_pack.Af8376/_old 2008-08-30 01:35:17.000000000 +0200 +++ /var/tmp/diff_new_pack.Af8376/_new 2008-08-30 01:35:17.000000000 +0200 @@ -47,8 +47,8 @@ +### BEGIN INIT INFO +# Provides: saftemon +# Required-Start: $remote_fs -+# Required-Stop: -+# Default-Start: ++# Required-Stop: $remote_fs ++# Default-Start: 2 3 5 +# Default-Stop: 0 1 6 +# Short-Description: SAF-TE SCSI enclosure monitor +# Description: saftemon reads disk enclosure status information from \ ++++++ safte-monitor.ioctl.patch ++++++ --- /var/tmp/diff_new_pack.Af8376/_old 2008-08-30 01:35:17.000000000 +0200 +++ /var/tmp/diff_new_pack.Af8376/_new 2008-08-30 01:35:17.000000000 +0200 @@ -1,10 +1,6 @@ ---- - src/qlogic_api.h | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - ---- a/src/qlogic_api.h -+++ b/src/qlogic_api.h -@@ -81,7 +81,7 @@ typedef struct { +--- safte-monitor-0.0.5/src/qlogic_api.h ++++ safte-monitor-0.0.5/src/qlogic_api.h +@@ -81,7 +81,7 @@ #define QLMULTIPATH_MAGIC 'y' #define QL_IOCTL_QUERY /* QUERY */ \ @@ -13,7 +9,7 @@ #define QL_IOCTL_SC_QUERY_HBA_NODE 1 #define QL_IOCTL_SC_QUERY_HBA_PORT 2 -@@ -93,10 +93,10 @@ typedef struct { +@@ -93,10 +93,10 @@ #define QL_IOCTL_SC_QUERY_CHIP 8 #define QL_IOCTL_STARTIOCTL /* STARTIOCTL */ \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de