update to 3.16
This commit is contained in:
parent
19d1853250
commit
5b0466534c
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/gpsd-3.13.tar.gz
|
/gpsd-3.13.tar.gz
|
||||||
/gpsd-3.14.tar.gz
|
/gpsd-3.14.tar.gz
|
||||||
/gpsd-3.15.tar.gz
|
/gpsd-3.15.tar.gz
|
||||||
|
/gpsd-3.16.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: gpsd
|
Name: gpsd
|
||||||
Version: 3.15
|
Version: 3.16
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Service daemon for mediating access to a GPS
|
Summary: Service daemon for mediating access to a GPS
|
||||||
|
|
||||||
@ -79,6 +79,9 @@ sed -i 's|^revision=.*REVISION.*$|revision='\'\
|
|||||||
# fix systemd path
|
# fix systemd path
|
||||||
sed -i 's|systemd_dir =.*|systemd_dir = '\'%{_unitdir}\''|' SConstruct
|
sed -i 's|systemd_dir =.*|systemd_dir = '\'%{_unitdir}\''|' SConstruct
|
||||||
|
|
||||||
|
# don't try reloading systemd when installing in the build root
|
||||||
|
sed -i 's|systemctl daemon-reload|true|' SConstruct
|
||||||
|
|
||||||
# don't set RPATH
|
# don't set RPATH
|
||||||
sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
|
sed -i 's|env.Prepend.*RPATH.*|pass #\0|' SConstruct
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user