Browse code

e2fsprogs and elfutils are updated for photon 2.0

Change-Id: Ifd9929df72ae74a23367abf59e3ffd083a8cd049
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2272
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>

changpil authored on 2017/04/05 05:46:52
Showing 2 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:        Contains the utilities for the ext2 file system
2 2
 Name:           e2fsprogs
3
-Version:        1.42.13
4
-Release:        5%{?dist}
3
+Version:        1.43.4
4
+Release:        1%{?dist}
5 5
 License:        GPLv2+
6 6
 URL:            http://e2fsprogs.sourceforge.net
7 7
 Group:          System Environment/Base
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:        http://prdownloads.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
11
-%define sha1    e2fsprogs=77d1412472ac5a67f8954166ec16c37616074c37
11
+%define sha1    e2fsprogs=f7cf8c82805103b53f89ad5da641e1085281d411
12 12
 Requires:       %{name}-libs = %{version}-%{release}
13 13
 %description
14 14
 The E2fsprogs package contains the utilities for handling
... ...
@@ -76,33 +76,12 @@ make %{?_smp_mflags} check
76 76
 %{_mandir}/man8/*
77 77
 %{_mandir}/man1/*
78 78
 %{_mandir}/man5/*
79
-%{_sbindir}/e4defrag
80
-%{_sbindir}/filefrag
81
-%{_sbindir}/e2freefrag
82
-%{_sbindir}/mklost+found
79
+%{_sbindir}/*
83 80
 /lib/libext2fs.so.2.4
84 81
 /lib/libe2p.so.2.3
85 82
 /lib/libe2p.so.2
86 83
 /lib/libext2fs.so.2
87
-/sbin/e2label
88
-/sbin/e2image
89
-/sbin/tune2fs
90
-/sbin/e2undo
91
-/sbin/debugfs
92
-/sbin/e2fsck
93
-/sbin/fsck.ext3
94
-/sbin/mkfs.ext4
95
-/sbin/dumpe2fs
96
-/sbin/mke2fs
97
-/sbin/fsck.ext4dev
98
-/sbin/mkfs.ext2
99
-/sbin/mkfs.ext4dev
100
-/sbin/fsck.ext4
101
-/sbin/badblocks
102
-/sbin/logsave
103
-/sbin/resize2fs
104
-/sbin/fsck.ext2
105
-/sbin/mkfs.ext3
84
+/sbin/*
106 85
 %{_libdir}/libe2p.so
107 86
 %{_libdir}/libext2fs.so
108 87
 
... ...
@@ -140,6 +119,8 @@ make %{?_smp_mflags} check
140 140
 %{_libdir}/libext2fs.a
141 141
 %{_mandir}/man3/*
142 142
 %changelog
143
+*   Mon Apr 03 2017 Chang Lee <changlee@vmware.com> 1.43.4-1
144
+-   Updated to version 1.43.4
143 145
 *   Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 1.42.13-5
144 146
 -   Moved man3 to devel subpackage.
145 147
 *   Wed Nov 16 2016 Alexey Makhalov <amakhalov@vmware.com> 1.42.13-4
... ...
@@ -1,18 +1,16 @@
1 1
 # -*- rpm-spec-*-
2 2
 Summary:	A collection of utilities and DSOs to handle compiled objects
3 3
 Name:		elfutils
4
-Version:	0.165
5
-Release:	3%{?dist}
4
+Version:	0.168
5
+Release:	1%{?dist}
6 6
 License:	GPLv3+ and (GPLv2+ or LGPLv3+)
7 7
 Group:		Development/Tools
8 8
 URL:        	https://fedorahosted.org/elfutils/
9 9
 Source0:	elfutils-%{version}.tar.bz2
10
-%define sha1 elfutils=b994f2f31e6638415d7f8a3c0c7e04e6bc4ca4a9
10
+%define sha1 elfutils=53e486ddba572cf872d32e9aad4d7d7aa6e767ff
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 
14
-Patch0: cve-2014-0172.patch
15
-
16 14
 Obsoletes:	libelf libelf-devel
17 15
 Requires:	elfutils-libelf = %{version}-%{release}
18 16
 Requires:	glibc >= 2.7
... ...
@@ -107,7 +105,6 @@ These are the additional language files of elfutils.
107 107
 
108 108
 %prep
109 109
 %setup -q
110
-%patch0 -p1
111 110
 %build
112 111
 %configure --program-prefix=%{_programprefix}
113 112
 make %{?_smp_mflags}
... ...
@@ -198,6 +195,8 @@ rm -rf ${RPM_BUILD_ROOT}
198 198
 %defattr(-,root,root)
199 199
 
200 200
 %changelog
201
+* Mon Apr 03 2017 Chang Lee <changlee@vmware.com> 0.168-1
202
+- Updated to 0.168
201 203
 * Wed Nov 23 2016 Alexey Makhalov <amakhalov@vmware.com> 0.165-3
202 204
 - Added -libelf-lang subpackage
203 205
 * Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.165-2