Commit Graph

79 Commits

Author SHA256 Message Date
Jan Kara
78bdeb51c3 Accepting request 156372 from home:jankara:branches:filesystems
Update changelog to mention all added patches.

OBS-URL: https://build.opensuse.org/request/show/156372
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=44
2013-02-25 21:20:18 +00:00
Jan Kara
cd20a93143 Accepting request 156351 from home:jankara:branches:filesystems
Fix compilation warnings leading to package build failure.

OBS-URL: https://build.opensuse.org/request/show/156351
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=43
2013-02-25 18:21:48 +00:00
Jan Kara
9577aee192 Accepting request 156128 from home:jankara:branches:filesystems
Update to 1.42.7

OBS-URL: https://build.opensuse.org/request/show/156128
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=42
2013-02-22 16:08:54 +00:00
Factory Maintainer
51c7becb94 Accepting request 154914 from home:fcrozat:branches:filesystems
(please forward to Factory AND 12.3)
- Install the correct source file as /etc/e2fsck.conf.

OBS-URL: https://build.opensuse.org/request/show/154914
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=40
2013-02-14 20:23:37 +00:00
Jan Kara
4dc8c9713f Accepting request 137687 from home:jankara:branches:filesystems
- removed e2fsprogs-1.42-voidreturn_value_declared.patch because it makes
  no longer any sence due to upstream changes

OBS-URL: https://build.opensuse.org/request/show/137687
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=38
2012-10-09 21:56:21 +00:00
Jan Kara
95fab24b7c Accepting request 136012 from home:jankara:branches:filesystems
- update to 1.42.6
  * Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock
  * Various resize2fs fixes
  * Various quota related fixes
  * Fixed filefrag so that it correctly reports the number of extents
  * Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc
  * Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock.
  * Fixed a bug in how e2fsck would uniquify directory entry names
  * Manpage updates
  ...

OBS-URL: https://build.opensuse.org/request/show/136012
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=37
2012-09-25 22:37:44 +00:00
Ismail Dönmez
ee093cc0bd Accepting request 133623 from home:coolo:branches:openSUSE:Factory
- add makeinfo as explicit buildrequire

OBS-URL: https://build.opensuse.org/request/show/133623
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=35
2012-09-11 12:57:54 +00:00
Jan Kara
6c357aead9 Accepting request 131510 from home:namtrac:branches:filesystems
- Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix 
  first part of bnc#775268

