| |
@@ -5,7 +5,7 @@
|
| |
|
| |
Name: rust-%{crate}
|
| |
Version: 0.2.0
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
Summary: Systemd unit generator for zram swap devices
|
| |
|
| |
# Upstream license specification: MIT
|
| |
@@ -53,6 +53,7 @@
|
| |
%package -n %{crate}-defaults
|
| |
Summary: Default configuration for %{crate}
|
| |
Requires: %{crate} = %{version}-%{release}
|
| |
+ Obsoletes: zram < 0.4-2
|
| |
BuildArch: noarch
|
| |
|
| |
%description -n %{crate}-defaults
|
| |
@@ -117,6 +118,9 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Mon Jul 6 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.0-2
|
| |
+ - Obsolete zram package from zram-generator-defaults
|
| |
+
|
| |
* Sat Jul 04 17:30:46 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.0-1
|
| |
- Update to 0.2.0
|
| |
|
| |
It doesn't make much sense to have both zram-generator-defaults and zram
installed at the same time. It's likely to only lead to user confusion.
Also approved in https://fedoraproject.org/wiki/Changes/SwapOnZRAM#Scope.
/cc @probinson