3 Commits

Author SHA256 Message Date
fcfd2b9f93 Accepting request 1276713 from Archiving:Backup
- update to 12.4:
  * Avoid a warning about function pointer conversion
- added %check section to run internal test suite at build time

OBS-URL: https://build.opensuse.org/request/show/1276713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapraid?expand=0&rev=2
2025-05-12 14:50:58 +00:00
264b6c4c9f update spec
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/snapraid?expand=0&rev=4
2025-05-12 06:23:42 +00:00
3ce1ecb841 - update to 12.5:
* Add a bandwidth limit option --bw-limit 
- update to 12.4:
  * Avoid a warning about function pointer conversion
- added %check section to run internal test suite at build time

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/snapraid?expand=0&rev=3
2025-05-12 06:21:22 +00:00
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f27aba6e5db3929474da9c472fc4a3bc51d4a83aa5385af6b09afc9f68d6d44
size 746308

3
snapraid-12.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc15ad9c42ddf9bd70033562a10e9b9fec43afed54c48fe22da4b6835657ec1b
size 746522

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 10 18:16:35 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 12.4:
* Avoid a warning about function pointer conversion
- added %check section to run internal test suite at build time
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 1 07:06:41 UTC 2024 - Paolo Stivanin <info@paolostivanin.com> Thu Feb 1 07:06:41 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package snapraid # spec file for package snapraid
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: snapraid Name: snapraid
Version: 12.3 Version: 12.4
Release: 0 Release: 0
Summary: Disk array backup for many large rarely-changed files Summary: Disk array backup for many large rarely-changed files
License: GPL-3.0-or-later License: GPL-3.0-or-later
@@ -38,6 +38,9 @@ lot of big files that rarely change.
%configure %configure
%make_build %make_build
%check
%make_build check
%install %install
%make_install %make_install
sed -i '/^#/! s/^/#/' snapraid.conf.example sed -i '/^#/! s/^/#/' snapraid.conf.example
@@ -45,9 +48,9 @@ install -Dm 0644 snapraid.conf.example %{buildroot}%{_sysconfdir}/snapraid.conf
%files %files
%license COPYING %license COPYING
%doc HISTORY README AUTHORS %doc HISTORY README AUTHORS %{name}.txt
%config %{_sysconfdir}/snapraid.conf %config %{_sysconfdir}/snapraid.conf
%{_bindir}/snapraid %{_bindir}/snapraid
%{_mandir}/man1/snapraid.1* %{_mandir}/man1/snapraid.1%{?ext_man}
%changelog %changelog