OBS User unknown 2008-09-15 10:24:44 +00:00 committed by Git OBS Bridge
parent 3a2f2a65c4
commit d6234f0aab
4 changed files with 1178 additions and 6 deletions

1157
tgt-git-update Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Thu Aug 28 23:06:22 CEST 2008 - cthiel@suse.de
Mon Sep 15 08:20:24 CEST 2008 - hare@suse.de
- fix init scripts
- 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 8 15:01:22 CEST 2008 - hare@suse.de

View File

@ -6,7 +6,7 @@
# Provides: tgtd
# Required-Start: $remote_fs $network
# Should-Start:
# Required-Stop: $remote_fs $network
# Required-Stop: $remote_fs $network
# Should-Stop:
# Default-Start: 3 5
# Default-Stop:

View File

@ -21,18 +21,20 @@
Name: tgt
BuildRequires: libaio-devel openssl-devel
Obsoletes: iscsitarget
Provides: iscsitarget
Url: http://stgt.berlios.de
License: GPL v2 or later
Group: System/Daemons
PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on
Version: 20080805
Release: 4
Release: 11
Summary: Generic Linux target framework (tgt)
Source: %{name}-%{version}.tar.bz2
Source1: %{name}.init
Source2: scsi_tgt_if.h
Source3: %{name}.services
Patch1: %{name}-git-update
Patch11: %{name}-fix-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -53,6 +55,7 @@ Authors:
%prep
%setup -n %{name}-%{version}
%patch1 -p1
%patch11 -p1
cp %{S:2} usr
@ -95,8 +98,14 @@ rm -f filelist
%doc %{_mandir}/man8/*
%changelog
* Fri Aug 29 2008 cthiel@suse.de
- fix init scripts
* 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