forked from pool/sanlock
- Update to sanlock 3.8.0
- Add support for python 3
- Add support for 4k sector size
- More API test coverage
- Misc bug fixes and improvements
- Dropped patches:
revert-5d535c0d-py2.patch, sanlock-python3.patch
OBS-URL: https://build.opensuse.org/request/show/710440
OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=53
14 lines
349 B
Diff
14 lines
349 B
Diff
Index: python/Makefile
|
|
===================================================================
|
|
--- python/Makefile.orig
|
|
+++ python/Makefile
|
|
@@ -10,7 +10,7 @@ all:
|
|
$(PYTHON) setup.py build $(BUILDARGS)
|
|
|
|
install:
|
|
- $(PYTHON) setup.py install --root=$(DESTDIR)
|
|
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
|
|
|
|
clean:
|
|
rm -rf build
|