Merge pull request #2259 from 5nefarious/bugfix/fedora-43
Some checks are pending
Build Debian packages / bookworm (push) Waiting to run
Build Debian packages / bullseye (push) Waiting to run
Build Debian packages / trixie (push) Waiting to run

Fix missing group and user dependencies
This commit is contained in:
orignal 2025-11-11 19:54:53 -05:00 committed by GitHub
commit 92e3d29f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,9 @@ License: BSD
URL: https://github.com/PurpleI2P/i2pd
Source0: https://github.com/PurpleI2P/i2pd/archive/openssl/i2pd-openssl.tar.gz
Provides: group(i2pd) = %{version}-%{release}
Provides: user(i2pd) = %{version}-%{release}
BuildRequires: cmake
BuildRequires: chrpath

View file

@ -8,6 +8,9 @@ License: BSD
URL: https://github.com/PurpleI2P/i2pd
Source0: https://github.com/PurpleI2P/i2pd/archive/%{version}/%name-%version.tar.gz
Provides: group(i2pd) = %{version}-%{release}
Provides: user(i2pd) = %{version}-%{release}
BuildRequires: cmake
BuildRequires: chrpath