forked from pool/e2fsprogs
Accepted submit request 58461 from user coolo
Rev openSUSE:Factory/58 Md5 3421a8fa1e211cc9cab01a7260ffa11a 2011-01-17 12:59:08 darix 58461
This commit is contained in:
parent
708471d367
commit
a69c6033db
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,5 +21,3 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
e2fsprogs-1.41.11.de.po filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbd1a3ce2548c63d2f7c7dc60453c14bcead260f24de647ea894feccdf76ebba
|
||||
size 152553
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af2dcc70d1f5442da026f943c5ec60a378484261893980252243680598d2969b
|
||||
size 3930553
|
3
e2fsprogs-1.41.14.tar.bz2
Normal file
3
e2fsprogs-1.41.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6739d58ea6c38badea3133862f38419ab3c160e2ff00638d01d15292d9619af9
|
||||
size 3993125
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 5 19:53:32 UTC 2011 - abrouwers@gmail.com
|
||||
|
||||
- Update to 1.14.14
|
||||
* Many bugfixes
|
||||
* Resize2fs -P will now refuse to print a minimum size if the file system
|
||||
is not clean.
|
||||
* 2fsck will check for cases where the EOFBLOCKS_FL is set when it is not needed,
|
||||
and offer to clear it
|
||||
* The mke2fs program now queries the kernel for the physical as well as the logical
|
||||
sector size, and will not allow a blocksize below the logical, and will strongly
|
||||
encourage a blocksize at least as big as the physical blocksize
|
||||
* E2fsck now will completely skip time-based checks if the system clock looks insane or
|
||||
the option broken_system_clock is set in /etc/e2fsck.conf
|
||||
* E2fsck now tests for extents that begin at physical block 0 and rejects them as invalid.
|
||||
* The tune2fs program can now set the uninit_bg feature without requiring an fsck
|
||||
* The tune2fs, dumpe2fs, and debugfs programs now support the new ext4 default mount
|
||||
options settings which were added in 2.6.35
|
||||
* The resize2fs program now handles devices which are exactly 16T
|
||||
see more changes in RELEASE-NOTES
|
||||
- Use upstream de translations (regenerated in 1.41.13)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 09:23:35 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package e2fsprogs (Version 1.41.11)
|
||||
# spec file for package e2fsprogs (Version 1.41.14)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,14 +30,13 @@ AutoReqProv: on
|
||||
Obsoletes: e2fsprogs-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.41.11
|
||||
Release: 5
|
||||
Version: 1.41.14
|
||||
Release: 1
|
||||
Summary: Utilities for the Second Extended File System
|
||||
Url: http://e2fsprogs.sourceforge.net
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source2: README.SUSE
|
||||
Source3: baselibs.conf
|
||||
Source6: %{name}-%{version}.de.po
|
||||
#
|
||||
# e2fsprogs patches
|
||||
#
|
||||
@ -125,7 +124,6 @@ Development files for the com_err error message display library.
|
||||
# libcom_err patches
|
||||
%patch34 -p1
|
||||
cp %{SOURCE2} .
|
||||
cp %{S:6} po/de.po
|
||||
|
||||
%build
|
||||
autoreconf --force --install
|
||||
|
Loading…
Reference in New Issue
Block a user