Skip to content

Commit

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

/usr/bin/tito tag --use-version 1.0
  • Loading branch information
FrostyX committed Sep 14, 2023
1 parent fcfb069 commit 0d91c18
Show file tree
Hide file tree
Showing 3 changed files with 21 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.11-1 ./
1.0-1 ./
20 changes: 19 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.11
Version: 1.0
Release: 1%{?dist}
Summary: Finds outdated running applications in your system

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


%changelog
* Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
- Fix querying RPM files on EPEL7 (frostyx@email.cz)
- Use backported lru_cache on EPEL7 (frostyx@email.cz)
- Don't hang forever when executed via SSH (frostyx@email.cz)
- Don't check if package is installed before listing its files
(frostyx@email.cz)
- Replace regexes where they are not needed (frostyx@email.cz)
- Query all packages at once, its faster than one by one (frostyx@email.cz)
- Cache some properties for a massive performance boost (frostyx@email.cz)
- Refactor unnecessary condition (frostyx@email.cz)
- Fix weird indentation (frostyx@email.cz)
- Pass the whole application to the provided_by function, not just its name
(frostyx@email.cz)
- Stop using deprecated rpm.fi (frostyx@email.cz)
- Attempt to fix readthedocs deprecation error (frostyx@email.cz)
- More reliable check if /usr/lib/sysimage/dnf/ database should be used
(frostyx@email.cz)

* Sun Jun 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.11-1
- Rather create a /run/reboot-required not /var/run/reboot-required
(frostyx@email.cz)
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.11'
__version__ = '1.0'
__release__ = '1'

0 comments on commit 0d91c18

Please sign in to comment.