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/python-blivet.spec b/python-blivet.spec index beea77a86b84aba1bf3ba920d6e7920332430a90..ffd23402e407d7dd3f1d98e1d4d62aeeb562c7c9 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -3,12 +3,13 @@ Name: python-blivet Version: 3.6.1 -Release: 3 +Release: 4 Epoch: 1 Summary: A python module for system storage configuration License: LGPL-2.1-or-later URL: https://storageapis.wordpress.com/projects/blivet Source0: http://github.com/storaged-project/blivet/releases/download/blivet-%{version}/blivet-%{version}.tar.gz +Source1: http://github.com/storaged-project/blivet/releases/download/blivet-%{version}/blivet-%{version}-tests.tar.gz BuildArch: noarch BuildRequires: systemd gettext python3-devel python3-setuptools @@ -86,10 +87,13 @@ python2 package for blivet %package_help %prep -%autosetup -n blivet-%{version} -p1 +%autosetup -n blivet-%{version} -b1 -p1 %build +%check +make unit-test + %if %{with enable_python2} make PYTHON=%{__python2} %endif @@ -129,6 +133,12 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README.md %changelog +*Wed Apr 12 2023 hanhuihui - 1:3.6.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add dt test + * Mon Feb 13 2023 hanhuihui - 1:3.6.1-3 - Type:bugfix - ID:NA