18 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
Cristian Rodríguez
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 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