From 4a28454bb21fc429331d1568f1409d48d76d6c33 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Feb 01 2021 09:24:11 +0000 Subject: Fixed correct call for shipped koji profile Signed-off-by: Fabian Arrotin --- diff --git a/SOURCES/cbs b/SOURCES/cbs index 9c60c9d..71712b0 100644 --- a/SOURCES/cbs +++ b/SOURCES/cbs @@ -1,3 +1,3 @@ #!/bin/bash -koji --config /etc/koji.conf.d/cbs-koji.conf "$*" +koji --config /etc/koji.conf.d/cbs-koji.conf --profile cbs $* diff --git a/SPECS/centos-packager.spec b/SPECS/centos-packager.spec index 7313c95..46f6b4b 100644 --- a/SPECS/centos-packager.spec +++ b/SPECS/centos-packager.spec @@ -1,7 +1,7 @@ Name: centos-packager Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools and files necessary for building CentOS packages Group: Applications/Productivity @@ -48,6 +48,9 @@ cp %{SOURCE1} . %{_bindir}/centos-cert %changelog +* Mon Feb 1 2021 Fabian Arrotin - 0.7.0-2 +- Fixed the cbs call for correct profile + * Thu Nov 19 2020 Fabian Arrotin - 0.7.0-1 - added Requires: on fasjson-client (talking to IPA and not FAS anymore) - replaced centos-cert script with just a wrapper around fasjson-client for TLS cert