import CS bolt-0.9.10-1.el9
This commit is contained in:
parent
2f61be5793
commit
73da574a82
@ -1 +1 @@
|
||||
27ea192596b3e332ec6d05073f364653bc490782 SOURCES/bolt-0.9.7.tar.gz
|
||||
83ed78a718d611b314fd8a4ce32db3dc3c233301 SOURCES/bolt-0.9.10.tar.gz
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/bolt-0.9.7.tar.gz
|
||||
SOURCES/bolt-0.9.10.tar.gz
|
||||
|
||||
@ -1,6 +1,16 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
Name: bolt
|
||||
Version: 0.9.7
|
||||
Release: 1%{?dist}
|
||||
Version: 0.9.10
|
||||
Release: %autorelease
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||
@ -38,11 +48,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,7 +94,17 @@ mentioned tasks.
|
||||
%{_mandir}/man8/boltd.8*
|
||||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/installed-tests/bolt
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Oct 24 2025 Kate Hsuan <hpa@redhat.com> - 0.9.10-1
|
||||
- Update to the upstream version 0.9.10
|
||||
- Update to 0.9.10
|
||||
- Fix bolt exits when opening an empty version file
|
||||
- Fix a NULL syspath variable causes SIGSEGV
|
||||
|
||||
* Tue Mar 26 2024 Kate Hsuan <hpa@redhat.com> - 0.9.7-1
|
||||
- Update to upstream release 0.9.7
|
||||
- Support 'nopcie' security level
|
||||
@ -166,3 +194,5 @@ mentioned tasks.
|
||||
|
||||
* Thu Dec 14 2017 Christian Kellner <ckellner@redhat.com> - 0.1-1
|
||||
- Initial upstream release
|
||||
|
||||
## END: Generated by rpmautospec
|
||||
|
||||
Loading…
Reference in New Issue
Block a user