diff --git a/targetcli-fb-2.1.58.tar.gz b/targetcli-fb-2.1.58.tar.gz deleted file mode 100644 index caeb7d7c9bf9dd1ec5876dc9b09016a45ed58142..0000000000000000000000000000000000000000 Binary files a/targetcli-fb-2.1.58.tar.gz and /dev/null differ diff --git a/targetcli-fb-3.0.0.tar.gz b/targetcli-fb-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bbfa04229ab01e8d36a0afc8dbaa5eaccf6af9a9 Binary files /dev/null and b/targetcli-fb-3.0.0.tar.gz differ diff --git a/targetcli.spec b/targetcli.spec index 41f88a95a70cb8afdcfef9cb3837828c7c36033a..3c7dbcd0a6e9a4ad73661148e477daebdec02735 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -1,7 +1,7 @@ Name: targetcli License: ASL 2.0 Summary: Generic SCSI target CLI shell -Version: 2.1.58 +Version: 3.0.0 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 @@ -21,13 +21,13 @@ Summary: Help document for the %{name} package Help document for the %{name} package. %prep -%autosetup -n targetcli-fb-%{version} -p1 +%autosetup -n targetcli-fb-%{version} %build -%py3_build +python3 setup.py build %install -%py3_install +python3 setup.py install --root=%{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/target/backup mkdir -p %{buildroot}%{_mandir}/man8/ install -m 644 targetcli*.8 %{buildroot}%{_mandir}/man8/ @@ -48,6 +48,9 @@ install -m 644 systemd/* %{buildroot}%{_unitdir}/ %{_mandir}/man8/targetcli*.8* %changelog +* Thu Jul 10 2025 openeuler_bot - 3.0.0-1 +- update targetcli to 3.0.0 + * Wed Jul 03 2024 xu_ping <707078654@qq.com> - 2.1.58-1 - Upgrade version to 2.1.58 - Fix mapping the new LUN to the node ACL. @@ -56,7 +59,7 @@ install -m 644 systemd/* %{buildroot}%{_unitdir}/ * Mon May 13 2024 yanshuai - 2.1.56-3 - fix mapping the new LUN to the node ACL -* Wed May 8 2024 yanshuai - 2.1.56-2 +* Wed May 08 2024 yanshuai - 2.1.56-2 - remove the reference to MAX_LUN * Mon Jul 24 2023 zhangchenglin - 2.1.56-1 @@ -69,4 +72,4 @@ install -m 644 systemd/* %{buildroot}%{_unitdir}/ - fix unexpected error raised when adding luns * Fri Feb 14 2020 lingsheng - 2.1.fb48-9 -- Package int +- Package int \ No newline at end of file