From 803ece8c63dbd561773f1c1b02e4a3a2a10cdcdf Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Mon, 21 May 2018 10:18:00 -0700 Subject: [PATCH] rpmlint --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7518fd9..ecc42f5 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,10 @@ rpm/deps: sudo dnf install dnf-plugins-core rpm/build: - rpmbuild -ba cointop.spec + rpmbuild -ba ~/rpmbuild/SPECS/cointop.spec + +rpm/lint: + rpmlint ~/rpmbuild/SPECS/cointop.spec copr/install: sudo dnf install copr-cli