Compare commits
10 Commits
3e26643ae7
...
f1815a1f80
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1815a1f80 | ||
|
|
0847dddf11 | ||
|
|
9d8a1bc982 | ||
|
|
a6aa48d123 | ||
|
|
c61a9720cb | ||
|
|
3e1ef31123 | ||
|
|
b78f456d71 | ||
|
|
9695a792da | ||
|
|
93682134d9 | ||
|
|
bf80ceb0cd |
BIN
bolt-0.5.tar.gz
BIN
bolt-0.5.tar.gz
Binary file not shown.
BIN
bolt-0.9.6.tar.gz
Normal file
BIN
bolt-0.9.6.tar.gz
Normal file
Binary file not shown.
20
bolt.spec
20
bolt.spec
@ -1,6 +1,6 @@
|
||||
Name: bolt
|
||||
Version: 0.5
|
||||
Release: 2
|
||||
Version: 0.9.6
|
||||
Release: 1
|
||||
Summary: Userspace system daemon to enable security levels for Thunderbolt 3 on GNU/Linux.
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||
@ -25,7 +25,7 @@ The security level is set by the system firmware.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson -Ddb-name=boltd
|
||||
@ -57,7 +57,7 @@ The security level is set by the system firmware.
|
||||
%{_libexecdir}/boltd
|
||||
%{_unitdir}/bolt.service
|
||||
%{_udevrulesdir}/*-bolt.rules
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.bolt.conf
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.bolt.conf
|
||||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%files help
|
||||
@ -65,5 +65,17 @@ The security level is set by the system firmware.
|
||||
%{_mandir}/man8/boltd.8*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 09 2023 xu_ping <707078654@qq.com> - 0.9.6-1
|
||||
- Upgrade to 0.9.6
|
||||
|
||||
* Mon Jul 17 2023 xu_ping <707078654@qq.com> - 0.9.5-1
|
||||
- Upgrade to 0.9.5
|
||||
|
||||
* Wed Feb 08 2023 wulei <wulei80@h-partners.com> - 0.9.1-2
|
||||
- Fix avoid multiple g_log_set_writer_func calls
|
||||
|
||||
* Thu Jul 8 2021 xuguangmin <xuguangmin@kylinos.cn> - 0.9.1-1
|
||||
- update to 0.9.1
|
||||
|
||||
* Thu Nov 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user