Compare commits

...

2 Commits
c9s ... c9

Author SHA1 Message Date
4235148de3 Import from AlmaLinux stable repository 2024-05-15 08:27:48 +00:00
59fab30768 Change release to match upstream 2023-08-30 11:08:20 +03:00
11 changed files with 4 additions and 44 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
/gpsd-3.25.tar.gz
/scons-4.5.2.tar.gz
SOURCES/gpsd-3.25.tar.gz
SOURCES/scons-4.5.2.tar.gz

2
.gpsd-minimal.metadata Normal file
View File

@ -0,0 +1,2 @@
81965943f81484da80d8adb0547572fe9f0e8ebc SOURCES/gpsd-3.25.tar.gz
61b59e617c739051f48cdd45b7638d8831b13d73 SOURCES/scons-4.5.2.tar.gz

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,2 +0,0 @@
SHA512 (gpsd-3.25.tar.gz) = 0684cbd30defa1a328898589e1d61b2431462a774aff56c588bd00c1fbd92ac94cf6fc1f2b981debac78c34ab09fa24f48ed6334f3ecd09e6b8f5faa92ae1085
SHA512 (scons-4.5.2.tar.gz) = aa788d9365a8b5119fef404869562f61cb854be7ceadb5f5d47523e262c07f93ea7476166b577edec25339a64dc6a1f4a6f391fa5aeeab3f086a6659fc72e1ce

View File

@ -1,27 +0,0 @@
#!/bin/bash
set -e
r=0
executables=$(rpm -ql gpsd-minimal gpsd-minimal-clients | grep -E '/s?bin/')
for b in $executables; do
case "$(basename "$b")" in
gpsdebuginfo)
continue;;
zerk)
h="-h";;
*)
h="--help";;
esac
if "$b" "$h" |& grep -qi '^usage *:'; then
echo "$b OK"
else
echo "$b FAILED"
"$b" "$h" || :
r=1
fi
done
exit $r

View File

@ -1,7 +0,0 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- smoke