Accepting request 486446 from filesystems
- version 0.3.1 (forwarded request 486439 from dsterba) OBS-URL: https://build.opensuse.org/request/show/486446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsmaintenance?expand=0&rev=7
This commit is contained in:
commit
87098dec16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ff8a14925ff973bcbc5227700d9c5f9a8338bf59a2ac312a21a8dcc4a5cd4d3
|
||||
size 13046
|
3
btrfsmaintenance-0.3.1.tar.bz2
Normal file
3
btrfsmaintenance-0.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65304ed51c7402ece2989f155a5da4be8380b85c4418dcd48a0c631f89c9ca1d
|
||||
size 16240
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 00:00:00 CEST 2017 - dsterba@suse.cz
|
||||
|
||||
- version 0.3.1
|
||||
- dist-install: fix installation paths, install functions
|
||||
- functions: fix syntax to be compatible with dash
|
||||
- spec: install functions file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 00:00:00 CET 2016 - dsterba@suse.cz
|
||||
|
||||
- version 0.3
|
||||
- add syslog to logging targets
|
||||
- add none target (/dev/null)
|
||||
- autodetect btrfs filesystems for balance, scrub and trim
|
||||
- detect mixed blockgroups and use correct balance filters
|
||||
- fix uninstall rules
|
||||
- fix capturing entire output to the log
|
||||
- fix when cron files are symlinks
|
||||
- add generic installation script
|
||||
- doc updates: retention policy tuning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 4 00:00:00 CET 2016 - dsterba@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package btrfsmaintenance
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: btrfsmaintenance
|
||||
Version: 0.2
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
Summary: Scripts for btrfs periodic maintenance tasks
|
||||
License: GPL-2.0
|
||||
@ -56,6 +56,7 @@ install -m 755 btrfs-balance.sh %{buildroot}%{_datadir}/%{name}
|
||||
install -m 755 btrfs-scrub.sh %{buildroot}%{_datadir}/%{name}
|
||||
install -m 755 btrfs-trim.sh %{buildroot}%{_datadir}/%{name}
|
||||
install -m 755 btrfsmaintenance-refresh-cron.sh %{buildroot}%{_datadir}/%{name}
|
||||
install -m 644 btrfsmaintenance-functions %{buildroot}%{_datadir}/%{name}
|
||||
|
||||
%if 0%{?suse_version} >= 1210
|
||||
install -m 755 -d %{buildroot}%{_unitdir}
|
||||
|
Loading…
Reference in New Issue
Block a user