Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 66e7b213aa | |||
| ff088dd6c3 | |||
| 7b93035372 | |||
|
|
319ea4adf8 | ||
|
|
1cdd74a7c9 | ||
| 0f2b2b5774 | |||
|
|
52110482cd | ||
| 4ddd57f0bb |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:257e2c3b1cf3817393a20e308ff31ac4297efb776f8cfce675962cb449e283b1
|
||||
size 18430
|
||||
3
fnotifystat-0.02.06.tar.gz
Normal file
3
fnotifystat-0.02.06.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e5a2795da012940621e15543712f12c335aa688ec61f2153c18a38ce0c722d7
|
||||
size 20910
|
||||
@@ -1,3 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 17:12:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 0.02.06
|
||||
* code style cosmetic fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 13:19:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Supplement against bash-completion, not bash
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 12:52:02 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Drop SLE12 compat ifdef
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 13:39:39 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.02.05
|
||||
* Fix early return from loop on bad fstat
|
||||
* Add device name information with -D and -I flags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 14:08:02 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.02.04
|
||||
* Add bash completions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 09:43:09 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.02.03
|
||||
* No funcional changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 7 18:39:14 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.02.02
|
||||
* Manual: fix spelling mistakes
|
||||
* Update copyright year
|
||||
* Add travis yaml file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 17 15:36:29 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.02.01
|
||||
* Makefile: bump version
|
||||
* debian/copyright: use secure URI
|
||||
* debian/control: update dephelper to >= 11
|
||||
* debian/control: remove trailing empty line
|
||||
* debian/compat: update to 11
|
||||
* voidify unused function returns
|
||||
* Update copyright year
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 21:24:31 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- update to version 0.02.00
|
||||
* Makefile: bump version to 0.02.00
|
||||
* debian/rules: remove extraneous space on line 5
|
||||
* debian/control: update Standards-Version to 4.1.2
|
||||
* unconsitfy pointer 'metadata' to fix a build warning
|
||||
* Fix build warning, include <sys/sysmacros.h>.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 14:49:51 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
- update to version 0.01.17
|
||||
* Makefile: bump version
|
||||
* Manual: update copyright year and date
|
||||
* Add variable pid size handling.
|
||||
* Re-order declarations of mounts and mount in fnotify_event_init
|
||||
* Update copyright year to source
|
||||
|
||||
- update to version 0.01.16
|
||||
* Makefile: bump version
|
||||
* Remove extraneous declaration of ret to fix shadowing
|
||||
* constify fs1 fs2
|
||||
* Make some helper functions static
|
||||
* Makefile: add PEDANTIC flags
|
||||
|
||||
- update to version 0.01.15
|
||||
* Makefile: bump version
|
||||
* reduce scope of ptr
|
||||
* debian/control: update Standards-Version to 3.9.8
|
||||
* Update and correct copyright years
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 21:11:38 UTC 2015 - mardnh@gmx.de
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package fnotifystat
|
||||
#
|
||||
# Copyright (c) 2015, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,39 +13,51 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: fnotifystat
|
||||
Version: 0.01.14
|
||||
Version: 0.02.06
|
||||
Release: 0
|
||||
Summary: File activity monitoring tool
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Monitoring
|
||||
Url: http://kernel.ubuntu.com/~cking/fnotifystat/
|
||||
Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: https://kernel.ubuntu.com/~cking/fnotifystat/
|
||||
Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
Fnotifystat periodically dumps out the activity on files in the system. It can
|
||||
be used to identify rogue file activity and discover which processes are
|
||||
performing open/close/read/write operations on the files.
|
||||
performing open/close/read/write operations on the files.
|
||||
|
||||
%package bash-completion
|
||||
Summary: Bash Completion for %{name}
|
||||
Group: System/Benchmark
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
Supplements: (fnotifystat and bash-completion)
|
||||
BuildArch: noarch
|
||||
|
||||
%description bash-completion
|
||||
Bash completion script for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_sbindir}/fnotifystat
|
||||
%{_mandir}/man8/*
|
||||
%{_mandir}/man8/fnotifystat.8%{?ext_man}
|
||||
|
||||
%files bash-completion
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user