Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
FrostyX committed Jan 24, 2021
1 parent 9c48e5d commit 97a2c48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rel-eng/packages/tracer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.4-1 ./
0.7.5-1 ./
7 changes: 6 additions & 1 deletion tracer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%endif

Name: tracer
Version: 0.7.4
Version: 0.7.5
Release: 1%{?dist}
Summary: Finds outdated running applications in your system

Expand Down Expand Up @@ -197,6 +197,11 @@ make DESTDIR=%{buildroot}%{_datadir} mo


%changelog
* Sun Jan 24 2021 Jakub Kadlcik <[email protected]> 0.7.5-1
- Depend on python3-six instead of python3-future ([email protected])
- Drop beautifulsoup4 in favor of built-in xml.dom ([email protected])
- Drop nosetests dependency, use pytest instead ([email protected])

* Mon Jun 08 2020 Jakub Kadlcik <[email protected]> 0.7.4-1
- Fix list index out of range for ssh process names ([email protected])
- When there is no helper, it doesn't contain anything ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion tracer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# 02110-1301, USA.
#

__version__ = '0.7.4'
__version__ = '0.7.5'
__release__ = '1'

0 comments on commit 97a2c48

Please sign in to comment.