Browse code

Updated tzdata, unbound, urlgrabber, userspace-rcu, and util-linux.

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

xiaolin-vmware authored on 2017/04/06 03:09:43
Showing 5 changed files
... ...
@@ -1,19 +1,20 @@
1
-Summary:    Time zone data
2
-Name:       tzdata
3
-Version:    2016h
4
-Release:    2%{?dist}
5
-URL:        http://www.iana.org/time-zones
6
-License:    Public Domain
7
-Group:      Applications/System
8
-Vendor:     VMware, Inc.
1
+Summary:        Time zone data
2
+Name:           tzdata
3
+Version:        2017b
4
+Release:        1%{?dist}
5
+URL:            http://www.iana.org/time-zones
6
+License:        Public Domain
7
+Group:          Applications/System
8
+Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:    http://www.iana.org//time-zones/repository/releases/%{name}%{version}.tar.gz
11
-%define sha1 tzdata=2a43fc1665aab340d8d6505dff9f57b270b5dda2
12
-BuildArch:  noarch
10
+Source0:        http://www.iana.org//time-zones/repository/releases/%{name}%{version}.tar.gz
11
+%define sha1    tzdata=0f13bbb641f5742796609d3484006fe01fa654f1
12
+BuildArch:      noarch
13
+
13 14
 %description
14 15
 Sources for time zone and daylight saving time data
15
-%define sha1 tzdata=0fe77c8cca50b5f20d73e9c2a5b4fadca34c1504
16 16
 %define blddir      %{name}-%{version}
17
+
17 18
 %prep
18 19
 rm -rf %{blddir}
19 20
 install -vdm 755 %{blddir}
