Compare commits

8 Commits

Author SHA256 Message Date
66e7b213aa Accepting request 827071 from home:dirkmueller:branches:server:monitoring
- update to 0.02.06
  * code style cosmetic fixes

OBS-URL: https://build.opensuse.org/request/show/827071
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=15
2020-08-22 09:15:49 +00:00
ff088dd6c3 Accepting request 782682 from home:mnhauke
- Supplement against bash-completion, not bash

OBS-URL: https://build.opensuse.org/request/show/782682
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=13
2020-03-08 13:26:19 +00:00
7b93035372 Accepting request 782665 from home:mnhauke
- Drop SLE12 compat ifdef

OBS-URL: https://build.opensuse.org/request/show/782665
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=12
2020-03-08 12:56:53 +00:00
Lars Vogdt
319ea4adf8 Accepting request 779930 from home:mnhauke
- Update to version 0.02.05
  * Fix early return from loop on bad fstat
  * Add device name information with -D and -I flags

OBS-URL: https://build.opensuse.org/request/show/779930
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=11
2020-02-27 21:12:24 +00:00
Lars Vogdt
1cdd74a7c9 Accepting request 779453 from home:mnhauke
- Update to version 0.02.04
  * Add bash completions

- Update to version 0.02.03
  * No funcional changes

- Update to version 0.02.02
  * Manual: fix spelling mistakes
  * Update copyright year
  * Add travis yaml file

OBS-URL: https://build.opensuse.org/request/show/779453
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=10
2020-02-26 23:08:40 +00:00
0f2b2b5774 Accepting request 617313 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/617313
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=8
2018-07-11 08:48:05 +00:00
Lars Vogdt
52110482cd Accepting request 562047 from home:mnhauke
- 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>.

OBS-URL: https://build.opensuse.org/request/show/562047
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=6
2018-01-07 14:39:47 +00:00
4ddd57f0bb Accepting request 494320 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/494320
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/fnotifystat?expand=0&rev=4
2017-05-17 18:47:30 +00:00
4 changed files with 116 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:257e2c3b1cf3817393a20e308ff31ac4297efb776f8cfce675962cb449e283b1
size 18430

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e5a2795da012940621e15543712f12c335aa688ec61f2153c18a38ce0c722d7
size 20910

View File

@@ -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

View File

@@ -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