diff --git a/tgt.changes b/tgt.changes index 4f784a7..132b8d6 100644 --- a/tgt.changes +++ b/tgt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 21 11:02:59 CEST 2009 - dmueller@suse.de + +- require perl-Config-General (bnc#474129) +- add rc-symlink (bnc#474136) + ------------------------------------------------------------------- Thu Oct 9 13:53:39 CEST 2008 - hare@suse.de diff --git a/tgt.spec b/tgt.spec index 2677dc5..a61ca1f 100644 --- a/tgt.spec +++ b/tgt.spec @@ -1,7 +1,7 @@ # # spec file for package tgt (Version 0.9.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -19,16 +19,17 @@ Name: tgt -BuildRequires: libaio-devel openssl-devel +BuildRequires: libaio-devel openssl-devel perl-Config-General Obsoletes: iscsitarget Provides: iscsitarget +Requires: perl-Config-General Url: http://stgt.berlios.de License: GPL v2 or later Group: System/Daemons PreReq: %fillup_prereq %insserv_prereq AutoReqProv: on Version: 0.9.0 -Release: 1 +Release: 2 Summary: Generic Linux target framework (tgt) Source: %{name}-20080805.tar.bz2 Source1: %{name}.init @@ -76,6 +77,7 @@ cd usr cd ../scripts install -vD -m 755 tgt-admin ${RPM_BUILD_ROOT}/usr/sbin/tgt-admin install -vD -m 755 %{S:1} ${RPM_BUILD_ROOT}/etc/init.d/tgtd +ln -sf /etc/init.d/tgtd ${RPM_BUILD_ROOT}/usr/sbin/rctgtd install -vD %{S:3} ${RPM_BUILD_ROOT}/etc/sysconfig/SuSEfirewall2.d/services/iscsitarget %clean @@ -100,30 +102,3 @@ rm -f filelist %doc %{_mandir}/man8/* %changelog -* Thu Oct 09 2008 hare@suse.de -- Update to latest upstream release 0.9.0 - * tgt-admin fixes - * add null backing store - * Improve iSER scheduling - * Various small fixes -* Mon Sep 15 2008 hare@suse.de -- Include fixes from upstream: - * Add support to update targets - * tgtadm fixes - * Add PREVENT ALLOW MEDIA REMOVAL to ssc - * Add MANAGEMENT PROTOCOL IN to ssc - * Update README -- Fix rpmlint errors -* Fri Aug 08 2008 hare@suse.de -- Update to latest released version 20080805 - * Include FCP backend - * Include FCoE backend - * Bugfixes -* Thu Aug 09 2007 olh@suse.de -- remove inclusion of linux/hash.h, include it directly -* Wed Apr 04 2007 hare@suse.de -- Added service definition for SUSEFirewall2 (#251679) -* Wed Apr 04 2007 hare@suse.de -- Initial version svn r849 -- Update to latest git version -- Fixes for build on openSUSE