e1f77cd
Name:      zram
e120d8a
Version:   0.3
e1f77cd
Release:   1%{?dist}
e1f77cd
Summary:   ZRAM for swap config and services for Fedora
e1f77cd
License:   GPLv2+
e1f77cd
e1f77cd
# No upstream as it's Fedora specific.
e1f77cd
Source0:   COPYING
e1f77cd
Source1:   zram.conf
e1f77cd
Source2:   zram-swap.service
e1f77cd
Source3:   zramstart
e1f77cd
Source4:   zramstop
e1f77cd
e1f77cd
BuildArch: noarch
e1f77cd
e1f77cd
%{?systemd_requires}
e1f77cd
BuildRequires: systemd
e1f77cd
Requires: util-linux gawk grep
e1f77cd
e1f77cd
%description
e1f77cd
ZRAM is a Linux block device that can be used for compressed swap in memory.
e1f77cd
It's useful in memory constrained devices. This provides a service to setup
e1f77cd
ZRAM as a swap device based on criteria such as available memory.
e1f77cd
e1f77cd
%prep
e1f77cd
# None required
e1f77cd
e1f77cd
%build
e1f77cd
# None required
e1f77cd
e1f77cd
%install
e1f77cd
install -d %{buildroot}%{_datadir}/licenses/%{name}/
e1f77cd
install -pm 0644 %{SOURCE0} %{buildroot}%{_datadir}/licenses/%{name}/COPYING
e1f77cd
e1f77cd
install -d %{buildroot}%{_sysconfdir}/
e1f77cd
install -pm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/
e1f77cd
e1f77cd
install -d %{buildroot}%{_unitdir}/
e1f77cd
install -pm 0644 %{SOURCE2} %{buildroot}%{_unitdir}/
e1f77cd
e1f77cd
install -d %{buildroot}%{_sbindir}
e1f77cd
install -pm 0755 %{SOURCE3} %{buildroot}%{_sbindir}
e1f77cd
install -pm 0755 %{SOURCE4} %{buildroot}%{_sbindir}
e1f77cd
e1f77cd
%postun
e1f77cd
%systemd_postun zram-swap.service
e1f77cd
e1f77cd
%files
e1f77cd
%license COPYING
e1f77cd
%config(noreplace) %{_sysconfdir}/%{name}.conf
e1f77cd
%{_unitdir}/zram-swap.service
e1f77cd
%{_sbindir}/zramstart
e1f77cd
%{_sbindir}/zramstop
e1f77cd
e1f77cd
%changelog
e120d8a
* Sat Nov 24 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.3-1
e120d8a
- Add support for swap priority
e120d8a
808025c
* Thu Jul 19 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.2-1
808025c
- Service ordering fixes, minor cleanup
808025c
e1f77cd
* Tue Jul 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.1-1
e1f77cd
- Initial package