import bolt-0.8-2.el8
This commit is contained in:
parent
b53b28b380
commit
3be3c98715
@ -1 +1 @@
|
||||
3c383384fded8b36d7ffe175cf2d9e5da988b7a9 SOURCES/bolt-0.4.tar.gz
|
||||
d4d51b6fb0db115792b006814614b0830cff240e SOURCES/bolt-0.8.tar.bz2
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/bolt-0.4.tar.gz
|
||||
SOURCES/bolt-0.8.tar.bz2
|
||||
|
@ -1,21 +1,17 @@
|
||||
%global forgeurl https://github.com/gicmo/bolt
|
||||
|
||||
Name: bolt
|
||||
Version: 0.4
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
Release: 1%{?dist}
|
||||
Version: 0.8
|
||||
Release: 2%{?dist}
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: meson
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
@ -33,10 +29,10 @@ boltctl, can be used to control the daemon and perform all the above
|
||||
mentioned tasks.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Ddb-path=%{_localstatedir}/lib/boltd
|
||||
%meson -Ddb-name=boltd
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
@ -46,7 +42,6 @@ mentioned tasks.
|
||||
%meson_install
|
||||
install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
|
||||
|
||||
|
||||
%post
|
||||
%systemd_post %{name}.service
|
||||
|
||||
@ -58,21 +53,29 @@ install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%doc README.md CHANGELOG.md
|
||||
%{_bindir}/boltctl
|
||||
%{_libexecdir}/boltd
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_udevrulesdir}/*-%{name}.rules
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.bolt.conf
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.bolt.conf
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.bolt.xml
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.bolt.policy
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.bolt.service
|
||||
%{_mandir}/man1/boltctl.1*
|
||||
%{_mandir}/man8/boltd.8*
|
||||
%dir %{_localstatedir}/lib/boltd
|
||||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%changelog
|
||||
* Fri Jun 14 2019 Christian Kellner <ckellner@redhat.com> - 0.8-2
|
||||
- Rebuilt for fixed gating.yaml (remove missing tier1 gate)
|
||||
|
||||
* Thu Jun 13 2019 Christian Kellner <ckellner@redhat.com> - 0.8-1
|
||||
- bolt 0.8 upstream release with pre-boot ACL and IOMMU support
|
||||
D-Bus Configuration moved from sysconfdir to datadir
|
||||
Resolves: #1629715
|
||||
|
||||
* Wed Jul 18 2018 Christian Kellner <ckellner@redhat.com> - 0.4-1
|
||||
- bolt 0.4 upstream release
|
||||
- Remove optional test dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user