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
|
Name: bolt
|
||||||
Version: 0.4
|
Version: 0.8
|
||||||
%global tag %{version}
|
Release: 2%{?dist}
|
||||||
%forgemeta
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: Thunderbolt device manager
|
Summary: Thunderbolt device manager
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: %{forgeurl}
|
URL: https://gitlab.freedesktop.org/bolt/bolt
|
||||||
Source0: %{forgesource}
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(systemd)
|
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
@ -33,10 +29,10 @@ boltctl, can be used to control the daemon and perform all the above
|
|||||||
mentioned tasks.
|
mentioned tasks.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%forgesetup
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddb-path=%{_localstatedir}/lib/boltd
|
%meson -Ddb-name=boltd
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -46,7 +42,6 @@ mentioned tasks.
|
|||||||
%meson_install
|
%meson_install
|
||||||
install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
|
install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post %{name}.service
|
%systemd_post %{name}.service
|
||||||
|
|
||||||
@ -58,21 +53,29 @@ install -m0755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/boltd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md CHANGELOG.md
|
||||||
%{_bindir}/boltctl
|
%{_bindir}/boltctl
|
||||||
%{_libexecdir}/boltd
|
%{_libexecdir}/boltd
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_udevrulesdir}/*-%{name}.rules
|
%{_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}/dbus-1/interfaces/org.freedesktop.bolt.xml
|
||||||
%{_datadir}/polkit-1/actions/org.freedesktop.bolt.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.bolt.policy
|
||||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules
|
%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.bolt.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.bolt.service
|
||||||
%{_mandir}/man1/boltctl.1*
|
%{_mandir}/man1/boltctl.1*
|
||||||
%{_mandir}/man8/boltd.8*
|
%{_mandir}/man8/boltd.8*
|
||||||
%dir %{_localstatedir}/lib/boltd
|
%ghost %dir %{_localstatedir}/lib/boltd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 18 2018 Christian Kellner <ckellner@redhat.com> - 0.4-1
|
||||||
- bolt 0.4 upstream release
|
- bolt 0.4 upstream release
|
||||||
- Remove optional test dependencies
|
- Remove optional test dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user