From 24b1f7aacdb02af397d4233db6eca4146f2fa9f7150043f26eefc0a93079a34a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 14 Sep 2022 09:23:17 +0000 Subject: [PATCH] checks OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=257 --- file.changes | 1 + file.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/file.changes b/file.changes index 424af8e..dda09d1 100644 --- a/file.changes +++ b/file.changes @@ -3,6 +3,7 @@ Wed Sep 14 08:58:50 UTC 2022 - Dr. Werner Fink - Add patch file-zstd.patch from upstream mailing list * Add zstd decompression support +- Run also upstream standard checks ------------------------------------------------------------------- Tue Sep 13 20:09:35 UTC 2022 - Dirk Müller diff --git a/file.spec b/file.spec index 5547cd1..ead525e 100644 --- a/file.spec +++ b/file.spec @@ -163,6 +163,8 @@ install -s dcore %{buildroot}%{_bindir} rm -f %{buildroot}%{_libdir}/*.la %check +# Standard checks +make check # Check out that the binary does not bail out: LD_LIBRARY_PATH=%{buildroot}%{_libdir} export LD_LIBRARY_PATH