mirror of https://github.com/jimsalterjrs/sanoid
Restructure dist packages & bump rpm spec to 1.4.18
This commit is contained in:
parent
979cb8bc3d
commit
b3b69c598c
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
||||||
%global version 1.4.14
|
%global version 1.4.18
|
||||||
%global git_tag v%{version}
|
%global git_tag v%{version}
|
||||||
|
|
||||||
# Enable with systemctl "enable sanoid.timer"
|
# Enable with systemctl "enable sanoid.timer"
|
||||||
|
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
Name: sanoid
|
Name: sanoid
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: A policy-driven snapshot management tool for ZFS file systems
|
Summary: A policy-driven snapshot management tool for ZFS file systems
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://github.com/jimsalterjrs/sanoid
|
URL: https://github.com/jimsalterjrs/sanoid
|
||||||
Source0: https://github.com/jimsalterjrs/%{name}/archive/%{git_tag}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jimsalterjrs/%{name}/archive/%{git_tag}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Requires: perl, mbuffer, lzop, pv
|
Requires: perl, mbuffer, lzop, pv
|
||||||
%if 0%{?_with_systemd}
|
%if 0%{?_with_systemd}
|
||||||
|
|
@ -110,6 +110,8 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 28 2018 Dominic Robinson <github@dcrdev.com> - 1.4.18-1
|
||||||
|
- Bump to 1.4.18
|
||||||
* Thu Aug 31 2017 Dominic Robinson <github@dcrdev.com> - 1.4.14-2
|
* Thu Aug 31 2017 Dominic Robinson <github@dcrdev.com> - 1.4.14-2
|
||||||
- Add systemd timers
|
- Add systemd timers
|
||||||
* Wed Aug 30 2017 Dominic Robinson <github@dcrdev.com> - 1.4.14-1
|
* Wed Aug 30 2017 Dominic Robinson <github@dcrdev.com> - 1.4.14-1
|
||||||
|
|
@ -121,6 +123,5 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name}
|
||||||
- Version bump
|
- Version bump
|
||||||
- Clean up variables and macros
|
- Clean up variables and macros
|
||||||
- Compatible with both Fedora and Red Hat
|
- Compatible with both Fedora and Red Hat
|
||||||
|
|
||||||
* Sat Feb 13 2016 Thomas M. Lapp <tmlapp@gmail.com> - 1.4.4-1
|
* Sat Feb 13 2016 Thomas M. Lapp <tmlapp@gmail.com> - 1.4.4-1
|
||||||
- Initial RPM Package
|
- Initial RPM Package
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
cf0ec23c310d2f9416ebabe48f5edb73 sanoid-1.4.18.tar.gz
|
||||||
Loading…
Reference in New Issue