Compare commits

..

No commits in common. "f1815a1f80a6634cef4ebb6378494d511fcf73aa" and "3e26643ae7edb11b8fea2dec96c6c6dffa666afc" have entirely different histories.

4 changed files with 4 additions and 20 deletions

BIN
bolt-0.5.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: bolt Name: bolt
Version: 0.9.6 Version: 0.5
Release: 1 Release: 2
Summary: Userspace system daemon to enable security levels for Thunderbolt 3 on GNU/Linux. Summary: Userspace system daemon to enable security levels for Thunderbolt 3 on GNU/Linux.
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.freedesktop.org/bolt/bolt URL: https://gitlab.freedesktop.org/bolt/bolt
@ -25,7 +25,7 @@ The security level is set by the system firmware.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version}
%build %build
%meson -Ddb-name=boltd %meson -Ddb-name=boltd
@ -57,7 +57,7 @@ The security level is set by the system firmware.
%{_libexecdir}/boltd %{_libexecdir}/boltd
%{_unitdir}/bolt.service %{_unitdir}/bolt.service
%{_udevrulesdir}/*-bolt.rules %{_udevrulesdir}/*-bolt.rules
%{_datadir}/dbus-1/system.d/org.freedesktop.bolt.conf %{_sysconfdir}/dbus-1/system.d/org.freedesktop.bolt.conf
%ghost %dir %{_localstatedir}/lib/boltd %ghost %dir %{_localstatedir}/lib/boltd
%files help %files help
@ -65,17 +65,5 @@ The security level is set by the system firmware.
%{_mandir}/man8/boltd.8* %{_mandir}/man8/boltd.8*
%changelog %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 * Thu Nov 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5-2
- Package init - Package init

View File

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