# Makefile for source rpm: ansible-collection-community-libvirt NAME := ansible-collection-community-libvirt SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ../../../common ../../../../common ; do if [ -f $$d/trunk/Makefile.common ] ; then if [ -f $$d/trunk/.svn -a -w $$/Makefile.common ] ; then cd $$d/trunk ; svn update --quiet ; fi ; echo "$$d/trunk/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) # Only want this from Fedora 35 onwards where we are using ansible-core rather than ansible FROM_DIST = fc35 include $(MAKEFILE_COMMON)