From 02781e114968e20c8b210194074cf2d242cbca42 Mon Sep 17 00:00:00 2001 From: Jan Hutar Date: Sep 03 2015 06:13:16 +0000 Subject: John Dulaney implemented weak dependencies --- diff --git a/.gitignore b/.gitignore index 6fd8e3d..f8d8529 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ rpmfluff-0.3.tar.bz2 /rpmfluff-0.4.tar.bz2 /rpmfluff-0.4.1.tar.bz2 /rpmfluff-0.4.2.tar.bz2 +/rpmfluff-0.4.3.tar.bz2 diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 8605e38..700309d 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-rpmfluff -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them License: GPLv2 @@ -28,8 +28,11 @@ such as rpm and yum. %package -n python3-rpmfluff Summary: Lightweight way of building RPMs, and sabotaging them +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3 +Requires: rpm-build %description -n python3-rpmfluff diff --git a/sources b/sources index 99230cf..7e86676 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8f4e9607128a2817262761592eb8080 rpmfluff-0.4.2.tar.bz2 +bfb3137599d517946bf2d14c1d4e849d rpmfluff-0.4.3.tar.bz2