diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/python-linstor-1.14.0.tar.gz b/python-linstor-1.14.0.tar.gz new file mode 100644 index 0000000..dd5701b --- /dev/null +++ b/python-linstor-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21ff8a0bd8ec4116a212b281f24f919a36079be3919b9ef6a6d0b110e58234e +size 85436 diff --git a/python-linstor.spec b/python-linstor.spec new file mode 100644 index 0000000..8b09662 --- /dev/null +++ b/python-linstor.spec @@ -0,0 +1,34 @@ +Summary: Linstor python api +Name: python-linstor +Version: 1.14.0 +Release: 0 +Source0: https://www.linbit.com/downloads/linstor/%{name}-%{version}.tar.gz +License: GPLv3 +BuildArch: noarch +Vendor: LINBIT HA-Solutions GmbH +Packager: Daniel Berteaud +Url: https://www.linbit.com +BuildRequires: python3 +BuildRequires: python3-setuptools + +%description +Python linstor api interface + +%prep +%setup -n %{name}-%{version} + +%build +%{__make} PYTHON=python3 gensrc +%{py_build} + +%install +%{py_install} --single-version-externally-managed -O1 --record=INSTALLED_FILES + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f INSTALLED_FILES +%defattr(-,root,root) + +%changelog +