diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-10-25 09:35:46 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:46:24 +0200 |
commit | 65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b (patch) | |
tree | 8faeea1f66814cff724750a6c27a26578dc48bf1 /packaging | |
parent | b0bb9eb73b5e4e4a3851f629cb7d5b4f4f77c794 (diff) | |
download | git-buildpackage-65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b.tar.gz git-buildpackage-65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b.tar.bz2 git-buildpackage-65854a1b2b8ab89437ebd7a8bc98fc20bbb6e70b.zip |
packaging: Release, update changelogs
Add rpm changelog. Start providing proper changelogs for Tizen Tools
releases.
Also, make it easier to track Tizen releases:
- RPM: Add a 'Provides:' tag to the git-buildpackage-rpm subpackage in
order to be able to track Tizen releases.
- DEB: Change the package to non-native, by adding a corresponding
release number to the version field in changelog of Debian packaging.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/git-buildpackage.changes | 14 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes new file mode 100644 index 00000000..bb201bfa --- /dev/null +++ b/packaging/git-buildpackage.changes @@ -0,0 +1,14 @@ +* Thu Aug 22 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.0git20130530 +- rpm: Improve logging in case of rpmlib error +- Add clean method to GitRepository class +- Add all_remotes option in git fetch command +- Add tags option in git push command +- rpm: print a warning if importing gbp-specific librpm fails +- rpm: implement a wrapper module for rpm lib +- rpm: simplify SpecFile._parse_filtered_spec() +- Fix pylint warnings, follow Markus' sugesstion +- rpm: enhance spec parsing error messages +- GitRepository/add_files: consistently update all tracked files +- GitRepository: Add refspec option to fetch method +- GitRepository: Add all option to pull method +- GitRepository: Add force option to push method diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 7ac503f3..56e1f517 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -110,6 +110,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif +Provides: tizen-gbp-rpm = 20130822 %description rpm Set of tools from Debian that integrate the package build system with Git. |