From 33e3da7ec874d5c0028d799f5a858da818f98e7d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 27 2015 03:46:34 +0000 Subject: pyrpkg Requirs python-osbs --- diff --git a/rpkg.spec b/rpkg.spec index 8443ad7..9db26c1 100644 --- a/rpkg.spec +++ b/rpkg.spec @@ -3,7 +3,7 @@ Name: rpkg Version: 1.35 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility for interacting with rpm+git packaging systems Group: Applications/System @@ -42,6 +42,7 @@ Requires: rpm-build, rpm-python Requires: rpmlint, mock, curl, openssh-clients, redhat-rpm-config Requires: python-kitchen Requires: python-hashlib +Requires: python-osbs %description -n pyrpkg A python library for managing RPM package sources in a git repository. @@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 26 2015 Dennis Gilmore - 1.35-2 +- pyrpkg Requirs python-osbs + * Tue May 26 2015 Pavol Babincak - 1.35-1 - Test for scratch opt in the actual argument of container_build_koji (pbabinca)