New upstream release 1.43.1
This commit is contained in:
parent
2882ea73a7
commit
14038a7ff6
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ e2fsprogs-1.41.12.tar.gz
|
|||||||
/e2fsprogs-1.42.11.tar.xz
|
/e2fsprogs-1.42.11.tar.xz
|
||||||
/e2fsprogs-1.42.12.tar.xz
|
/e2fsprogs-1.42.12.tar.xz
|
||||||
/e2fsprogs-1.42.13.tar.xz
|
/e2fsprogs-1.42.13.tar.xz
|
||||||
|
/e2fsprogs-1.43.1.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.42.13
|
Version: 1.43.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# License tags based on COPYING file distinctions for various components
|
# License tags based on COPYING file distinctions for various components
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -25,6 +25,7 @@ Provides: e4fsprogs = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: pkgconfig, texinfo, libselinux-devel
|
BuildRequires: pkgconfig, texinfo, libselinux-devel
|
||||||
|
BuildRequires: fuse-devel
|
||||||
BuildRequires: libsepol-devel
|
BuildRequires: libsepol-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
@ -212,7 +213,6 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README RELEASE-NOTES
|
%doc README RELEASE-NOTES
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
|
||||||
|
|
||||||
%config(noreplace) /etc/mke2fs.conf
|
%config(noreplace) /etc/mke2fs.conf
|
||||||
%config(noreplace) /etc/e2fsck.conf
|
%config(noreplace) /etc/e2fsck.conf
|
||||||
@ -223,10 +223,12 @@ exit 0
|
|||||||
%{_sbindir}/e2image
|
%{_sbindir}/e2image
|
||||||
%{_sbindir}/e2label
|
%{_sbindir}/e2label
|
||||||
%{_sbindir}/e2undo
|
%{_sbindir}/e2undo
|
||||||
|
%{_sbindir}/e4crypt
|
||||||
%{_sbindir}/fsck.ext2
|
%{_sbindir}/fsck.ext2
|
||||||
%{_sbindir}/fsck.ext3
|
%{_sbindir}/fsck.ext3
|
||||||
%{_sbindir}/fsck.ext4
|
%{_sbindir}/fsck.ext4
|
||||||
%{_sbindir}/fsck.ext4dev
|
%{_sbindir}/fsck.ext4dev
|
||||||
|
%{_sbindir}/fuse2fs
|
||||||
%{_sbindir}/logsave
|
%{_sbindir}/logsave
|
||||||
%{_sbindir}/mke2fs
|
%{_sbindir}/mke2fs
|
||||||
%{_sbindir}/mkfs.ext2
|
%{_sbindir}/mkfs.ext2
|
||||||
@ -243,6 +245,7 @@ exit 0
|
|||||||
%{_bindir}/chattr
|
%{_bindir}/chattr
|
||||||
%{_bindir}/lsattr
|
%{_bindir}/lsattr
|
||||||
%{_mandir}/man1/chattr.1*
|
%{_mandir}/man1/chattr.1*
|
||||||
|
%{_mandir}/man1/fuse2fs.1*
|
||||||
%{_mandir}/man1/lsattr.1*
|
%{_mandir}/man1/lsattr.1*
|
||||||
|
|
||||||
%{_mandir}/man5/ext2.5*
|
%{_mandir}/man5/ext2.5*
|
||||||
@ -255,6 +258,7 @@ exit 0
|
|||||||
%{_mandir}/man8/debugfs.8*
|
%{_mandir}/man8/debugfs.8*
|
||||||
%{_mandir}/man8/dumpe2fs.8*
|
%{_mandir}/man8/dumpe2fs.8*
|
||||||
%{_mandir}/man8/e2fsck.8*
|
%{_mandir}/man8/e2fsck.8*
|
||||||
|
%{_mandir}/man8/e4crypt.8*
|
||||||
%{_mandir}/man8/filefrag.8*
|
%{_mandir}/man8/filefrag.8*
|
||||||
%{_mandir}/man8/e2freefrag.8*
|
%{_mandir}/man8/e2freefrag.8*
|
||||||
%{_mandir}/man8/e4defrag.8*
|
%{_mandir}/man8/e4defrag.8*
|
||||||
@ -278,14 +282,12 @@ exit 0
|
|||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
|
||||||
%{_libdir}/libe2p.so.*
|
%{_libdir}/libe2p.so.*
|
||||||
%{_libdir}/libext2fs.so.*
|
%{_libdir}/libext2fs.so.*
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -302,7 +304,6 @@ exit 0
|
|||||||
%files -n libcom_err
|
%files -n libcom_err
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
|
||||||
%{_libdir}/libcom_err.so.*
|
%{_libdir}/libcom_err.so.*
|
||||||
|
|
||||||
%files -n libcom_err-devel
|
%files -n libcom_err-devel
|
||||||
@ -319,7 +320,6 @@ exit 0
|
|||||||
%files -n libss
|
%files -n libss
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
|
||||||
%{_libdir}/libss.so.*
|
%{_libdir}/libss.so.*
|
||||||
|
|
||||||
%files -n libss-devel
|
%files -n libss-devel
|
||||||
@ -332,6 +332,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ss.pc
|
%{_libdir}/pkgconfig/ss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 08 2016 Eric Sandeen <sandeen@redhat.com> 1.43.1-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.13-4
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.13-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user