Add --configuration option
Fix tlog-play cleanup-path segfault Modify command-line option parsing Fix tlog-rec-session file permissions bug
This commit is contained in:
parent
a4efcc3e81
commit
dad33cceaf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/tlog-2.tar.gz
|
/tlog-2.tar.gz
|
||||||
/tlog-3.tar.gz
|
/tlog-3.tar.gz
|
||||||
/tlog-4.tar.gz
|
/tlog-4.tar.gz
|
||||||
|
/tlog-5.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tlog-4.tar.gz) = f755b48f2b0d3e71ba6458ffa81408a6eb5e9b2624b77e079b85f87b0fa9f5a27209ad1dd1a1e7b2d6cd22c46b3555d8690cc0ee5b2ad6892a4fd0e497d24750
|
SHA512 (tlog-5.tar.gz) = c250a9823217d13fda643f6574518068b87e8de144e4ffdcc114feb45fe7f5ee6d6297db0c8ed03fee2a64c0a9ca692564d71032e131d835e4b824a9b2268593
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: tlog
|
Name: tlog
|
||||||
Version: 4
|
Version: 4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Terminal I/O logger
|
Summary: Terminal I/O logger
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
|
||||||
@ -108,6 +108,12 @@ rm -r %{buildroot}/usr/include/%{name}
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 21 2018 Kirill Gliebov <kgliebov@redhat.com> - 4-5
|
||||||
|
- Add --configuration option
|
||||||
|
- Fix tlog-play cleanup-path segfault
|
||||||
|
- Modify command-line option parsing
|
||||||
|
- Fix tlog-rec-session file permissions bug
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4-4
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user