From 9d55b9290bdf4c25b7c357c39a403ba1bb4edf84 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jul 27 2015 02:21:42 +0000 Subject: add centos_cert --- diff --git a/SPECS/centos-packager.spec b/SPECS/centos-packager.spec index cbb6868..d1139be 100644 --- a/SPECS/centos-packager.spec +++ b/SPECS/centos-packager.spec @@ -1,5 +1,5 @@ Name: centos-packager -Version: 0.1.0 +Version: 0.2.0 Release: 1%{?dist} Summary: Tools and files necessary for building CentOS packages Group: Applications/Productivity @@ -8,12 +8,13 @@ License: GPLv2+ URL: http://www.centos.org Source0: cbs-koji.conf Source1: COPYING +Source2: centos_cert Requires: koji Requires: rpm-build rpmdevtools rpmlint Requires: mock curl openssh-clients Requires: redhat-rpm-config -Requires: centpkg +Requires: python-centos BuildArch: noarch @@ -32,14 +33,21 @@ cp %{SOURCE1} . %{__install} -m 0644 %{SOURCE0} %{buildroot}/etc/koji.conf.d/cbs-koji.conf %{__mkdir_p} %{buildroot}/%{_bindir} -ln -sf %{_bindir}/koji %{buildroot}/%{_bindir}/cbs +ln -sf %{_bindir}/koji %{buildroot}%{_bindir}/cbs +%{__install} -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/centos_cert %files %defattr(-,root,root,-) %doc COPYING %config /etc/koji.conf.d/cbs-koji.conf %{_bindir}/cbs +%{_bindir}/centos_cert %changelog +* Sun Jul 26 2015 brian@bstinson.com 0.2.0-1 +- Added the centos_cert utility +- Remove the dep on centpkg +- Add a dep for python-centos + * Sun Dec 14 2014 Brian Stinson - 0.1.0-1 - initial build