srpm:
	dnf -y install git
	make PACKAGE=sbd -f Makefile.am srpm
	cp -v *.src.rpm $(outdir)

