Skip to content

Commit

Permalink
Automatic commit of package [pdc-client] minor release [1.8.0-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --keep-version
  • Loading branch information
chcao55 committed Nov 23, 2017
1 parent ae7a04f commit 02bc2c1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/pdc-client
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0-3 ./
1.8.0-1 ./
26 changes: 24 additions & 2 deletions pdc-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
%global plugin_install_path %{_datadir}/pdc-client/plugins

Name: pdc-client
Version: 1.7.0
Release: 3%{?dist}
Version: 1.8.0
Release: 1%{?dist}
Summary: Console client for interacting with Product Definition Center
Group: Development/Libraries
License: MIT
Expand Down Expand Up @@ -231,6 +231,28 @@ EOF


%changelog
* Wed Nov 22 2017 Chuang Cao <chcao@redhat.com> 1.8.0-1
- Add PDCClient tests and fix the discovered bugs (lholecek@redhat.com)
- Add comments for rpm requirements (chcao@redhat.com)
- Get the endpoint as attr which includes "-" (chcao@redhat.com)
- Fix wrapping BeanBag methods and operators (lholecek@redhat.com)
- Fix bug of Multipaged (chcao@redhat.com)
- Add MultiPageBeanBag class to support get multi pages (chcao@redhat.com)
- Add the close function when load plugins (chcao@redhat.com)
- Correct the flake8 issues (chcao@redhat.com)
- Change the docstrings and fix issues (chcao@redhat.com)
- Remove duplicate code (lholecek@redhat.com)
- Update documentation (lholecek@redhat.com)
- Add documentation link to README file (lholecek@redhat.com)
- Add discription of page_size=-1 in help doc (chcao@redhat.com)
- Fix printing errors and exit code for pdc_client (lholecek@redhat.com)
- Add smoke-test for all executables (lholecek@redhat.com)
- Fix running tests when building rpm (lholecek@redhat.com)
- Override plugin paths with PDC_CLIENT_PLUGIN_PATH (lholecek@redhat.com)
- Improve installing plugins (lholecek@redhat.com)
- Revert removing comments from downstream (lholecek@redhat.com)
- Add the page argument on pdc (chcao@redhat.com)

* Fri Sep 08 2017 Lukas Holecek <lholecek@redhat.com> 1.7.0-3
- Fix printing help for missing sub-commands (lholecek@redhat.com)
- Fix "pdc_client --version" (lholecek@redhat.com)
Expand Down

0 comments on commit 02bc2c1

Please sign in to comment.