Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b220f34b2 | |||
| 79cfdb053f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95bdd598208cc78d8952738624540bf0cb978d24b773d20208f78f057e63a3e4
|
||||
size 1456707
|
||||
3
partclone-0.3.37.tar.gz
Normal file
3
partclone-0.3.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7e35a01331a05ec44133f2ec4a097ffb3c005653c0b601279b18dea55ef3b0f
|
||||
size 1618078
|
||||
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 18:32:44 UTC 2025 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- Update to 0.3.37:
|
||||
* fix exfat dirty output while output is stdout (issue #272)
|
||||
* Add some test scripts
|
||||
* remove obsolete INSTLIBDIR because fail-mbr.bin has been
|
||||
removed in 0.3.34
|
||||
* remove commented out mv command
|
||||
* add partclone.apfs manpage to %files section
|
||||
* remove obsolete %{_datadir}/partclone from %files section
|
||||
|
||||
- Changes in 0.3.36:
|
||||
* update btrfs to v6.14
|
||||
|
||||
- Changes in 0.3.34:
|
||||
* update btrfs to v 6.13
|
||||
* fix btrfs compile issue
|
||||
* fix f2fs compile issue
|
||||
* remove fail-mbr
|
||||
* Check for byteswap.h existence for src/f2fs/f2fs_fs.h by
|
||||
@robert-scheck in #257
|
||||
* Fix include path for f2fs by @blanktonio in #258
|
||||
|
||||
- Changes in 0.3.33:
|
||||
* fix f2fs sector size issue
|
||||
* Prevent use of run-time floating point math functions for
|
||||
compile-time integer constants by @blanktonio in #252
|
||||
ntfstime.h uses the time.h, sys/stat.h, sys/time.h headers by
|
||||
@chewi in #254
|
||||
* Conditionally run the reiser4 test by @chewi in #253
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 05:26:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package partclone
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2012 Mariusz Fik <fisiu@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: partclone
|
||||
Version: 0.3.32
|
||||
Version: 0.3.37
|
||||
Release: 0
|
||||
Summary: File System Clone Utilities
|
||||
License: GPL-2.0-or-later
|
||||
@@ -70,10 +70,8 @@ autoreconf -fiv
|
||||
%make_build LIBS="-lncursesw -lpthread -lfuse" ||:
|
||||
|
||||
%install
|
||||
%make_install INSTLIBDIR=%{buildroot}%{_datadir}/%{name}
|
||||
%make_install
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
#mv %{buildroot}%{_sysconfdir}/bash_completion.d/partclone-prompt \
|
||||
# %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
%find_lang %{name}
|
||||
|
||||
%files
|
||||
@@ -110,6 +108,7 @@ autoreconf -fiv
|
||||
%{_sbindir}/partclone.vfat
|
||||
%{_sbindir}/partclone.xfs
|
||||
%{_mandir}/man8/partclone.8%{?ext_man}
|
||||
%{_mandir}/man8/partclone.apfs.8%{?ext_man}
|
||||
%{_mandir}/man8/partclone.btrfs.8%{?ext_man}
|
||||
%{_mandir}/man8/partclone.chkimg.8%{?ext_man}
|
||||
%{_mandir}/man8/partclone.dd.8%{?ext_man}
|
||||
@@ -137,7 +136,6 @@ autoreconf -fiv
|
||||
%{_mandir}/man8/partclone.restore.8%{?ext_man}
|
||||
%{_mandir}/man8/partclone.vfat.8%{?ext_man}
|
||||
%{_mandir}/man8/partclone.xfs.8%{?ext_man}
|
||||
%{_datadir}/partclone
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user