mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-26 02:45:25 +02:00
rpm test - fix git build
This commit is contained in:
parent
35fedb0610
commit
b2d663dcea
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
%define build_timestamp %(date +"%Y%m%d")
|
||||
%define git_revision %(git describe --tags)
|
||||
%define git_hash %(git rev-parse HEAD | cut -c -7)
|
||||
|
||||
Name: i2pd-git
|
||||
Version: %{git_revision}
|
||||
Release: git%{?dist}
|
||||
Version: 2.18.0
|
||||
Release: %{git_hash}git%{?dist}
|
||||
Summary: I2P router written in C++
|
||||
Obsoletes: %{name}-systemd
|
||||
Conflicts: i2pd
|
||||
|
|
Loading…
Add table
Reference in a new issue