From cb845639e7388bb9aa3b5aef7dabffa3434b1ae1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mar 30 2017 13:22:06 +0000 Subject: require rpm-build not rpmbuild Signed-off-by: Dennis Gilmore --- diff --git a/atomic.spec b/atomic.spec index 51605af..58f1c51 100644 --- a/atomic.spec +++ b/atomic.spec @@ -16,7 +16,7 @@ Name: atomic Version: 1.17.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic @@ -54,7 +54,7 @@ BuildRequires: %{pypkg}-PyYAML BuildRequires: PyYAML %endif -Requires: rpmbuild +Requires: rpm-build Requires: dbus Requires: gomtree >= 0.3.1-1 Requires: polkit @@ -153,6 +153,9 @@ EOF %dir %{_sharedstatedir}/containers/%{name} %changelog +* Thu Mar 30 2017 Dennis Gilmore - 1.17.0-2 +- require rpm-build not rpmbuild + * Wed Mar 22 2017 Dan Walsh - 1.17.0-1 - System container support for rpm