diff --git a/.gitattributes b/.gitattributes index 568a131..83dc2b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,4 +20,7 @@ *.whl filter=lfs diff=lfs merge=lfs -text *.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text -*.zst filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.zst filter=lfs diff=lfs merge=lfs -text +## Specific LFS patterns +de.po filter=lfs diff=lfs merge=lfs -text +e2fsprogs-no_cmd_hiding.patch filter=lfs diff=lfs merge=lfs -text diff --git a/de.po b/de.po new file mode 100644 index 0000000..250b7cc --- /dev/null +++ b/de.po @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dd4270ad034d87ca801b723fc08ffba7c12dbe4c76caa46bbe9c7c1f65c3fb +size 122956 diff --git a/e2fsprogs-no_cmd_hiding.patch b/e2fsprogs-no_cmd_hiding.patch new file mode 100644 index 0000000..9b3575f --- /dev/null +++ b/e2fsprogs-no_cmd_hiding.patch @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a0261858864128f48a1b516b67b1210a7023fc4fca35058cc9ebc5fb3ca956 +size 57423 diff --git a/e2fsprogs.changes b/e2fsprogs.changes index 723cf2c..e9f44e9 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -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 diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 304fd9d..13ec533 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -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