mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-14 05:20:10 +00:00
Merge pull request #2259 from 5nefarious/bugfix/fedora-43
Fix missing group and user dependencies
This commit is contained in:
commit
92e3d29f22
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue