Version 1.1.1
This commit is contained in:
parent
85d12c64a0
commit
3f8f3d8deb
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/zram-generator-0.3.2.crate
|
/zram-generator-0.3.2.crate
|
||||||
/zram-generator-1.0.1.crate
|
/zram-generator-1.0.1.crate
|
||||||
/zram-generator-1.1.0.crate
|
/zram-generator-1.1.0.crate
|
||||||
|
/zram-generator-1.1.1.crate
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Generated by rust2rpm 18
|
# Generated by rust2rpm 19
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%global crate zram-generator
|
%global crate zram-generator
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Systemd unit generator for zram swap devices
|
Summary: Systemd unit generator for zram swap devices
|
||||||
|
|
||||||
@ -15,9 +15,6 @@ Source: %{crates_source}
|
|||||||
Source1: zram-generator.conf
|
Source1: zram-generator.conf
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
%if %{__cargo_skip_build}
|
|
||||||
BuildArch: noarch
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
|
|
||||||
@ -30,7 +27,6 @@ To activate, install %{crate}-defaults subpackage.}
|
|||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
%if ! %{__cargo_skip_build}
|
|
||||||
%package -n %{crate}
|
%package -n %{crate}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
# MIT
|
# MIT
|
||||||
@ -60,7 +56,6 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%files -n %{crate}-defaults
|
%files -n %{crate}-defaults
|
||||||
%{_prefix}/lib/systemd/zram-generator.conf
|
%{_prefix}/lib/systemd/zram-generator.conf
|
||||||
%endif
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
@ -68,8 +63,8 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%description devel %{_description}
|
%description devel %{_description}
|
||||||
|
|
||||||
This package contains library source intended for building other packages
|
This package contains library source intended for building other packages which
|
||||||
which use "%{crate}" crate.
|
use the "%{crate}" crate.
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zram-generator-1.1.0.crate) = 3d80a35fe9edc1960589a4a6d06c7272c7619affa2543d84da92e756154d3bace997d51c8fe190bb54537f9b9d63053c2d4fc1bb38f402fbc6bd459a0a420dc5
|
SHA512 (zram-generator-1.1.1.crate) = eb229d8b6d18183981830658cf27ed7ee64de5ee523a1187c454c9bb8410566b9d8d4c35f04eb2f3dfc8c4d1826344b1bf5f49608edf9f3c1051d4fc76bbe093
|
||||||
|
Loading…
Reference in New Issue
Block a user