From c8ff2ad0b312c450fbcb5536cd8093410a2ede61 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 28 2017 14:46:47 +0000 Subject: [PATCH 1/2] ignore coverage erase failure in make clean target --- diff --git a/Makefile b/Makefile index 1a82c6c..59a6345 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ clean: rm -f *.o *.so *.pyc *~ koji*.bz2 koji*.src.rpm rm -rf koji-$(VERSION) for d in $(SUBDIRS); do make -s -C $$d clean; done - coverage erase + coverage erase ||: git-clean: @git clean -d -q -x From 672f9adfd58a8c87fee4ec2b594227ef812c2326 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 28 2017 14:47:37 +0000 Subject: [PATCH 2/2] BuildRequires: python2-devel -> python-devel --- diff --git a/koji.spec b/koji.spec index c80ddd4..fff4dfe 100644 --- a/koji.spec +++ b/koji.spec @@ -62,7 +62,7 @@ contains shared libraries and the command-line interface. %package -n python2-%{name} Summary: Build system tools python library %{?python_provide:%python_provide python2-%{name}} -BuildRequires: python2-devel +BuildRequires: python-devel Requires: python-krbV >= 1.0.13 Requires: rpm-python Requires: pyOpenSSL