# Update yum repository by 
# Oleg Cherniy 2012
update:
	createrepo --update -q -p x86_64
#	createrepo --update -q -p i386
	createrepo --update -q -p SRPMS

