Commit Graph

29 Commits

Author SHA256 Message Date
Ana Guerrero
ac79ee0768 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
c9e91e805f 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
Dominique Leuenberger
d1937bc2fb 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
2d414dde6d 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
Dominique Leuenberger
56a22c567c 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
Martin Pluskal
ac70c346b5 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
Dominique Leuenberger
2af1e2c915 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
540b015269 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
Martin Pluskal
91a220157c 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
Dominique Leuenberger
44278f34fb 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
Martin Pluskal
a7b44b498a - 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
Martin Pluskal
bc0ced5834 * 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
Martin Pluskal
c8f1e6687e 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
094e72677d 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
Martin Pluskal
ba3ce163c4 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
Dominique Leuenberger
d349e3e8db 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
a123928783 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
Dominique Leuenberger
0dc9ae48f2 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
ee1285bc29 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
964bd39e68 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
93097af136 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
bc558588f5 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
Cristian Rodríguez
c6fb7cb546 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
1f8ed20025 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
df06c3acb6 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
df275742e8 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
bb4d9952e2 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
b04317d008 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
4b06dbe05a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dump?expand=0&rev=1 2007-01-15 23:10:42 +00:00