122 Star 0 Fork 15

src-openEuler/targetcli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
targetcli.spec 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2024-07-03 11:22 . Upgrade version to 2.1.58
Name: targetcli
License: ASL 2.0
Summary: Generic SCSI target CLI shell
Version: 2.1.58
Release: 1
URL: https://github.com/open-iscsi/targetcli-fb
Source: https://github.com/open-iscsi/targetcli-fb/archive/v%{version}/targetcli-fb-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools systemd
Requires: python3-rtslib target-restore python3-configshell python3-six python3-dbus python3-gobject-base
%description
Targetcli is an administration tool for managing storage targets
using the kernel LIO core target and compatible target fabric modules.
%package help
Summary: Help document for the %{name} package
%description help
Help document for the %{name} package.
%prep
%autosetup -n targetcli-fb-%{version} -p1
%build
%py3_build
%install
%py3_install
mkdir -p %{buildroot}%{_sysconfdir}/target/backup
mkdir -p %{buildroot}%{_mandir}/man8/
install -m 644 targetcli*.8 %{buildroot}%{_mandir}/man8/
mkdir -p %{buildroot}%{_unitdir}/
install -m 644 systemd/* %{buildroot}%{_unitdir}/
%files
%doc README.md
%license COPYING
%{python3_sitelib}/targetcli*
%{_bindir}/targetcli
%{_bindir}/targetclid
%{_unitdir}/*
%dir %{_sysconfdir}/target
%dir %{_sysconfdir}/target/backup
%files help
%{_mandir}/man8/targetcli*.8*
%changelog
* Wed Jul 03 2024 xu_ping <[email protected]> - 2.1.58-1
- Upgrade version to 2.1.58
- Fix mapping the new LUN to the node ACL.
- remove the reference to MAX_LUN.
* Mon May 13 2024 yanshuai <[email protected]> - 2.1.56-3
- fix mapping the new LUN to the node ACL
* Wed May 8 2024 yanshuai <[email protected]> - 2.1.56-2
- remove the reference to MAX_LUN
* Mon Jul 24 2023 zhangchenglin <[email protected]> - 2.1.56-1
- upgrade version to 2.1.56
* Wed Dec 29 2021 wulei <[email protected]> - 2.1.54-1
- Package update
* Wed Jul 15 2020 wangyue <[email protected]> - 2.1.fb48-10
- fix unexpected error raised when adding luns
* Fri Feb 14 2020 lingsheng <[email protected]> - 2.1.fb48-9
- Package int
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/targetcli.git
[email protected]:src-openeuler/targetcli.git
src-openeuler
targetcli
targetcli
master

搜索帮助