[packagedb-cli] Update to 2.8

Pierre-YvesChibon pingou at fedoraproject.org
Fri Feb 6 09:59:08 UTC 2015


commit 1d3188249d27a8cfaac4a04628ef8ea7fc36e63c
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Feb 6 10:58:51 2015 +0100

    Update to 2.8

 .gitignore         |    1 +
 packagedb-cli.spec |   10 +++++++++-
 sources            |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a11dd1a..20a9145 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /packagedb-cli-2.6.tar.gz
 /packagedb-cli-2.6.1.tar.gz
 /packagedb-cli-2.7.tar.gz
+/packagedb-cli-2.8.tar.gz
diff --git a/packagedb-cli.spec b/packagedb-cli.spec
index 5888ed4..0df0b9e 100644
--- a/packagedb-cli.spec
+++ b/packagedb-cli.spec
@@ -1,5 +1,5 @@
 Name:           packagedb-cli
-Version:        2.7
+Version:        2.8
 Release:        1%{?dist}
 Summary:        A CLI for pkgdb
 
@@ -61,9 +61,17 @@ It also allows you to orphan and/or retire your package(s).
 %{python_sitelib}/pkgdb2client/
 %{python_sitelib}/packagedb_cli*.egg-info
 %{_bindir}/pkgdb-cli
+%{_bindir}/pkgdb-admin
 
 
 %changelog
+* Fri Feb 06 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 2.8-1
+- Update to 2.8
+- Add the new pkgdb-admin script for rel-eng to process requests made in pkgdb2
+- Drop the --test argument
+- Add the --pkgdburl, --bzurl, --fasurl and --insecure arguments allowing to
+  specify which applications to query and wether to check the SSL cert or not
+
 * Wed Jan 21 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 2.7-1
 - Update to 2.7
 - Add the `pending` action to retrieve someone's pending ACLs requests
diff --git a/sources b/sources
index d573117..986af8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a00e105b3b6b4bf9e5bad15dd1fac72  packagedb-cli-2.7.tar.gz
+f7d85e506975197a0522063c02a4fa58  packagedb-cli-2.8.tar.gz


More information about the scm-commits mailing list