This commit is contained in:
parent
3a2f2a65c4
commit
d6234f0aab
1157
tgt-git-update
Normal file
1157
tgt-git-update
Normal file
File diff suppressed because it is too large
Load Diff
10
tgt.changes
10
tgt.changes
@ -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
|
Fri Aug 8 15:01:22 CEST 2008 - hare@suse.de
|
||||||
|
15
tgt.spec
15
tgt.spec
@ -21,18 +21,20 @@
|
|||||||
Name: tgt
|
Name: tgt
|
||||||
BuildRequires: libaio-devel openssl-devel
|
BuildRequires: libaio-devel openssl-devel
|
||||||
Obsoletes: iscsitarget
|
Obsoletes: iscsitarget
|
||||||
|
Provides: iscsitarget
|
||||||
Url: http://stgt.berlios.de
|
Url: http://stgt.berlios.de
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 20080805
|
Version: 20080805
|
||||||
Release: 4
|
Release: 11
|
||||||
Summary: Generic Linux target framework (tgt)
|
Summary: Generic Linux target framework (tgt)
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
Source2: scsi_tgt_if.h
|
Source2: scsi_tgt_if.h
|
||||||
Source3: %{name}.services
|
Source3: %{name}.services
|
||||||
|
Patch1: %{name}-git-update
|
||||||
Patch11: %{name}-fix-build
|
Patch11: %{name}-fix-build
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -53,6 +55,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
%patch1 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
cp %{S:2} usr
|
cp %{S:2} usr
|
||||||
|
|
||||||
@ -95,8 +98,14 @@ rm -f filelist
|
|||||||
%doc %{_mandir}/man8/*
|
%doc %{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 29 2008 cthiel@suse.de
|
* Mon Sep 15 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 08 2008 hare@suse.de
|
* Fri Aug 08 2008 hare@suse.de
|
||||||
- Update to latest released version 20080805
|
- Update to latest released version 20080805
|
||||||
* Include FCP backend
|
* Include FCP backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user