mandb-symlink-target-timestamp should not fool us
OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=140
This commit is contained in:
parent
e4556a80e0
commit
a897f89b0a
@ -778,3 +778,14 @@ diff --git a/src/ult_src.c b/src/ult_src.c
|
||||
|
||||
include = test_for_include (buffer);
|
||||
if (include) {
|
||||
--- a/src/tests/get-mtime.c
|
||||
+++ b/src/tests/get-mtime.c 2022-08-18 10:24:04.881594094 +0000
|
||||
@@ -69,7 +69,7 @@ int main (int argc, char **argv)
|
||||
if (lstat (path, &st) < 0)
|
||||
fatal (errno, "can't lstat %s", path);
|
||||
ts = get_stat_mtime (&st);
|
||||
- printf ("%ld.%09ld\n", (long) ts.tv_sec, ts.tv_nsec);
|
||||
+ printf ("%ld.%0.09ld\n", (long) ts.tv_sec, ts.tv_nsec);
|
||||
|
||||
exit (OK);
|
||||
}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 10:25:21 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Avoid that mandb-symlink-target-timestamp fools us
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 09:44:06 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user