rel-eng/packages/tito | 2 +- spec-tree/tito/tito.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-)
New commits: commit 3fd9bc1f4e8ca8965ccec301986b2221958a091c Author: Michael Mraka michael.mraka@redhat.com Date: Mon Dec 16 11:10:27 2013 +0100
Automatic commit of package [tito] minor release [0.4.18-1.3].
diff --git a/rel-eng/packages/tito b/rel-eng/packages/tito index 0c5dfd4..b7ceac7 100644 --- a/rel-eng/packages/tito +++ b/rel-eng/packages/tito @@ -1 +1 @@ -0.4.18-1.2 spec-tree/tito/ +0.4.18-1.3 spec-tree/tito/ diff --git a/spec-tree/tito/tito.spec b/spec-tree/tito/tito.spec index aac2f8d..ccabd9a 100644 --- a/spec-tree/tito/tito.spec +++ b/spec-tree/tito/tito.spec @@ -2,7 +2,7 @@
Name: tito Version: 0.4.18 -Release: 1.2%{?dist} +Release: 1.3%{?dist} Summary: A tool for managing rpm based git projects
Group: Development/Tools @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Mon Dec 16 2013 Michael Mraka michael.mraka@redhat.com 0.4.18-1.3 +- fixed building third party packages + * Thu Nov 28 2013 Michael Mraka michael.mraka@redhat.com 0.4.18-1.2 - support for local releaser.conf overwrite
commit bc37bb61cc69aa6263fbb053b5acb6d14cdb7030 Author: Michael Mraka michael.mraka@redhat.com Date: Mon Dec 16 10:52:08 2013 +0100
fixed building third party packages
diff --git a/spec-tree/tito/tito.spec b/spec-tree/tito/tito.spec index 1c7bf28..aac2f8d 100644 --- a/spec-tree/tito/tito.spec +++ b/spec-tree/tito/tito.spec @@ -10,6 +10,7 @@ License: GPLv2 URL: http://rm-rf.ca/tito Source0: http://rm-rf.ca/files/tito/tito-%%7Bversion%7D.tar.gz Patch0: 0001-support-local-releasers.conf-overwrite.patch +Patch1: 0001-fixed-building-third-party-packages.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch @@ -36,6 +37,7 @@ git. %prep %setup -q -n tito-%{version} %patch0 -p1 +%patch1 -p1
%build %{__python} setup.py build
spacewalk-commits@lists.fedorahosted.org