Compare commits

..

No commits in common. "78331bceaf4db2a55b5a428812795622909b885b" and "abcb199a01f5c13300343e65b849ea04173880d3" have entirely different histories.

7 changed files with 0 additions and 56 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text

View File

@ -1,3 +0,0 @@
the .tito/packages directory contains metadata files
named after their packages. Each file has the latest tagged
version and the project's relative directory.

View File

@ -1 +0,0 @@
1.14.0-1 ./

View File

@ -1 +0,0 @@
../../tito_libs/releasers.conf

View File

@ -1,6 +0,0 @@
[buildconfig]
builder = dbd.builder.GitLfsBuilder
tagger = tito.tagger.ReleaseTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)
lib_dir = ../tito_libs

BIN
linstor-client-1.14.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,41 +0,0 @@
Name: linstor-client
Version: 1.14.0
Release: 1
Summary: Linstor SDS client utility
License: GPL-3.0-only
BuildArch: noarch
URL: https://github.com/LINBIT/linstor-client
Source: https://pkg.linbit.com//downloads/linstor/%{name}-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-setuptools
BuildRequires: python-linstor
Requires: python-linstor >= %{version}
%define __python %{__python3}
%global debug_package %{nil}
%description
User space client to ease DRBD9 resource management.
%prep
%setup -q
%build
%{python} setup.py build
%install
%{python} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README.md
%changelog
* Sun Aug 14 2022 Daniel Berteaud <dbd@ehtrace.com> 1.14.0-1
- new package built with tito