forked from pool/e2fsprogs
Accepting request 432946: 1
Rev openSUSE:Factory/92 Md5 66c3f62db3c057bd2b2c460869197a9b 2016-10-04 13:42:01 dimstar_suse 432946
This commit is contained in:
commit
2b99731fe2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83dba1d96dfdba06f1ca0da6a77d539c22391b99fbd9bd733699689ca25dbebc
|
||||
size 7009831
|
3
e2fsprogs-1.43.3.tar.gz
Normal file
3
e2fsprogs-1.43.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bd0a2937729e73d213dc8f2c8edf07eb39dbe12c14c5942b3acb5b4db80f71d
|
||||
size 7405892
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 12:02:04 UTC 2016 - jack@suse.cz
|
||||
|
||||
- Remove suse-module-tools dependency as it creates cycle in dependency list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 12:41:57 UTC 2016 - jack@suse.cz
|
||||
|
||||
- Update download URL to poing to ftp.kernel.org which is more reliable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 12:56:47 UTC 2016 - jack@suse.cz
|
||||
|
||||
- Update to 1.43.3
|
||||
* mke2fs will use larger journal for large filesystems by default
|
||||
* e2fsck journal replay bugfixes
|
||||
* debugfs improvements and fixes
|
||||
* fix resize2fs migration of attribute blocks
|
||||
- fuse2fs manpage is no longer installed when fuse2fs is not built
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 11:02:14 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- fix last change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 18:24:39 UTC 2016 - crrodriguez@opensuse.org
|
||||
|
||||
- Rebuild the initrd if this package changes (and we are not
|
||||
building the -mini version)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 14:58:12 UTC 2016 - jack@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Conflicts: libcom_err2-mini
|
||||
Conflicts: libcom_err-mini-devel
|
||||
%endif
|
||||
#
|
||||
Version: 1.43.1
|
||||
Version: 1.43.3
|
||||
Release: 0
|
||||
Summary: Utilities for the Second Extended File System
|
||||
License: GPL-2.0
|
||||
@ -69,7 +69,7 @@ Group: System/Filesystems
|
||||
Url: http://e2fsprogs.sourceforge.net
|
||||
Requires: libcom_err2 >= %{version}
|
||||
Requires: libext2fs2 >= %{version}
|
||||
Source: http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
|
||||
Source: ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
|
||||
Source2: README.SUSE
|
||||
Source3: baselibs.conf
|
||||
#
|
||||
@ -285,12 +285,19 @@ done
|
||||
/sbin/ldconfig
|
||||
%if ! %{build_mini}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%if ! %{build_mini}
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
%if ! %{build_mini}
|
||||
%posttrans
|
||||
%{?regenerate_initrd_posttrans}
|
||||
%endif
|
||||
|
||||
%if %{build_mini}
|
||||
@ -369,7 +376,6 @@ done
|
||||
%endif
|
||||
%{_mandir}/man1/chattr.1.gz
|
||||
%{_mandir}/man1/lsattr.1.gz
|
||||
%{_mandir}/man1/fuse2fs.1.gz
|
||||
%{_mandir}/man5/ext?.5.gz
|
||||
%{_mandir}/man5/e2fsck.conf.5.gz
|
||||
%{_mandir}/man5/mke2fs.conf.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user