Update to 0.3.1
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
493392bf7e
commit
41a4240f30
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/zram-generator-0.2.0-rc.1.crate
|
||||
/zram-generator-0.2.0.crate
|
||||
/zram-generator-0.3.0-rc.1.crate
|
||||
/zram-generator-0.3.1.crate
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global crate zram-generator
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.3.0~rc.1
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Systemd unit generator for zram swap devices
|
||||
|
||||
@ -97,8 +97,8 @@ cp -a %{S:1} .
|
||||
%cargo_generate_buildrequires
|
||||
echo '/usr/bin/make'
|
||||
echo '/usr/bin/ronn'
|
||||
echo 'systemd-rpm-macros'
|
||||
echo 'pkgconfig(systemd)'
|
||||
echo 'systemd-rpm-macros'
|
||||
|
||||
%build
|
||||
export SYSTEMD_UTIL_DIR=$(pkg-config --variable=systemdutildir systemd)
|
||||
@ -124,6 +124,9 @@ export SYSTEMD_UTIL_DIR=$(pkg-config --variable=systemdutildir systemd)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jan 23 13:23:10 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
||||
* Wed Jan 13 16:57:21 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.0~rc.1-1
|
||||
- Update to 0.3.0-rc.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zram-generator-0.3.0-rc.1.crate) = e182acd912bb6c1e640e167e7dc89ff2d47ebaf1b7cc408fd5920ffd6ff489082663573f3a631854846bf98a330bf86243495ea0450621cd04eeb6001e9685d0
|
||||
SHA512 (zram-generator-0.3.1.crate) = f095ef92a30dd41e6915b89ea3e1a6a3a60c250358bc25c1cd12100c7675104f63880cd7057156eda86aa6431a4f4ddf0378fc7aa4a04a72b28cb4e1e235d4f3
|
||||
|
Loading…
Reference in New Issue
Block a user