Update to the upstream version 0.9.10
Update to 0.9.10 Resolves: RHEL-118275 Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
parent
b40bd8b61c
commit
7af81dd36d
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ tests/source/
|
||||
/bolt-0.9.6.tar.gz
|
||||
/bolt-0.9.7.tar.gz
|
||||
/bolt-0.9.8.tar.gz
|
||||
/bolt-0.9.10.tar.gz
|
||||
|
||||
15
bolt.spec
15
bolt.spec
@ -1,5 +1,5 @@
|
||||
Name: bolt
|
||||
Version: 0.9.8
|
||||
Version: 0.9.10
|
||||
Release: %autorelease
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
@ -38,11 +38,19 @@ authorized as soon as they are connected. A command line tool, called
|
||||
boltctl, can be used to control the daemon and perform all the above
|
||||
mentioned tasks.
|
||||
|
||||
%package tests
|
||||
Summary: Test files for bolt
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
Test files for bolt
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Ddb-name=boltd
|
||||
sed -i "s/WatchdogSec=3min/#WatchdogSec=3min/g" data/bolt.service.in
|
||||
%meson -Ddb-name=boltd -Dinstall-tests=true
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
@ -76,5 +84,8 @@ mentioned tasks.
|
||||
%{_mandir}/man8/boltd.8*
|
||||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/installed-tests/bolt
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bolt-0.9.8.tar.gz) = ca3f1859b01f1370f508696192050231f5ced9a3c10eaa8d508b130f9202cc9161eb50e6884a8818c284f23bdc9d7cb6662442cd04d9d7eb8aeca1a1c0d5c060
|
||||
SHA512 (bolt-0.9.10.tar.gz) = a0707ec57b1b048906ac8f803acfa313e37bc31eb0acb77978f28a3200d026c019ce30157681ff39f1e0076dc9d828361fcd46cc058db7ac5ad9c890b64a88a0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user