Change release to match upstream

This commit is contained in:
eabdullin 2023-08-30 11:08:04 +03:00
parent 794070b86b
commit 59fab30768
11 changed files with 8 additions and 48 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

@ -5,7 +5,7 @@
Name: gpsd-minimal
Version: 3.25
Release: 4%{?dist}
Release: 1%{?dist}.3
Epoch: 1
Summary: Service daemon for mediating access to a GPS
@ -219,13 +219,13 @@ rm -rf %{buildroot}%{_docdir}/gpsd
%{_mandir}/man1/zerk.1*
%changelog
* Tue Aug 08 2023 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.25-4
* Tue Aug 08 2023 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.25-1.el9_2.3
- fix busy wait when reading from gpsd socket
* Tue Aug 08 2023 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.25-3
* Tue Aug 08 2023 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.25-1.el9_3.2
- fix gpsfake to load python gps module
* Tue Aug 01 2023 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.25-2
* Tue Aug 01 2023 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.25-1.el9_3.1
- add missing IPv6 support
- fix some issues reported by coverity and shellcheck

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