Skip to content

Commit

Permalink
Updated to version 0.2.0.
Browse files Browse the repository at this point in the history
Closes #18.
  • Loading branch information
xvitaly committed Apr 13, 2020
1 parent ace4248 commit 823ac05
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packaging/fedora/zswap-cli.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: zswap-cli
Version: 0.1.0
Version: 0.2.0
Release: 1%{?dist}

Summary: Command-line tool to control zswap options
Expand All @@ -12,6 +12,7 @@ BuildRequires: ninja-build
BuildRequires: fmt-devel
BuildRequires: systemd
BuildRequires: gcc-c++
BuildRequires: pandoc
BuildRequires: cmake

%{?systemd_requires}
Expand Down Expand Up @@ -44,12 +45,16 @@ popd
%ninja_install -C %{_target_platform}

%files
%doc README.md
%doc README.md docs/*
%license LICENSE
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service
%{_mandir}/man1/%{name}.*
%config(noreplace) %{_sysconfdir}/default/%{name}

%changelog
* Mon Apr 13 2020 Vitaly Zaitsev <[email protected]> - 0.2.0-1
- Updated to version 0.2.0.

* Sat Apr 04 2020 Vitaly Zaitsev <[email protected]> - 0.1.0-1
- Initial SPEC release.

0 comments on commit 823ac05

Please sign in to comment.