Merge remote-tracking branch 'origin/master' into f32

This commit is contained in:
Igor Raits 2020-06-18 10:15:44 +02:00
commit 5d4c1d649c
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: rust-%{crate}
Version: 0.2.0~beta.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Systemd unit generator for zram swap devices
# Upstream license specification: MIT
@ -60,6 +60,7 @@ echo 'systemd-rpm-macros'
mkdir -p %{buildroot}%{_systemdgeneratordir}
mv -v %{buildroot}%{_bindir}/zram-generator %{buildroot}%{_systemdgeneratordir}/
install -Dpm0644 -t %{buildroot}%{_unitdir} units/swap-create@.service
%if %{with check}
%check
@ -67,6 +68,9 @@ mv -v %{buildroot}%{_bindir}/zram-generator %{buildroot}%{_systemdgeneratordir}/
%endif
%changelog
* Thu Jun 18 10:14:43 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.0~beta.1-2
- Install swap-create unit file
* Thu Jun 18 09:27:37 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.0~beta.1-1
- Update to 0.2.0-beta.1