OBS User unknown 2007-04-25 23:02:44 +00:00 committed by Git OBS Bridge
parent f3aa3f9ec0
commit 1e0d25f9a7
4 changed files with 5847 additions and 1 deletions

4313
de.po Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 25 12:53:49 CEST 2007 - pth@suse.de
- Fix German translations.
-------------------------------------------------------------------
Wed Apr 11 13:11:58 CEST 2007 - mkoenig@suse.de

View File

@ -11,6 +11,7 @@
# norootforbuild
Name: e2fsprogs
%define no_command_hiding 1
BuildRequires: libvolume_id-devel
License: GNU General Public License (GPL)
Group: System/Filesystems
@ -20,10 +21,11 @@ Obsoletes: ext2fs
PreReq: %install_info_prereq
Autoreqprov: on
Version: 1.39+1.40_WIP_20061114+PATCH20070329
Release: 5
Release: 9
Summary: Utilities for the Second Extended File System
URL: http://e2fsprogs.sourceforge.net
Source: %{name}-%{version}.tar.bz2
Source1: de.po
Patch0: elf.diff
Patch1: %{name}-1.35-libdir.diff
Patch2: %{name}-1.33-fsckdevdisplay.diff
@ -50,6 +52,7 @@ Patch31: libcom_err-no-init_error_table.patch
Patch32: libcom_err-no-e2fsck.static.patch
Patch33: libcom_err-mutex.patch
Patch34: libcom_err-compile_et_permissions.patch
Patch35: e2fsprogs-no_cmd_hiding.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -127,6 +130,10 @@ Authors:
%patch32 -p1
%patch33 -p1
%patch34 -p1
%if no_command_hiding
%patch35
%endif
cp %{S:1} po
%build
%{?suse_update_config:%{suse_update_config -f}}
@ -247,6 +254,8 @@ rm -rf $RPM_BUILD_ROOT
%postun -n libcom_err -p /sbin/ldconfig
%changelog
* Wed Apr 25 2007 - pth@suse.de
- Fix German translations.
* Wed Apr 11 2007 - mkoenig@suse.de
- blkid: fix hfsplus probing to detect HFS+ volumes embedded
in a HFS volume