From a428cbc28e2b39b7559d2ffc7bc4aff67670a66d Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Sep 04 2017 01:14:06 +0000 Subject: Fix fedpkg N-V-R dependency in fedpkg-stage subpackage --- diff --git a/fedpkg.spec b/fedpkg.spec index c92579a..2602855 100644 --- a/fedpkg.spec +++ b/fedpkg.spec @@ -8,7 +8,7 @@ Name: fedpkg Version: 1.29 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fedora utility for working with dist-git Group: Applications/System @@ -48,7 +48,7 @@ Provides the fedpkg command for working with dist-git %package -n fedpkg-stage Summary: Fedora utility for working with dist-git Group: Applications/System -Requires: %{name} = %{version}.%{release} +Requires: %{name} = %{version}-%{release} %description -n fedpkg-stage Provides the fedpkg command for working with dist-git @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 04 2017 Chenxiong Qi - 1.29-4 +- Fix fedpkg N-V-R dependency in fedpkg-stage subpackage + * Fri Sep 01 2017 Chenxiong Qi - 1.29-3 - Fix: work properly with koji prod and stg profile