mirror of
https://abf.rosa.ru/djam/i2pd.git
synced 2025-02-23 09:12:48 +00:00
2.44.0
This commit is contained in:
parent
e63fb2cc61
commit
51172aa513
2 changed files with 8 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
i2pd-2.43.0.tar.gz: 1d564d78b4a92d0042ac359d45a0b5903815d7c8
|
||||
i2pd-2.44.0.tar.gz: 07980501688bb374ee3578279324c3e986f0d231
|
||||
|
|
14
i2pd.spec
14
i2pd.spec
|
@ -2,7 +2,7 @@
|
|||
%define build_timestamp %(date +"%Y%m%d")
|
||||
|
||||
Name: i2pd
|
||||
Version: 2.43.0
|
||||
Version: 2.44.0
|
||||
Release: 1
|
||||
Summary: I2P router
|
||||
License: BSD
|
||||
|
@ -19,7 +19,7 @@ BuildRequires: systemd
|
|||
BuildRequires: cmake
|
||||
BuildRequires: miniupnpc-devel
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: openssl-devel
|
||||
#BuildRequires: pkgconfig(websocketpp)
|
||||
|
||||
#Requires(post): /sbin/chkconfig
|
||||
|
@ -37,11 +37,11 @@ This package contains the port of the I2P router to C++. Unless willing
|
|||
to test and report problems, you should install the 'i2p' package instead.
|
||||
|
||||
%package systemd
|
||||
Summary: Files to run I2P router under systemd
|
||||
Requires: i2pd
|
||||
Requires: systemd
|
||||
Requires(pre): %{_sbindir}/useradd %{_sbindir}/groupadd
|
||||
Obsoletes: %{name}-daemon
|
||||
Summary: Files to run I2P router under systemd
|
||||
Requires: i2pd
|
||||
Requires: systemd
|
||||
Requires(pre): %{_sbindir}/useradd %{_sbindir}/groupadd
|
||||
Obsoletes: %{name}-daemon
|
||||
|
||||
|
||||
%description systemd
|
||||
|
|
Loading…
Add table
Reference in a new issue