... ...
@@ -53,6 +54,8 @@ fi
53 53
 %{_datadir}/*
54 54
 
55 55
 %changelog
56
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 2017b-1
57
+-   Updated to version 2017b.
56 58
 *   Wed Dec 14 2016 Anish Swaminathan <anishs@vmware.com> 2016h-2
57 59
 -   Preserve /etc/localtime symlink over upgrade
58 60
 *   Thu Oct 27 2016 Anish Swaminathan <anishs@vmware.com> 2016h-1
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:        unbound dns server
2 2
 Name:           unbound
3
-Version:        1.6.0
3
+Version:        1.6.1
4 4
 Release:        1%{?dist}
5 5
 Group:          System/Servers
6 6
 Vendor:         VMware, Inc.
... ...
@@ -8,7 +8,7 @@ License:        BSD
8 8
 Distribution:   Photon
9 9
 URL:            http://www.unbound.net
10 10
 Source0:        https://www.unbound.net/downloads/%{name}-%{version}.tar.gz
11
-%define sha1 unbound=9b7606b016b447dc837efc108cee94f3fecf4ede
11
+%define sha1    unbound=41369fcfd37844b02b7293b37ec78e69f0db34c7
12 12
 Source1:        %{name}.service
13 13
 Requires:       shadow
14 14
 Requires:       systemd
... ...
@@ -17,16 +17,16 @@ BuildRequires:  systemd
17 17
 %description
18 18
 Unbound is a validating, recursive, and caching DNS resolver.
19 19
 
20
-%package	devel
21
-Summary:	unbound development libs and headers
22
-Group:		Development/Libraries
20
+%package    devel
21
+Summary:    unbound development libs and headers
22
+Group:      Development/Libraries
23 23
 
24 24
 %description devel
25 25
 Development files for unbound dns server
26 26
 
27
-%package	docs
28
-Summary:	unbound docs
29
-Group:		Documentation
27
+%package    docs
28
+Summary:    unbound docs
29
+Group:      Documentation
30 30
 
31 31
 %description docs
32 32
 unbound dns server docs
... ...
@@ -81,5 +81,7 @@ rm -rf %{buildroot}/*
81 81
 %{_mandir}/*
82 82
 
83 83
 %changelog
84
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 1.6.1-1
85
+-   Updated to version 1.6.1
84 86
 *  Fri Jan 06 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.0-1
85 87
 -  Initial
... ...
@@ -1,24 +1,26 @@
1 1
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2 2
 
3
-Summary:		A high-level cross-protocol url-grabber
4
-Name: 			urlgrabber
5
-Version: 		3.10.1
6
-Release: 		3%{?dist}
7
-Source0: 		urlgrabber-%{version}.tar.gz
8
-%define sha1 urlgrabber=75206abe4c2498d4ff01498e4a35192a65c92f3e
9
-License: 		LGPLv2+
10
-Group: 			Development/Libraries
11
-BuildRoot: 		%{_tmppath}/%{name}-%{version}-%{release}-buildroot
12
-BuildArch: 		noarch
13
-Url: 			http://urlgrabber.baseurl.org/
14
-Vendor:			VMware, Inc.
15
-Distribution:		Photon
16
-Provides: 		urlgrabber = %{version}-%{release}
17
-BuildRequires:  	pycurl
18
-BuildRequires:		python2
19
-BuildRequires:		python2-libs
20
-Requires:		python2
21
-Requires:		curl
3
+Summary:        A high-level cross-protocol url-grabber
4
+Name:           urlgrabber
5
+Version:        3.10.2
6
+Release:        1%{?dist}
7
+License:        LGPLv2+
8
+Group:          Development/Libraries
9
+Vendor:         VMware, Inc.
10
+Distribution:   Photon
11
+Url:            http://urlgrabber.baseurl.org/
12
+Source0:        urlgrabber-%{version}.tar.gz
13
+%define sha1    urlgrabber=6061ca1fc4e1557e3c578ec76c1621a4f6d9747c
14
+
15
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
16
+BuildArch:      noarch
17
+
18
+Provides:       urlgrabber = %{version}-%{release}
19
+BuildRequires:  pycurl
20
+BuildRequires:  python2
21
+BuildRequires:  python2-libs
22
+Requires:       python2
23
+Requires:       curl
22 24
 
23 25
 %description
24 26
 A high-level cross-protocol url-grabber for python supporting HTTP, FTP 
... ...
@@ -51,11 +53,13 @@ rm -rf $RPM_BUILD_ROOT
51 51
 %attr(0755,root,root) /usr/libexec/urlgrabber-ext-down
52 52
 
53 53
 %changelog
54
-*       Wed Oct 05 2016 ChangLee <changlee@vmware.com> 3.10.1-3
55
--       Modified %check
56
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.10.1-2
57
--	GA - Bump release of all rpms
58
-*   	Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 3.10.1-1
59
--   	Upgrade version.
60
-*	Sat Jan 24 2015 Touseef Liaqat <tliaqat@vmware.com> 3.10-1
61
--	Initial build.	First version
54
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 3.10.2-1
55
+-   Updated to version 3.10.2.
56
+*   Wed Oct 05 2016 ChangLee <changlee@vmware.com> 3.10.1-3
57
+-   Modified %check
58
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.10.1-2
59
+-   GA - Bump release of all rpms
60
+*   Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 3.10.1-1
61
+-   Upgrade version.
62
+*   Sat Jan 24 2015 Touseef Liaqat <tliaqat@vmware.com> 3.10-1
63
+-   Initial build.  First version
... ...
@@ -1,20 +1,20 @@
1
-Summary: user space RCU (read-copy-update)
2
-Name:    userspace-rcu
3
-Version: 0.9.1
4
-Release: 4%{?dist}
5
-License: LGPLv2+
6
-URL: http://liburcu.org
7
-Source: %{name}-%{version}.tar.bz2
8
-%define sha1 userspace-rcu=ca1b603655c3c5bf5d5b6254117999e3ae5f6751
9
-Group:      Development/Tools
10
-Vendor:     VMware, Inc.
11
-Distribution:  Photon
1
+Summary:        user space RCU (read-copy-update)
2
+Name:           userspace-rcu
3
+Version:        0.9.3
4
+Release:        1%{?dist}
5
+License:        LGPLv2+
6
+URL:            http://liburcu.org
7
+Source:         %{name}-%{version}.tar.gz
8
+%define         sha1 userspace-rcu=469163028cc324325fc04188b2c6d266fdad6ed2
9
+Group:          Development/Tools
10
+Vendor:         VMware, Inc.
11
+Distribution:   Photon
12 12
 
13
-BuildRequires: libxml2-devel
14
-BuildRequires: nss-devel
15
-BuildRequires: m4
16
-BuildRequires: elfutils-devel
17
-BuildRequires: popt-devel
13
+BuildRequires:  libxml2-devel
14
+BuildRequires:  nss-devel
15
+BuildRequires:  m4
16
+BuildRequires:  elfutils-devel
17
+BuildRequires:  popt-devel
18 18
 
19 19
 %description
20 20
 This data synchronization library provides read-side access which scales linearly with the number of cores.
... ...
@@ -30,9 +30,10 @@ Library files for doing development with userspace-rcu.
30 30
 %setup -q
31 31
 
32 32
 %build
33
+autoreconf -fiv
33 34
 ./configure \
34
-	--prefix=%{_prefix} \
35
-	--disable-static
35
+    --prefix=%{_prefix} \
36
+    --disable-static
36 37
 
37 38
 make %{?_smp_mflags}
38 39
 
... ...
@@ -56,11 +57,13 @@ make %{?_smp_mflags} check
56 56
 
57 57
 
58 58
 %changelog
59
-*       Wed Oct 05 2016 ChangLee <changlee@vmware.com> 0.9.1-4
60
--       Modified %check
61
-*       Mon Jul 25 2016 Divya Thaluru <dthaluru@vmware.com> 0.9.1-3
62
--       Added devel package and removed packaging of debug files
63
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.9.1-2
64
--	GA - Bump release of all rpms
65
-*	Tue Nov 24 2015 Xiaolin Li <xiaolinl@vmware.com> 2.7.0-1
59
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 0.9.3-1
60
+-   Updated to version 0.9.3.
61
+*   Wed Oct 05 2016 ChangLee <changlee@vmware.com> 0.9.1-4
62
+-   Modified %check
63
+*   Mon Jul 25 2016 Divya Thaluru <dthaluru@vmware.com> 0.9.1-3
64
+-   Added devel package and removed packaging of debug files
65
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.9.1-2
66
+-   GA - Bump release of all rpms
67
+*   Tue Nov 24 2015 Xiaolin Li <xiaolinl@vmware.com> 2.7.0-1
66 68
 -   Initial build.  First version
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:        Utilities for file systems, consoles, partitions, and messages
2 2
 Name:           util-linux
3
-Version:        2.27.1
4
-Release:        5%{?dist}
3
+Version:        2.29.2
4
+Release:        1%{?dist}
5 5
 URL:            http://www.kernel.org/pub/linux/utils/util-linux
6 6
 License:        GPLv2+
7 7
 Group:          Applications/System
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:    %{name}-%{version}.tar.xz
11
-%define sha1    util-linux=462bca6320535d39b62216d8609da5531bfef0bb
10
+Source0:        %{name}-%{version}.tar.xz
11
+%define sha1    util-linux=b488f185e74187a63b55baef9d3f48d5b1780118
12 12
 BuildRequires:  ncurses-devel
13 13
 %description
14 14
 Utilities for handling file systems, consoles, partitions,
... ...
@@ -77,6 +77,8 @@ sudo -u nobody -s /bin/bash -c "PATH=$PATH make -k check"
77 77
 %{_mandir}/man3/*
78 78
 
79 79
 %changelog
80
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 2.29.2-1
81
+-   Updated to version 2.29.2.
80 82
 *   Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 2.27.1-5
81 83
 -   Moved man3 to devel subpackage.
82 84
 *   Thu Nov 17 2016 Alexey Makhalov <amakhalov@vmware.com> 2.27.1-4