forked from pool/python-pytest-check
Update to version 2.6.0 #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "mgrossu/python-pytest-check:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -42,1 +45,4 @@# Only include this patch for 15.6 and 16.0 builds%if 0%{?sle_version} == 150600 || 0%{?sle_version} == 160000%autosetup -p1 -n pytest_check-%{version}you can still use
%patch -P0 -p1and not setup the whole thing againWe use
%setuphere not%autosetup, so it should be probably a good place to use%autopatch.Modified the spec file to use
%autopatchok