Mailinglist Archive: opensuse-commit (1314 mails)

< Previous Next >
commit scsirastools for openSUSE:Factory
Hello community,

here is the log from the commit of package scsirastools for openSUSE:Factory
checked in at 2012-01-09 16:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scsirastools (Old)
and /work/SRC/openSUSE:Factory/.scsirastools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scsirastools", Maintainer is "hare@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scsirastools/scsirastools.changes
2011-09-23 12:45:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scsirastools.new/scsirastools.changes
2012-01-09 16:22:03.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Jan 9 09:24:31 UTC 2012 - aj@xxxxxxx
+
+- Do not use runlevel 4
+- Comment on download URL
+
+-------------------------------------------------------------------
+Thu Dec 1 15:58:32 UTC 2011 - coolo@xxxxxxxx
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scsirastools.spec ++++++
--- /var/tmp/diff_new_pack.FYN0eL/_old 2012-01-09 16:22:05.000000000 +0100
+++ /var/tmp/diff_new_pack.FYN0eL/_new 2012-01-09 16:22:05.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package scsirastools (Version 1.5.8)
+# spec file for package scsirastools
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,19 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-# norootforbuild


Name: scsirastools
Version: 1.5.8
-Release: 8
-License: BSD 3-Clause
+Release: 0
+License: BSD-3-Clause
Group: Hardware/Other
-#Provides:
+BuildRequires: automake
Requires: mdadm
-AutoReqProv: on
Summary: Serviceability for SCSI Disks and Arrays
-Source:
http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
+# Normally available from
http://downloads.sourceforge.net/project/scsirastools/%{name}-%{version}.tar.gz
+# But version 1.5.8 is not anymore available
+Source: %{name}/%{name}-%{version}.tar.bz2
Patch: %{name}-1.4.9-SuSE.diff
Patch2: %{name}-install
Patch3: %{name}-single-dev.diff

++++++ scsirastools-1.4.9-SuSE.diff ++++++
--- /var/tmp/diff_new_pack.FYN0eL/_old 2012-01-09 16:22:05.000000000 +0100
+++ /var/tmp/diff_new_pack.FYN0eL/_new 2012-01-09 16:22:05.000000000 +0100
@@ -2,8 +2,7 @@
===================================================================
--- scsirastools-1.5.8.orig/files/sgraid
+++ scsirastools-1.5.8/files/sgraid
-@@ -4,13 +4,15 @@
- # chkconfig: 345 94 14
+@@ -5,11 +5,13 @@
# processname: sgraidmon
# description: sgraid is used to start/stop the sgraidmon software raid1
daemon
#
@@ -11,16 +10,15 @@
+### BEGIN INIT INFO
# Provides: sgraid
# Required-Start: $local_fs
+-# Default-Start: 3 4 5
+# Required-Stop: $local_fs
- # Default-Start: 3 4 5
++# Default-Start: 3 5
# Default-Stop: 0 1 2 6
+# Short-Description: sgraidmon daemon
# Description: sgraid is used to start/stop the sgraidmon software raid1
daemon
### END INIT INFO

- if [ -f /etc/SuSE-release ]; then
-@@ -23,17 +25,18 @@ else
- osver=unknown
+@@ -24,15 +26,16 @@ else
fi

# Dont need functions any more
@@ -43,9 +41,7 @@
# Is sg module loaded?
lsmod | grep sg >/dev/null
if [ $? -ne 0 ]
- then
-@@ -43,9 +46,11 @@ case "$1" in
- rpid=`ps -ef |grep sgraidmon |grep -v grep |awk '{print $2}'`
+@@ -44,7 +47,9 @@ case "$1" in
if [ "${rpid}" != "" ]
then
echo "sgraidmon is already started"
@@ -56,9 +52,7 @@
fi
# Could probably skip the 'mdevt Save' if it was already done once.
# Get the first disk device configured in /etc/raidtab via getmd
- if [ -d /dev/scsi/host0 ]
-@@ -61,21 +66,34 @@ case "$1" in
- # Active, so save its partition configuration
+@@ -62,20 +67,33 @@ case "$1" in
mdevt Save /dev/$rdev
fi
sgraidmon -b
@@ -97,8 +91,7 @@
===================================================================
--- scsirastools-1.5.8.orig/files/sgdisk
+++ scsirastools-1.5.8/files/sgdisk
-@@ -4,13 +4,15 @@
- # chkconfig: 345 94 14
+@@ -5,11 +5,13 @@
# processname: sgdiskmon
# description: sgdisk is used to start/stop the sgdiskmon software raid1
daemon
#
@@ -106,16 +99,15 @@
+### BEGIN INIT INFO
# Provides: sgdisk
# Required-Start: $local_fs
+-# Default-Start: 3 4 5
+# Required-Stop: $local_fs
- # Default-Start: 3 4 5
++# Default-Start: 3 5
# Default-Stop: 0 1 2 6
+# Short-Description: sgdiskmon daemon
# Description: sgdisk is used to start/stop the sgdiskmon software raid1
daemon
### END INIT INFO

- if [ -f /etc/SuSE-release ]; then
-@@ -23,17 +25,18 @@ else
- osver=unknown
+@@ -24,15 +26,16 @@ else
fi

# Dont need functions any more
@@ -136,9 +128,7 @@
# Is sg module loaded?
lsmod | grep sg >/dev/null
if [ $? -ne 0 ]
- then
-@@ -43,24 +46,40 @@ case "$1" in
- rpid=`ps -ef |grep sgdiskmon |grep -v grep |awk '{print $2}'`
+@@ -44,18 +47,34 @@ case "$1" in
if [ "${rpid}" != "" ]
then
echo "sgdiskmon is already started"
@@ -174,7 +164,7 @@
;;
*)
echo "Usage: $0 start|stop"
- exit 1
+@@ -63,4 +82,4 @@ case "$1" in
;;
esac

@@ -184,8 +174,7 @@
===================================================================
--- scsirastools-1.5.8.orig/doc/Makefile.am
+++ scsirastools-1.5.8/doc/Makefile.am
-@@ -12,10 +12,12 @@ exe_prefix =
-
+@@ -13,8 +13,10 @@ exe_prefix =
datadir = ${prefix}/share
mandir = ${prefix}/share/man
sysconfdir = ${exe_prefix}/etc
@@ -196,9 +185,7 @@

sbin_PROGRAMS =

- all:
-@@ -33,10 +35,11 @@ install:
- ${INSTALL_DATA_CMD} $(fromd)/sgmode.8 ${DESTDIR}${mandir}/man8
+@@ -34,9 +36,10 @@ install:
${INSTALL_DATA_CMD} $(fromd)/sgraidmon.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA_CMD} $(fromd)/sgdiskmon.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA_CMD} $(fromd)/sgsafte.8 ${DESTDIR}${mandir}/man8
@@ -217,11 +204,10 @@
===================================================================
--- scsirastools-1.5.8.orig/Makefile.am
+++ scsirastools-1.5.8/Makefile.am
-@@ -1,6 +1,6 @@
+@@ -1,5 +1,5 @@

-SUBDIRS = mdadm.d src files doc
-+SUBDIRS = src files doc
++SUBDIRS = src files doc
PKGDIR = /usr/src/redhat
SOURCEDIR = $(PKGDIR)/SOURCES
BUILDDIR = $(PKGDIR)/BUILD
- RSPEC = doc/$(PACKAGE).spec

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages