Signed-off-by: Alexander Marx alexander.marx@ipfire.org --- fastd/fastd.nm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/fastd/fastd.nm b/fastd/fastd.nm index 23563cf..80bd695 100644 --- a/fastd/fastd.nm +++ b/fastd/fastd.nm @@ -4,7 +4,7 @@ ###############################################################################
name = fastd -version = 16 +version = 17 release = 1
groups = Networking/VPN @@ -17,16 +17,18 @@ description to run on embedded devices. end
-source_dl = +source_dl = https://projects.universe-factory.net/attachments/download/81/ sources = %{thisapp}.tar.xz
build requires bison >= 2.5 cmake >= 3.0 + doxygen json-c-devel libcap-devel libsodium-devel + libuecc >= 5 libuecc-devel openssl-devel end
Hi,
a quick update on dependencies:
You added libuecc >= 5 which works, because libuecc-devel cannot be installed in an older version when libuecc >= 5 is installed. However we usually write "libuecc-devel >= 5". Just because it is shorter...
Will you send an updated patch?
Best, -Michael
On Wed, 2016-03-23 at 10:01 +0100, Alexander Marx wrote:
Signed-off-by: Alexander Marx alexander.marx@ipfire.org
fastd/fastd.nm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/fastd/fastd.nm b/fastd/fastd.nm index 23563cf..80bd695 100644 --- a/fastd/fastd.nm +++ b/fastd/fastd.nm @@ -4,7 +4,7 @@ ############################################################################# ## name = fastd -version = 16 +version = 17 release = 1 groups = Networking/VPN @@ -17,16 +17,18 @@ description to run on embedded devices. end -source_dl = +source_dl = https://projects.universe-factory.net/attachments/download/81/ sources = %{thisapp}.tar.xz build requires bison >= 2.5 cmake >= 3.0
doxygen
json-c-devel libcap-devel libsodium-devel
libuecc >= 5
libuecc-devel openssl-devel end