33 Commits

Author SHA256 Message Date
65118d0f36 Accepting request 1334846 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1334846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=28
2026-02-26 17:36:53 +00:00
84fa2c3c08 - Update to 0.4b53
* Do not dump the quota and orphan hidden inodes.
  * When a dump has more than 31 volumes, report all the volumes read
    rather than stopping at 31.
  * add --use-blockdev-for-dumpdates to revert to old behaviour where
    blockdev is always written to dumpdates. Improve fstab filtering so
    that bind mounts can be dumped.
  * Relax the restriction of incremental dumping of subdirectories and
    updating of the dumpdates file where --use-blockdev-for-dumpdates is
    not being used.
  * Add --no-set-curr-dir-perms which bypasses the question about setting
    permissions on . when restoring.
  * For full changelog see NEWS file
- Disable werror which was enabled by default but causes build errors
- Remove update-alternatives, conflict with rmt instead and symlink ermt
  to rmt (bsc#1245893)
- Refresh dump-0.4b46-rmt-ermt.patch
- Drop dump-0.4b43-include.patch, no longer needed
- Downgrade rmt and mt Recommends to Suggests. It's better to not install
  these by default in order to avoid user confusion with conflicts with
  other packages providing rmt such as tar-rmt (bsc#1244396)

OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=31
2026-02-24 19:48:44 +00:00
6f5165668a Accepting request 1231756 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1231756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=27
2024-12-18 19:09:03 +00:00
33690437d0 Accepting request 1231755 from home:ateixeira:branches:Archiving
- Update to 0.4b49:
  * Reworking of regression tests and test harness
  * Import some patches from the Debian package.
  * restore -N should never change the fs. Fixes #154
  * Support outputting list of files from restore -t with '\0' separator
    (Patch from debian bug 703564 by Heiko Schlittermann)
  * Fix reading of QFA file when listing tape.
  * Support restoring to filesystems with a blocksize that isn't a multiple
    of TP_BSIZE (debian bug 995992). This is a different fix to the one
    currently in debian. The advantage of using a common multiple, if
    available, is that every FS block will only be written to once.
    Fixed an issue where the alignment between blocksize and writing pos
    becomes misaligned when a sparse hole doesn't occupy a full fs block
    (happens when restoring to a FS with a different, larger blocksize than
    the one the dump was taken on.
  * Numerous other minor patches from the Debian package
  * Don't read off end of buffer when restoring symlinks
  * Fix some weirdness around dumping a subdirectory. Do not include the
    inodes for all of the items in the subdirectories - which then give a
    restore error "inode not found on tape"
  * Fix EA problem when EAs blocks are read immediately before a tape change.
  * Allow compressed dumps to work when -b blocksize setting is the maximum
    a tape drive supports.
  * Remove code added for building on systems other than __linux__
  * Major reworking of how reading from disk and tape works. Dump now
    supports writing a compressed dump to a file and then writing that to
    tape. There is now only one "read" function. We do not have separate
    functions for reading tapes, files, compressed tapes, compressed files.
  * Improve the efficiency of TS_ADDR (and TS_INODE) record for
    representing larger files. A single TS_ADDR record can now represent up

OBS-URL: https://build.opensuse.org/request/show/1231755
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=29
2024-12-17 20:21:32 +00:00
b1fc644ea7 Accepting request 1151129 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1151129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=26
2024-02-27 21:44:03 +00:00
Danilo Spinella
7a7f1339e8 Accepting request 1150602 from home:dimstar:rpm4.20:d
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150602
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=27
2024-02-26 10:51:44 +00:00
d69d7c9ebc Accepting request 907096 from Archiving
OBS-URL: https://build.opensuse.org/request/show/907096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=25
2021-07-21 17:06:16 +00:00
7d607cae2c Accepting request 906705 from home:dspinella:branches:Archiving
- Update to 0.4b47:
  * Fix missing lzo return (Alexey Svistunov).
  * Fix building with OpenSSL 1.1 (Daniel Molkentin).
  * Fix bashisms in examples (Oleksandr Chumachenko).
  * Use xattrs funcs from the C library (Vaclav Dolezal).
  * Fix date mangling in man pages (Mike Frysinger).
  * Force -fcommon when building (Mike Frysinger).
  * Add error checking to SSL init transformation (Mike Frysinger).
  * Fix restore -C calls with ftruncate (Alexander Zangerl).
  * Restore symlink timestamps (Alexander Zangerl).
- Remove upstreamed patches:
  * dump-0.4b43-fix-bashisms.patch
  * dump-0.4b46-lzo-no-return.patch
  * dump-0.4b46-openssl-1.1.patch
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/906705
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=26
2021-07-19 09:20:19 +00:00
c7439045d6 Accepting request 789864 from Archiving
OBS-URL: https://build.opensuse.org/request/show/789864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=24
2020-04-04 10:18:36 +00:00
71aa55f76c Accepting request 789576 from home:kstreitova:branches:Archiving
- starting with GCC 10, the default of '-fcommon' option will
  change to '-fno-common'. Because dump build fails with 
  'fno-common', add '-fcommon' option to optflags as a temporary
  workaround for this problem till it's properly fixed [bsc#1160263]

OBS-URL: https://build.opensuse.org/request/show/789576
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=24
2020-03-30 17:42:24 +00:00
83f0a7ca43 Accepting request 503946 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/503946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=23
2017-06-20 08:59:10 +00:00
54d8f71228 Accepting request 503945 from home:scarabeus_iv:branches:Archiving
- Add sqlite3 dependency and enable building with it

OBS-URL: https://build.opensuse.org/request/show/503945
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=22
2017-06-15 13:03:58 +00:00
069948c79a Accepting request 503777 from home:dmolkentin:branches:Archiving
- Compile with OpenSSL 1.1 (bsc#1042637)
- add patches:
  * dump-0.4b46-openssl-1.1.patch

OBS-URL: https://build.opensuse.org/request/show/503777
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=21
2017-06-15 09:47:13 +00:00
6833a0b7af Accepting request 482870 from Archiving
- Conform to packaging guidelines with update-alternatives
- Clenaup with spec-cleaner

- Update to 0.4b44
  * Improve data throughput when using compression in dump by
    allowing multiple slaves to compress in parallel. Thanks
    to Phillip Susi <psusi@cfl.rr.com> for the patch.
  * Add dump encryption support and reorganise the whole
    compression/encryption code as plugins. Thanks to
    Bear Giles <bgiles@coyotesong.com> for the patch.
  * Add sqlite index support and reorganize the QFA code
    as plugins. Thanks to Bear Giles <bgiles@coyotesong.com> for
    the patch.
  * Lots of various build cleanups and minor bugfixes.
  * Use pkg-config to locate openssl dependencies to fix ermt linking.
  * Fix building when QFA code is disabled (Alexander Zangerl).
  * Fix crash with the -Q option (Alexander Zangerl).
  * Fix crash with legacy indexer (Alexander Zangerl).
  * Fix handling of the -A flag.
  * Fix compression enabling logic (Alexander Zangerl).
  * Skip unhandled fstab entries (Josef Ridky).
- Add ermt (1) man page
- A new version of dump have an updated make system, because of this
  * remove patches dump-0.4b43-configure.patch, dump-0.4b43-destdir.patch, dump-buildfix.patch
  * rebase patch dump-0.4b43-pathnames.patch to dump-0.4b46-pathnames.patch
- Add dump-0.4b46-lzo-no-return.patch - fixing rpmlint 
  no-return-in-nonvoid-function error in dump
- Add dump-0.4b46-rmt-ermt.patch - independent rmt and ermt build,
  change its locations to _bindir
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/482870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=22
2017-05-20 12:30:31 +00:00
3d70afab67 - Conform to packaging guidelines with update-alternatives
- Clenaup with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=19
2017-03-27 11:45:53 +00:00
a9d0e4fcc0 * remove patches dump-0.4b43-configure.patch, dump-0.4b43-destdir.patch, dump-buildfix.patch
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=18
2017-03-25 06:53:43 +00:00
8c4f570122 Accepting request 482515 from home:svalx
OBS-URL: https://build.opensuse.org/request/show/482515
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=17
2017-03-24 21:21:51 +00:00
Stephan Kulow
01677ced34 Accepting request 305697 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/305697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=21
2015-05-10 08:52:57 +00:00
09c0940029 Accepting request 305696 from home:pluskalm:branches:Archiving
OBS-URL: https://build.opensuse.org/request/show/305696
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=15
2015-05-07 07:53:43 +00:00
e5202256f0 Accepting request 287653 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/287653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=20
2015-03-01 13:52:04 +00:00
861dcdd3be Accepting request 287585 from home:pluskalm:branches:Archiving
- Cleanup spec file with spec-cleaner
- Update urls
- Add patch dump-buildfix.patch
- Update to 0.4b44

OBS-URL: https://build.opensuse.org/request/show/287585
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=13
2015-02-25 08:09:42 +00:00
d349ca41f9 Accepting request 265411 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/265411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=19
2014-12-17 18:16:56 +00:00
Ismail Dönmez
8a5c90e3ad Accepting request 261969 from home:Ledest:bashisms
fix bashisms in example scripts

OBS-URL: https://build.opensuse.org/request/show/261969
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=11
2014-12-16 13:06:51 +00:00
Ismail Dönmez
d6a7e72c75 Accepting request 148165 from Archiving
- remove suse_update_config (forwarded request 148163 from coolo)

OBS-URL: https://build.opensuse.org/request/show/148165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=15
2013-01-12 18:46:41 +00:00
Ismail Dönmez
ea6a32fcbc Accepting request 148163 from home:coolo:branches:openSUSE:Factory
- remove suse_update_config

OBS-URL: https://build.opensuse.org/request/show/148163
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=9
2013-01-12 09:46:19 +00:00
Stephan Kulow
e90c8696d9 Accepting request 95176 from Archiving
add automake to buildrequires (forwarded request 95002 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=13
2011-12-07 20:40:38 +00:00
9fdbf1f8ee Accepting request 95002 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/95002
OBS-URL: https://build.opensuse.org/package/show/Archiving/dump?expand=0&rev=7
2011-12-02 19:07:11 +00:00
Sascha Peilicke
e55c118e47 Accepting request 84424 from Archiving
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build (forwarded request 83303 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=11
2011-09-22 11:55:27 +00:00
OBS User autobuild
f596cb472c Accepting request 49726 from Archiving
Copy from Archiving/dump based on submit request 49726 from user nadvornik

OBS-URL: https://build.opensuse.org/request/show/49726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=9
2010-10-05 21:25:04 +00:00
OBS User autobuild
0245d6406e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=6 2010-03-18 14:43:26 +00:00
OBS User unknown
1b3f279c0e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=4 2008-10-23 02:29:49 +00:00
OBS User unknown
e5a2aaa5c8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=2 2007-04-01 10:07:22 +00:00
OBS User unknown
8f36e3e170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=1 2007-01-15 23:10:42 +00:00