Need to be a value and not a string in order to install the build requires with: dnf builddep pkg/rpm/odp.spec
Reported-by: Riku Voipio <[email protected]> Signed-off-by: Anders Roxell <[email protected]> Reviewed-by: Riku Voipio <[email protected]> --- pkg/rpm/odp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rpm/odp.spec b/pkg/rpm/odp.spec index eb756ce..9dc2258 100644 --- a/pkg/rpm/odp.spec +++ b/pkg/rpm/odp.spec @@ -4,7 +4,7 @@ # SPDX-License-Identifier: BSD-3-Clause Name: opendataplane -Version: Dummy that will be replaced! +Version: 1.4 Release: 1 Packager: [email protected] URL: http://opendataplane.org -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
