aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5d6fb08..839878ae 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ srpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
cp -f $(NAME).spec $(RPM)/SPECS/
rm -f ../$(NAME)-$(VERSION).tar.bz2
- rpm -bs $(NAME).spec
+ rpm -bs $(NAME).spec --nodeps
rpm: srpm
rpm -bb --clean --rmsource $(NAME).spec