diff --git a/blivet-3.4.3-tests.tar.gz b/blivet-3.4.3-tests.tar.gz deleted file mode 100644 index 4b0eed3dd5fedb71e0ac5c3e5ebdec4408e41695..0000000000000000000000000000000000000000 Binary files a/blivet-3.4.3-tests.tar.gz and /dev/null differ diff --git a/blivet-3.4.3.tar.gz b/blivet-3.4.3.tar.gz deleted file mode 100644 index 2eb10bafb26bcdfe4dde9939d8625c934d6e4ac6..0000000000000000000000000000000000000000 Binary files a/blivet-3.4.3.tar.gz and /dev/null differ diff --git a/blivet-3.6.1-tests.tar.gz b/blivet-3.6.1-tests.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b5ce82f993cb6518886e49219201963c3ad6a2eb Binary files /dev/null and b/blivet-3.6.1-tests.tar.gz differ diff --git a/blivet-3.6.1.tar.gz b/blivet-3.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..92d685ac53befb6ae7746a4b98fede2b49913dee Binary files /dev/null and b/blivet-3.6.1.tar.gz differ diff --git a/python-blivet.spec b/python-blivet.spec index a70251c0f006b6f82ce6a95d317a7134c4979c88..c114b9c65dd81e6507e61d77aa02642ab816f3e8 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,16 +1,16 @@ -%define anolis_release 3 +%define anolis_release 1 Summary: A python module for system storage configuration Name: python-blivet Url: https://storageapis.wordpress.com/projects/blivet -Version: 3.4.3 +Version: 3.6.1 Release: %{anolis_release}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet %global realversion %{version} -Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz -Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz +Source0: https://github.com/storaged-project/%{realname}/releases/download/%{realname}-%{realversion}/%{realname}-%{realversion}.tar.gz +Source1: https://github.com/storaged-project/%{realname}/releases/download/%{realname}-%{realversion}/%{realname}-%{realversion}-tests.tar.gz # Add by Anolis-23 Patch1001: 1001-remove-mpath-plugin.patch @@ -124,6 +124,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %doc README.md ChangeLog examples %changelog +* Fri Dec 30 2022 mgb01105731 - 3.6.1-1 +- update to version 3.6.1 + * Mon Nov 07 2022 mgb01105731 - 3.4.3-3 - Remove btrfs plugin - Bump version to rebuild