From 50581fe8003413af22255fb18a63b939d8b24bce Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 22 Jun 2009 23:16:04 -0500 Subject: update spec for 0.3.4 --- fedora-packager.spec | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'fedora-packager.spec') diff --git a/fedora-packager.spec b/fedora-packager.spec index f5391f1..069149f 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -1,18 +1,18 @@ Name: fedora-packager -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment Group: Applications/Productivity License: GPLv2+ URL: https://fedorahosted.org/fedora-packager -Source0: https://fedorahosted.org/fedora-packager/attachment/wiki/WikiStart/fedora-packager-%{version}.tar.bz2 +Source0: https://fedorahosted.org/releases/f/e/fedora-packager/fedora-packager-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: koji bodhi-client Requires: rpm-build rpmdevtools rpmlint +Requires: mock cvs curl wget Requires: pyOpenSSL python-pycurl -Requires: mock curl wget cvs BuildArch: noarch @@ -41,13 +41,25 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING TODO AUTHORS ChangeLog %{_bindir}/fedora-packager-setup %{_bindir}/fedora-cvs - +%{_bindir}/fedoradev-pkgowners +%{_bindir}/fedora-cert +%{_bindir}/fedora-getsvn %changelog +* Mon Jun 22 2009 Dennis Gilmore - 0.3.4-1 +- update to 0.3.4 +- bugfix release with some new scripts + +* Mon Mar 02 2009 Dennis Gilmore - 0.3.3-1 +- update to 0.3.3 + +* Tue Feb 24 2009 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Aug 18 2008 Dennis Gilmore - 0.3.1-1 - update to 0.3.1 fedora-cvs allows anonymous checkout -- fix some Requires add cvs curl and wget +- fix some Requires add cvs curl and wget * Sun Mar 30 2008 Dennis Gilmore - 0.3.0-1 - update to 0.3.0 fedora-cvs uses pyOpenSSL to work out username @@ -61,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT - only require git-core * Mon Dec 03 2007 Dennis Gilmore - 0.1.1-1 -- fix typo in description +- fix typo in description - update to 0.1.1 fixes typo in fedora-cvs * Sun Nov 11 2007 Dennis Gilmore - 0.1-1 -- cgit