Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4df5610b84 | |||
| 3d3528d0ce | |||
| 3c256e181b | |||
| dde84334fc |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855
|
||||
size 93281
|
||||
3
4.25.9.0.tar.gz
Normal file
3
4.25.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b
|
||||
size 94099
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 17:16:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.25.9.0:
|
||||
* Reject fanotify-only options if fanotify is disabled
|
||||
* Fix formatting of man page references
|
||||
* Disable SonarCloud
|
||||
* Remove dead builds from README.md
|
||||
* Add Fedora 39 build to github actions
|
||||
* Add flag for forcing static compilation
|
||||
* Allow recursive watch with --include
|
||||
* Fix a crash on >=1024 watched files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 16:39:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -26,7 +39,7 @@ Sun Jun 19 14:04:47 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 12:48:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.22.1.0:
|
||||
- update to 3.22.1.0 (bsc#1249617):
|
||||
* print to stderr if you fail to fopen file
|
||||
* Properly terminate escaped CSV strings. (#158)
|
||||
* Fix printing of filename when watching a file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package inotify-tools
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: inotify-tools
|
||||
Version: 4.23.9.0
|
||||
Version: 4.25.9.0
|
||||
Release: 0
|
||||
Summary: Tools for inotify
|
||||
License: GPL-2.0-only WITH Linux-syscall-note AND GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user