Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fcfd2b9f93 | |||
| 264b6c4c9f | |||
| 3ce1ecb841 |
@@ -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
3
snapraid-12.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc15ad9c42ddf9bd70033562a10e9b9fec43afed54c48fe22da4b6835657ec1b
|
||||
size 746522
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: snapraid
|
||||
Version: 12.3
|
||||
Version: 12.4
|
||||
Release: 0
|
||||
Summary: Disk array backup for many large rarely-changed files
|
||||
License: GPL-3.0-or-later
|
||||
@@ -38,6 +38,9 @@ lot of big files that rarely change.
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
sed -i '/^#/! s/^/#/' snapraid.conf.example
|
||||
@@ -45,9 +48,9 @@ install -Dm 0644 snapraid.conf.example %{buildroot}%{_sysconfdir}/snapraid.conf
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc HISTORY README AUTHORS
|
||||
%doc HISTORY README AUTHORS %{name}.txt
|
||||
%config %{_sysconfdir}/snapraid.conf
|
||||
%{_bindir}/snapraid
|
||||
%{_mandir}/man1/snapraid.1*
|
||||
%{_mandir}/man1/snapraid.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user