Browse code

Update fuse, initscripts.

Change-Id: I8043332a2b472e9edc5bd170ef8331a5d8c91651
Reviewed-on: http://photon-jenkins.eng.vmware.com/427
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

xiaolin-vmware authored on 2016/01/27 09:58:28
Showing 2 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	File System in Userspace (FUSE) utilities
2 2
 Name:           fuse
3
-Version:        2.9.4
4
-Release:        2%{?dist}
3
+Version:        2.9.5
4
+Release:        1%{?dist}
5 5
 License:        GPL+
6 6
 Url:		http://fuse.sourceforge.net/
7 7
 Group:		System Environment/Base
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10
-Source0:        http://sourceforge.net/projects/fuse/files/fuse-2.X/%{version}/%{name}-%{version}.tar.gz
11
-%define sha1 fuse=c8b25419f33624dc5240af6a5d26f2c04367ca71
10
+Source0:        https://github.com/libfuse/libfuse/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
11
+%define sha1 fuse=bf71181cdc25f65e5757a8a14d352296722de2e3
12 12
 %description
13 13
 With FUSE it is possible to implement a fully functional filesystem in a
14 14
 userspace program. 
... ...
@@ -31,13 +31,12 @@ mkdir -p %{buildroot}%{_libdir}/%{name}
31 31
 make install \
32 32
 	prefix=%{buildroot}%{_prefix}
33 33
 
34
-install -v -m755 -d /usr/share/doc/fuse-2.9.4 &&
34
+install -v -m755 -d /usr/share/doc/fuse-2.9.5 &&
35 35
 install -v -m644    doc/{how-fuse-works,kernel.txt} \
36
-                    /usr/share/doc/fuse-2.9.4
36
+                    /usr/share/doc/fuse-2.9.5
37 37
 
38 38
 %files 
39 39
 %defattr(-, root, root)
40
-%doc README NEWS INSTALL AUTHORS COPYING COPYING.LIB
41 40
 %{_libdir}/*
42 41
 %exclude %{_libdir}/debug/
43 42
 %exclude %{_libdir}/*.la
... ...
@@ -52,6 +51,8 @@ install -v -m644    doc/{how-fuse-works,kernel.txt} \
52 52
 %{_prefix}/bin/fusermount
53 53
 
54 54
 %changelog
55
+*   Tue Jan 26 2016 Xiaolin Li <xiaolinl@vmware.com> 2.9.5-1
56
+-   Updated to version 2.9.5
55 57
 *	Fri Aug 28 2015 Alexey Makhalov <amakhalov@vmware.com> 2.9.4-2
56 58
 -	post/pre actions are removed. 
57 59
 *	Tue Jun 16 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.9.4-1
... ...
@@ -1,12 +1,12 @@
1 1
 Summary:	Scripts to bring up network interfaces and legacy utilities
2 2
 Name:		initscripts
3
-Version:	9.63
3
+Version:	9.65
4 4
 License:	GPLv2
5 5
 Group:		System Environment/Base
6 6
 Release:	1%{?dist}
7 7
 URL:		http://fedorahosted.org/releases/i/n/initscripts/
8
-Source0:	http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
9
-%define sha1 initscripts=023b3e5e234746c5874339f3ccd9424ff8b145bd
8
+Source0:	https://fedorahosted.org/releases/i/n/initscripts/initscripts-9.65.tar.bz2
9
+%define sha1 initscripts=0a231ab94ce7ef050a7c2c35a5183450abe58a39
10 10
 Vendor:     	VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Requires:	systemd
... ...
@@ -156,6 +156,8 @@ rm -rf %{buildroot}%{_prefix}/lib/systemd
156 156
 %{_sysconfdir}/profile.d/debug*
157 157
 
158 158
 %changelog
159
+*   Tue Jan 26 2016 Xiaolin Li <xiaolinl@vmware.com> 9.65-1
160
+-   Updated to version 9.65
159 161
 * Mon Jul 20 2015 Divya Thaluru <dthaluru@vmware.com> 9.63-1
160 162
 - Got Spec file from source tar ball and modified it to be compatible to build in Photon 
161 163
 * Mon May 18 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.63-1