Compare commits

...

10 Commits

Author SHA1 Message Date
Daniel Berteaud 78331bceaf Automatic commit of package [linstor-client] minor release [1.14.0-1].
Created by command:

/usr/bin/tito tag
2022-08-14 23:54:44 +02:00
Daniel Berteaud 13fb80a554 Set BuildArch to noarch 2022-08-14 23:54:28 +02:00
Daniel Berteaud c134dc2ed2 Disable debug_package 2022-08-14 23:52:25 +02:00
Daniel Berteaud 408ec62d78 Set %files 2022-08-14 23:50:08 +02:00
Daniel Berteaud f827120b9c Wrong python macro 2022-08-14 23:47:43 +02:00
Daniel Berteaud b30767855b Debug install 2022-08-14 23:45:40 +02:00
Daniel Berteaud ffbd8f0e96 BuildReq 2022-08-14 23:37:14 +02:00
Daniel Berteaud 12ba21e644 Build 2022-08-14 23:35:02 +02:00
Daniel Berteaud 755e642658 Initial commit 2022-08-14 23:19:26 +02:00
Daniel Berteaud 63868b0a51 Initialized to use tito. 2022-08-14 23:18:44 +02:00
7 changed files with 56 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

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

3
.tito/packages/.readme Normal file
View File

@ -0,0 +1,3 @@
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

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

1
.tito/releasers.conf Symbolic link
View File

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

6
.tito/tito.props Normal file
View File

@ -0,0 +1,6 @@
[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) Normal file

Binary file not shown.

41
linstor-client.spec Normal file
View File

@ -0,0 +1,41 @@
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