Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
Martin Styk committed May 19, 2020
1 parent c2fc5be commit 380ceb5
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rel-eng/packages/restraint
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-1 ./
0.2.1 ./
58 changes: 57 additions & 1 deletion restraint.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%endif

Name: restraint
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: Simple test harness which can be used with beaker

Expand Down Expand Up @@ -373,6 +373,62 @@ fi
%{__rm} -rf %{buildroot}

%changelog
* Tue May 19 2020 Martin Styk <[email protected]> 0.2.1-1
- Release notes for Restraint 0.2.1 Issue #58 ([email protected])
- docs: cleanup docs from all obsolete info ([email protected])
- docs: Mention Reno in Developer Guide ([email protected])
- feat: Introduce Reno for creating release notes ([email protected])
- fix: Ignore deprecated client host arguments ([email protected])
- deprecate: [:port][/ssh_port] client host arguments ([email protected])
- docs: update developer guide with latest info ([email protected])
- Revert logging in task io_callback ([email protected])
- Fix incorrect use of buffer ([email protected])
- refactor: get_recipe_url and get_taskid ([email protected])
- test: Move GLib envars out of valgrind function ([email protected])
- fix: remove default builder option from tito conf ([email protected])
- fix: correct tito behavior for tag rollback ([email protected])
- feat: allow bumping all specfiles during release ([email protected])
- fix: correct imports in tito module ([email protected])
- ci: remove Fedora 30 from Packit service ([email protected])
- build: drop support for Fedora 30 ([email protected])
- fix: Favor stdout over stderr in get_package_version ([email protected])
- test: get_package_version error message source ([email protected])
- Fix: Address comments on commands, pull 52 ([email protected])
- test: Add fedora:32 to GitHub workflows ([email protected])
- fix: Replace calls to g_error ([email protected])
- feat: Only use fd_in when there is content to pass ([email protected])
- feat: Make fd_in in restraint_fork optional ([email protected])
- refactor: restraint_fork ([email protected])
- Fix use of uninitialized fd ([email protected])
- test: process reads from stdin ([email protected])
- Fix: Revisit restraint commands ([email protected])
- Doc: Detail how to remove rhts from jobs ([email protected])
- Replace call to g_error when report signal ([email protected])
- Setup server to listen on any local address ([email protected])
- Revert logging in server_io_callback ([email protected])
- docs: Add reference for "-p, --port" option ([email protected])
- Use a fixed port for restraind service ([email protected])
- Allow to specify restraind port ([email protected])
- tests: Cover get_taskid and get_recipe_url ([email protected])
- tests: Move spawned_mock out of bin ([email protected])
- Use pgrep instead of pidof in get_restraintd_pid ([email protected])
- Revisit Release notes for sshlib removal ([email protected])
- tests: Add cmd_utils unit tests ([email protected])
- refactor: Use G_DEFINE_QUARK for errors ([email protected])
- Fix error handling on rstrnt-adjust-watchdog ([email protected])
- tests: Cover no rpm program in get_package_version ([email protected])
- tests: Add procps-ng dep for containers ([email protected])
- tests: Add cleanup for cmd tests ([email protected])
- tests: Run checks in containers ([email protected])
- tests: Add git tests to skip without git daemon ([email protected])
- docs: use check-install instead of install in jobs ([email protected])
- docs: update reference to Fedora distribution ([email protected])
- Add pidof as dependency for upstream ([email protected])
- ci: disable packit notification in pull request ([email protected])
- docs: update reservesys task location ([email protected])
- build: fix nullstrings issue during GCC10 build ([email protected])
- Fix: Improve restraint command doc & code ([email protected])

* Fri Apr 03 2020 Martin Styk <[email protected]> 0.2.0-1
- Upstream release 0.2.0:
https://restraint.readthedocs.io/en/latest/release-notes.html#restraint-0-2-0
Expand Down
2 changes: 1 addition & 1 deletion specfiles/restraint-upstream.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: restraint
Version: 0.1.45
Version: 0.2.1
Release: 1%{?dist}
Summary: Simple test harness which can be used with beaker

Expand Down

0 comments on commit 380ceb5

Please sign in to comment.