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.spec b/targetcli.spec index 41f88a95a70cb8afdcfef9cb3837828c7c36033a..b7078c6f2735c138c4ea69a81f03528b0843477f 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -1,10 +1,10 @@ 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 +Source: https://github.com/open-iscsi/targetcli-fb/archive/refs/tags/v3.0.0.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools systemd @@ -48,6 +48,11 @@ install -m 644 systemd/* %{buildroot}%{_unitdir}/ %{_mandir}/man8/targetcli*.8* %changelog +* Fri Jun 20 2025 liudy - 3.0.0-1 +- Update version to 3.0.0 +- Add workflows for pre-commit and PyPI release +- Refactor the project for Python>=3.9, PEP-517, PEP-621; Add linting, pre-commit. + * 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. diff --git a/v3.0.0.tar.gz b/v3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bbfa04229ab01e8d36a0afc8dbaa5eaccf6af9a9 Binary files /dev/null and b/v3.0.0.tar.gz differ