Rebuild
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
e487597544
commit
18d8869f8b
4
.rust2rpm.conf
Normal file
4
.rust2rpm.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
buildrequires =
|
||||||
|
pkgconfig(libcryptsetup) >= 2.3.0
|
||||||
|
pkgconfig(blkid) >= 2.32.0
|
@ -9,18 +9,19 @@
|
|||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
||||||
|
|
||||||
|
# 0BSD or MIT or ASL 2.0
|
||||||
# ASL 2.0
|
# ASL 2.0
|
||||||
# ASL 2.0 or Boost
|
# ASL 2.0 or Boost
|
||||||
# BSD
|
# BSD
|
||||||
# MIT
|
# MIT
|
||||||
# MIT or ASL 2.0
|
# MIT or ASL 2.0
|
||||||
|
# MIT or zlib or ASL 2.0
|
||||||
# MPLv2.0
|
# MPLv2.0
|
||||||
# Unlicense or MIT
|
# Unlicense or MIT
|
||||||
# zlib
|
License: MPLv2.0 and ASL 2.0 and BSD and MIT
|
||||||
License: MPLv2.0 and ASL 2.0 and BSD and MIT and zlib
|
|
||||||
URL: https://github.com/stratis-storage/stratisd
|
URL: https://github.com/stratis-storage/stratisd
|
||||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -28,8 +29,6 @@ ExclusiveArch: %{rust_arches}
|
|||||||
|
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 2.3.0
|
|
||||||
BuildRequires: pkgconfig(blkid) >= 2.32.0
|
|
||||||
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
@ -45,6 +44,8 @@ Requires: device-mapper-persistent-data
|
|||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%cargo_generate_buildrequires
|
%cargo_generate_buildrequires
|
||||||
echo '/usr/bin/a2x'
|
echo '/usr/bin/a2x'
|
||||||
|
echo 'pkgconfig(libcryptsetup) >= 2.3.0'
|
||||||
|
echo 'pkgconfig(blkid) >= 2.32.0'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cargo_build
|
%cargo_build
|
||||||
@ -61,8 +62,6 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
|||||||
mkdir -p %{buildroot}%{udevdir}
|
mkdir -p %{buildroot}%{udevdir}
|
||||||
mv %{buildroot}%{_bindir}/stratis_uuids_to_names %{buildroot}%{udevdir}/stratis_uuids_to_names
|
mv %{buildroot}%{_bindir}/stratis_uuids_to_names %{buildroot}%{udevdir}/stratis_uuids_to_names
|
||||||
|
|
||||||
mkdir -p %{buildroot}/developer_tools
|
|
||||||
|
|
||||||
install -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d stratisd.conf
|
install -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d stratisd.conf
|
||||||
install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratisd.8
|
install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratisd.8
|
||||||
install -Dpm0644 -t %{buildroot}%{_udevrulesdir} udev/11-stratisd.rules
|
install -Dpm0644 -t %{buildroot}%{_udevrulesdir} udev/11-stratisd.rules
|
||||||
@ -91,12 +90,16 @@ install -Dpm0644 -t %{buildroot}%{_bindir} developer_tools/stratis_migrate_symli
|
|||||||
%{_bindir}/stratis_dbusquery_version
|
%{_bindir}/stratis_dbusquery_version
|
||||||
%{_bindir}/stratis_migrate_symlinks.sh
|
%{_bindir}/stratis_migrate_symlinks.sh
|
||||||
%dir %{_datadir}/dbus-1
|
%dir %{_datadir}/dbus-1
|
||||||
|
%dir %{_datadir}/dbus-1/system.d
|
||||||
%{_datadir}/dbus-1/system.d/stratisd.conf
|
%{_datadir}/dbus-1/system.d/stratisd.conf
|
||||||
%{_mandir}/man8/stratisd.8*
|
%{_mandir}/man8/stratisd.8*
|
||||||
%{_unitdir}/stratisd.service
|
%{_unitdir}/stratisd.service
|
||||||
%config %{_udevrulesdir}/11-stratisd.rules
|
%{_udevrulesdir}/11-stratisd.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 27 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.1-2
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
* Mon Nov 9 2020 mulhern <amulhern@redhat.com> - 2.2.1-1
|
* Mon Nov 9 2020 mulhern <amulhern@redhat.com> - 2.2.1-1
|
||||||
- Update to 2.2.1
|
- Update to 2.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user