[tito] Update tito to 0.4.12-1

Devan Goodwin dgoodwin at fedoraproject.org
Fri Apr 26 18:58:31 UTC 2013


commit 92c9ec19ef95cb8236bf8aa1001568d53f3964b2
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri Apr 26 15:58:27 2013 -0300

    Update tito to 0.4.12-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 55 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f04185..3149420 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ tito-0.2.0.tar.gz
 /tito-0.4.9.tar.gz
 /tito-0.4.10.tar.gz
 /tito-0.4.11.tar.gz
+/tito-0.4.12.tar.gz
diff --git a/sources b/sources
index b02cbb2..3776343 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ada4f7c8fe5e1f50252f77521586727  tito-0.4.11.tar.gz
+0c2a2446112f3526c65bd8f8d4cec9f2  tito-0.4.12.tar.gz
diff --git a/tito.spec b/tito.spec
index e599ff9..d92fa52 100644
--- a/tito.spec
+++ b/tito.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: tito
-Version: 0.4.11
-Release: 2%{?dist}
+Version: 0.4.12
+Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
 Group: Development/Tools
@@ -24,6 +24,9 @@ Requires: GitPython >= 0.2.0
 Requires: fedpkg
 Requires: fedora-cert
 Requires: fedora-packager
+Requires: rpmdevtools
+Requires: rpm-python
+Requires: yum-utils
 
 %description
 Tito is a tool for managing tarballs, rpms, and builds for projects using
@@ -76,8 +79,54 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Fri Apr 26 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.12-1
+- mark build.py.props as obsolete (msuchy at redhat.com)
+- mark spacewalk.releng namespace as obsolete (msuchy at redhat.com)
+- various enhancement to man pages (msuchy at redhat.com)
+- document KojiReleaser and do not mark it as experimental any more
+  (msuchy at redhat.com)
+- document DEBUG environment variable (msuchy at redhat.com)
+- document environment variable EDITOR for tagger (msuchy at redhat.com)
+- Fix bad copy paste in releaser. (dgoodwin at redhat.com)
+- document scl option for rsync releaser (msuchy at redhat.com)
+- document RSYNC_USERNAME (msuchy at redhat.com)
+- add SCL support to RsyncReleaser (msuchy at redhat.com)
+- remove empty lines from rpm output (msuchy at redhat.com)
+- use SCL for KojiReleaser (msuchy at redhat.com)
+- move scl rpmbuild options to function and allow to build rpm using SC
+  (msuchy at redhat.com)
+- new option --scl which will allows you to build srpm for software collection
+  (msuchy at redhat.com)
+- fix the whitespace - tabs->spaces (lmeyer at redhat.com)
+- add --yes on tito release to keep from requiring input (lmeyer at redhat.com)
+- Enable tito release --test for git releasers * Store the --test flag on the
+  releaser and pass it to the builder * With --test in effect, have the builder
+  update the spec file * When the builder does so it also updates the
+  build_version to include git hash (lmeyer at redhat.com)
+- Add ability to customize rsync arguments (skane at kavi.com)
+- Fix broken extraction of bugzilla numbers from commits. (dgoodwin at redhat.com)
+- Re-add write permission fedpkg takes away. (dgoodwin at redhat.com)
+- Ensure rsync preserves timestamps and permissions (skane at kavi.com)
+- document SCRATCH environment variable (msuchy at redhat.com)
+- look for spec file in project directory (msuchy at redhat.com)
+- document NO_AUTO_INSTALL option (msuchy at redhat.com)
+- 31 - if build fails due missing dependecies, suggest to run yum-builddep
+  (msuchy at redhat.com)
+- document ONLY_TAGS variable (msuchy at redhat.com)
+- Do not create patch if there are binary files (msuchy at redhat.com)
+- Raise error if there are two spec files (msuchy at redhat.com)
+- Make increase_version _ aware and return original string upon failures
+  (skane at kavi.com)
+- merge common code from tagger and builder (msuchy at redhat.com)
+- allow tagger to get values from package config and override values in
+  global_config (msuchy at redhat.com)
+- Allow user to define which package need to be installed before tagging.
+  (msuchy at redhat.com)
+- Fixed check for existing tag (mbacovsk at redhat.com)
+- do not fail if spec does not have any source (msuchy at redhat.com)
+- Add install instructions (sean at practicalweb.co.uk)
+- NoTgzBuilder - do not guess source, get it correctly from spec file
+  (msuchy at redhat.com)
 
 * Thu Jan 17 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.11-1
 - add a --scratch option for KojiReleaser (aronparsons at gmail.com)


More information about the scm-commits mailing list