OBS-URL: https://build.opensuse.org/request/show/131510
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=33
2012-08-28 18:55:50 +00:00
60af90dbc4 Accepting request 124987 from home:coolo:branches:openSUSE:Factory
- update to 1.42.4
  * Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which
    could corrupt file systems
  * Fixed e2fsck's handling of how errors propagate from the journal to
    the file system superblock
  * Fixed a false positive complaint from e2fsck if all of the extents
    in the last extent block are uninitialized and located after the
    end of the file.
  * dumpe2fs will display the journal's error indicator in the
    superblock if it is set
  * Fixed a  bug which caused e2fsck to incorrectly use O_EXCLUSIVE in
    some corner cases.
  * Fix truncation of extent-mapped inodes in e2fsck and libext2fs
  * Fixed i_blocks accounting in bigalloc file systems.
  * Add support for btrfs's No_COW flag to lsattr and chattr
  * Debugfs interprets the date strings of the form "@ddd" as ddd
    seconds after the epoch
  * Updated/fixed various man pages  (Closes: #674453, #674694)

OBS-URL: https://build.opensuse.org/request/show/124987
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=31
2012-06-14 15:27:03 +00:00
Jan Kara
56f99b6d68 Accepting request 122001 from home:jankara:branches:filesystems
- Updated to 1.42.3
   - Fix a bug in the Unix I/O manager which could cause corruption of file
     systems with more than 16TB when e2fsprogs is compiled in 32-bit mode.
   - Improve the support for integrated quota files.
   - Fixed a regression introduced in 1.42.2 which would cause applications
     outside of e2fsprogs which did not pass the EXT2_FLAG_64BIT to crash.
   - Fix a bug which would cause mke2fs to fail creating the journal if
     /etc/mtab and /proc/mounts are missing.
   - Updated/fixed various man page.
   - Updated translations.

- Added dependency of e2fsprogs package on particular versions of libext2fs
  and libcom_err to avoid problems with missing symbols

OBS-URL: https://build.opensuse.org/request/show/122001
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=29
2012-05-23 21:39:30 +00:00
Philipp Thomas
0b34442555 - Update to 1.42.2:
* resize2fs uses much less CPU and is much faster for very large fs.
  * The seti and freei commands in debugfs can now take an optional length
    argument to set and clear a contiguous range of inodes.
  * E2fsck will now make explicit checks for the EOFBLOCKS_FL, since we
    plan to remove support for it from the kernel file system driver.
  * mke2fs can now use direct I/O via "mke2fs -D"
  * E2fsck was needlessly closing and re-opening the file system as a side
    effect of adding Multiple Mount Protection (MMP).  This isn't
    necessary for non-MMP file systems, so drop it.
  * E2fsck will now abort if there are memory allocation failures when
    the file system is initially opened and during the block group
    descriptor checks.
  * e2fsck will now report the incorrect and corrected checksum values
    for incorrect block groups.
  * e2fsck can now write log files containing the details of the problems
    that were found and fixed directly, via configuration parameters in
    /etc/e2fsck.conf.
  * The number of messages reported by e2fsck for a given problem type
    can be limited.
  * dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which noticably
    reduces memory consumption for large file systems.
  * E2fsck now checks for extents with a zero length.
  * Fixed a number of bugs relating to discard.
  * E2fsck's CPU utilization in pass 5 has been optimized.
  * E2image will now skip copying uninitialized bitmap and inode table
    blocks.
  * Fixed mke2fs -S so it does not corrupt the first block group's
    information.
  * E2fsck will now check the new sysfs interface to determine if we are

OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=27
2012-04-23 10:15:04 +00:00
Jan Kara
3693f93f29 Accepting request 113288 from home:rjschwei:branches:filesystems
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/113288
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=25
2012-04-11 22:40:58 +00:00
Jan Kara
98eaca5dda Accepting request 112741 from home:jengelh:branches:filesystems
- SPARC: avoid retention of libquota.a
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/112741
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=24
2012-04-05 22:12:22 +00:00
Jan Kara
3194e4e326 Accepting request 100294 from home:tabraham1:branches:filesystems
update to 1.42

OBS-URL: https://build.opensuse.org/request/show/100294
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=22
2012-01-16 19:28:03 +00:00
Jan Kara
8e6b84a83d Accepting request 97335 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97335
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=20
2011-12-20 20:56:09 +00:00
Jan Kara
2fcf069c5e Accepting request 87658 from home:jankara:branches:filesystems
- Added dumpe2fs.8 manpage fix (bnc#708243)

OBS-URL: https://build.opensuse.org/request/show/87658
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=19
2011-10-13 09:44:24 +00:00
16c0c27968 Accepting request 76809 from home:jankara:branches:filesystems
- Fix licenses in spec file to match those specified in COPYING file

OBS-URL: https://build.opensuse.org/request/show/76809
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=17
2011-07-25 14:41:55 +00:00
Jan Kara
b45ce7b066 Accepting request 59123 from home:psmt:branches:filesystems
Reviewed. OK.

OBS-URL: https://build.opensuse.org/request/show/59123
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=14
2011-01-25 16:48:14 +00:00
Jan Kara
a3d0dbaa08 Accepting request 59039 from home:psmt:branches:filesystems
Reviewed. OK.

OBS-URL: https://build.opensuse.org/request/show/59039
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=13
2011-01-24 14:16:36 +00:00
49280ff16e Accepting request 57200 from home:abrouwers
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/57200
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=11
2011-01-05 20:26:48 +00:00
OBS User buildservice-autocommit
6265b29290 Updating link to change in openSUSE:Factory/e2fsprogs revision 57.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=50b08ac1503b05172041aa222d5cb0d9
2010-08-03 13:22:37 +00:00
OBS User autobuild
2e3183ce53 Accepting request 44351 from filesystems
checked in (request 44351)

OBS-URL: https://build.opensuse.org/request/show/44351
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=10
2010-08-03 13:22:36 +00:00
Stephan Kulow
d58f7a49d1 - revert pth's %configure to fix build
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=9
2010-08-02 09:24:52 +00:00
OBS User buildservice-autocommit
2fbb6268b3 Updating link to change in openSUSE:Factory/e2fsprogs revision 56.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=30f2adef6493c3967236e4a1a28d333e
2010-07-30 10:44:37 +00:00
OBS User autobuild
de63f8ab99 Accepting request 44229 from filesystems
checked in (request 44229)

OBS-URL: https://build.opensuse.org/request/show/44229
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=8
2010-07-30 10:44:36 +00:00
9ab4fc4ddf Accepting request 42786 from home:jengelh:sparc
Copy from home:jengelh:sparc/e2fsprogs via accept of submit request 42786 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42786
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=7
2010-07-16 14:39:34 +00:00
77e46955e2 Accepting request 42405 from home:jengelh:smp
Copy from home:jengelh:smp/e2fsprogs via accept of submit request 42405 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42405
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=6
2010-07-08 08:03:44 +00:00
Jan Kara
8364951a96 Accepting request 38249 from home:psmt:branches:filesystems
Copy from home:psmt:branches:filesystems/e2fsprogs via accept of submit request 38249 revision 3.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/38249
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=5
2010-04-19 17:22:37 +00:00
OBS User autobuild
3291a14210 Accepting request 36548 from filesystems
Copy from filesystems/e2fsprogs based on submit request 36548 from user jankara

OBS-URL: https://build.opensuse.org/request/show/36548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=53
2010-04-01 13:25:20 +00:00
OBS User autobuild
5b6bbc00f5 Accepting request 26688 from Base:System
Copy from Base:System/e2fsprogs based on submit request 26688 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/26688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=51
2009-12-16 08:09:35 +00:00
OBS User autobuild
fc629f8a36 Accepting request 26180 from Base:System
Copy from Base:System/e2fsprogs based on submit request 26180 from user michal-m

OBS-URL: https://build.opensuse.org/request/show/26180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=50
2009-12-11 12:01:57 +00:00
OBS User autobuild
a5ece0db90 Accepting request 20384 from Base:System
Copy from Base:System/e2fsprogs based on submit request 20384 from user hennevogel

OBS-URL: https://build.opensuse.org/request/show/20384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=48
2009-09-16 20:16:59 +00:00
OBS User autobuild
c0ff98d18c Accepting request 19670 from Base:System
Copy from Base:System/e2fsprogs based on submit request 19670 from user coolo

OBS-URL: https://build.opensuse.org/request/show/19670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=47
2009-09-04 22:24:33 +00:00
OBS User unknown
a9cd4668f3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=46 2009-08-06 15:38:39 +00:00
OBS User unknown
a7dc0fa992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=45 2009-07-17 14:27:47 +00:00
OBS User unknown
d4777941d1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=44 2009-07-03 15:13:02 +00:00
OBS User unknown
1937494fc2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=43 2009-03-17 15:47:31 +00:00
OBS User unknown
b01ec34ce3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=42 2009-02-20 20:43:55 +00:00
OBS User unknown
f32902b58d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=41 2009-02-06 15:34:27 +00:00
OBS User unknown
f937d055f7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=40 2009-01-14 16:51:43 +00:00
OBS User unknown
af5c82454a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=39 2008-12-05 14:15:07 +00:00
OBS User unknown
295b749b46 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=38 2008-11-03 00:00:37 +00:00
OBS User unknown
9eb5f17beb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=37 2008-10-07 13:56:07 +00:00
OBS User unknown
30e316c22f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=36 2008-09-29 17:30:42 +00:00
OBS User unknown
614b8191ca OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=35 2008-09-15 14:32:55 +00:00
OBS User unknown
c36665161a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=34 2008-09-05 18:13:55 +00:00
OBS User unknown
c2be05af2c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=33 2008-08-21 20:53:58 +00:00
OBS User unknown
60aa1000e9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=32 2008-08-21 15:58:40 +00:00
OBS User unknown
b49e7ae22a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=31 2008-07-18 19:53:07 +00:00
OBS User unknown
21d216e5c8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=30 2008-07-11 18:41:52 +00:00