Regenerate
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
6c72635271
commit
e251a0e239
@ -1,13 +1,15 @@
|
|||||||
# Generated by rust2rpm
|
# Generated by rust2rpm 10
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
%global __cargo_skip_build 0
|
||||||
|
|
||||||
%global crate zram-generator
|
%global crate zram-generator
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Systemd unit generator for zram devices
|
Summary: Systemd unit generator for zram devices
|
||||||
|
|
||||||
|
# Upstream license specification: MIT
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://crates.io/crates/zram-generator
|
URL: https://crates.io/crates/zram-generator
|
||||||
Source: %{crates_source}
|
Source: %{crates_source}
|
||||||
@ -19,24 +21,19 @@ Patch0: zram-generator-fix-metadata.diff
|
|||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: (crate(failure/default) >= 0.1.2 with crate(failure/default) < 0.2.0)
|
|
||||||
BuildRequires: (crate(failure_derive/default) >= 0.1.0 with crate(failure_derive/default) < 0.2.0)
|
|
||||||
BuildRequires: (crate(rust-ini/default) >= 0.13.0 with crate(rust-ini/default) < 0.14.0)
|
|
||||||
BuildRequires: systemd-rpm-macros
|
|
||||||
|
|
||||||
%global _description \
|
%global _description %{expand:
|
||||||
This is a systemd unit generator that creates a unit file to create a\
|
This is a systemd unit generator that creates a unit file to create a
|
||||||
zram device. To activate, copy\
|
zram device. To activate, copy
|
||||||
/usr/share/doc/rust-zram-generator/zram-generator.conf.example to\
|
/usr/share/doc/rust-zram-generator/zram-generator.conf.example to
|
||||||
/etc/systemd/zram-generator.conf and possibly edit to adjust the limits.
|
/etc/systemd/zram-generator.conf and possibly edit to adjust the limits.}
|
||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
%package -n %{crate}
|
%package -n %{crate}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
%description -n %{crate}
|
%description -n %{crate} %{_description}
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%files -n %{crate}
|
%files -n %{crate}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -48,6 +45,10 @@ Summary: %{summary}
|
|||||||
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
||||||
%cargo_prep
|
%cargo_prep
|
||||||
|
|
||||||
|
%generate_buildrequires
|
||||||
|
%cargo_generate_buildrequires
|
||||||
|
echo 'systemd-rpm-macros'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cargo_build
|
%cargo_build
|
||||||
|
|
||||||
@ -63,6 +64,9 @@ mv -v %{buildroot}%{_bindir}/zram-generator %{buildroot}%{_systemdgeneratordir}/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 21:30:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-4
|
||||||
|
- Regenerate
|
||||||
|
|
||||||
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-3
|
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-3
|
||||||
- Adapt to new packaging
|
- Adapt to new packaging
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- zram-generator-0.1.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- zram-generator-0.1.1/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
+++ zram-generator-0.1.1/Cargo.toml 2019-03-09T15:07:29.700946+01:00
|
+++ zram-generator-0.1.1/Cargo.toml 2019-07-22T19:30:22.292519+00:00
|
||||||
@@ -18,10 +18,10 @@
|
@@ -18,10 +18,10 @@
|
||||||
homepage = "https://github.com/systemd/zram-generator"
|
homepage = "https://github.com/systemd/zram-generator"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user