Skip to content

Commit b0dbaa0

Browse files
committed
Automatic commit of package [tracer] release [1.1-1].
Created by command: /usr/bin/tito tag
1 parent 8c759f6 commit b0dbaa0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

rel-eng/packages/tracer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0-1 ./
1+
1.1-1 ./

tracer.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%endif
1818

1919
Name: tracer
20-
Version: 1.0
20+
Version: 1.1
2121
Release: 1%{?dist}
2222
Summary: Finds outdated running applications in your system
2323

@@ -199,6 +199,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
199199

200200

201201
%changelog
202+
* Thu Oct 05 2023 Jakub Kadlcik <frostyx@email.cz> 1.1-1
203+
- Fix parameters for specifying the target user (frostyx@email.cz)
204+
202205
* Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
203206
- Fix querying RPM files on EPEL7 (frostyx@email.cz)
204207
- Use backported lru_cache on EPEL7 (frostyx@email.cz)

tracer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# 02110-1301, USA.
1818
#
1919

20-
__version__ = '1.0'
20+
__version__ = '1.1'
2121
__release__ = '1'

0 commit comments

Comments
 (0)