Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f1815a1f80
!11 Upgrade version to 0.9.6
From: @cherry530 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
2023-10-09 02:38:00 +00:00
cherry530
0847dddf11 Upgrade version to 0.9.6
Signed-off-by: cherry530 <707078654@qq.com>
2023-10-09 09:33:39 +08:00
openeuler-ci-bot
9d8a1bc982
!10 Upgrade to 0.9.5
From: @cherry530 
Reviewed-by: @wu-leilei, @caodongxia 
Signed-off-by: @wu-leilei, @caodongxia
2023-07-18 03:31:29 +00:00
cherry530
a6aa48d123 Upgrade to 0.9.5
Signed-off-by: cherry530 <707078654@qq.com>
2023-07-17 15:50:22 +08:00
openeuler-ci-bot
c61a9720cb
!9 修复g_log_set_writer_func()多次调用导致编译失败问题
From: @wu-leilei 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2023-02-09 06:49:29 +00:00
wu-leilei
3e1ef31123 Fix avoid multiple g_log_set_writer_func calls 2023-02-08 16:21:52 +08:00
openeuler-ci-bot
b78f456d71 !2 申请升级bolt版本至0.9.1
From: @xugmin
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-04 11:25:59 +00:00
xuguangmin
9695a792da update to 0.9.1 2021-07-08 10:03:37 +08:00
openeuler-ci-bot
93682134d9 !1 add yaml file
Merge pull request !1 from ultra_planet/master
2020-05-11 10:45:27 +08:00
ultra_planet
bf80ceb0cd add yaml file 2020-05-09 09:35:08 +08:00
4 changed files with 20 additions and 4 deletions

Binary file not shown.

BIN
bolt-0.9.6.tar.gz Normal file

Binary file not shown.

View File

@ -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

4
bolt.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.freedesktop.org/bolt/bolt.git
tag_prefix: "^"
seperator: "."