Browse code

Update ddclient, dejagnu, dkms

Change-Id: Ib60e1551b03d63ce89298f457ff93ede180e6e0c
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5712
Reviewed-by: Sharath George
Tested-by: Sharath George

Ajay Kaher authored on 2018/09/18 05:41:25
Showing 3 changed files
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           ddclient
2
-Version:        3.8.3
3
-Release:        3%{?dist}
2
+Version:        3.9.0
3
+Release:        1%{?dist}
4 4
 Url:            https://sourceforge.net/p/ddclient/wiki/Home/
5 5
 Summary:        Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider
6 6
 License:        GPLv2
7 7
 Group:          Applications
8
-Source0:        http://downloads.sourceforge.net/project/ddclient/ddclient/ddclient-3.8.3.tar.bz2
9
-%define sha1 ddclient=8668d8828a74ef4e7bca90890d7bbe414c37c3ff
8
+Source0:        http://downloads.sourceforge.net/project/ddclient/ddclient/ddclient-%{version}.tar.gz
9
+%define sha1 ddclient=e8764e3c330f8c0a64afdbd5560bd5806cffdd29
10 10
 
11 11
 Requires:       perl
12 12
 Requires:       perl-IO-Socket-SSL
... ...
@@ -52,6 +52,8 @@ EOF
52 52
 %dir /var/cache/ddclient
53 53
 
54 54
 %changelog
55
+* Mon Sep 10 2018 Ajay Kaher <akaher@vmware.com> 3.9.0-1
56
+- Upgraded to version 3.9.0
55 57
 * Fri Oct 13 2017 Alexey Makhalov <amakhalov@vmware.com> 3.8.3-3
56 58
 - Remove BuildArch
57 59
 * Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.8.3-2
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:        DejaGnu test framework
2 2
 Name:           dejagnu
3
-Version:        1.5.3
3
+Version:        1.6
4 4
 Release:        1%{?dist}
5 5
 License:        GPLv2+
6 6
 URL:            http://www.gnu.org/software/%{name}
7
-Source0:         https://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-1.5.3.tar.gz
8
-%define sha1    dejagnu=d81288e7d7bd38e74b7fee8e570ebfa8c21508d9
7
+Source0:         https://ftp.gnu.org/pub/gnu/dejagnu/%{name}-%{version}.tar.gz
8
+%define sha1    dejagnu=03a40e5bf964383af3fb56a07cc7605cb9aaab97
9 9
 Group:          Development/Tools
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
... ...
@@ -62,5 +62,7 @@ make DESTDIR=%{buildroot} install
62 62
 %{_includedir}/*
63 63
 
64 64
 %changelog
65
+*   Mon Sep 10 2018 Ajay Kaher <akaher@vmware.com> 1.6-1
66
+-   Upgraded to version 1.6
65 67
 *   Thu Jul 13 2017 Alexey Makhalov <amakhalov@vmware.com> 1.5.3-1
66 68
 -   Initial build. First version
... ...
@@ -1,15 +1,15 @@
1 1
 %global commit 7c3e7c52a3816c82fc8a0ef4bed9cebedc9dd02d
2 2
 Summary:	Dynamic Kernel Module Support
3 3
 Name:		dkms
4
-Version:	2.2.0.3
5
-Release:	4%{?dist}
4
+Version:	2.6.1
5
+Release:	1%{?dist}
6 6
 License:	GPLv2+
7 7
 URL:		http://linux.dell.com/dkms/
8 8
 Group:		System Environment/Base
9 9
 Vendor:		VMware, Inc.
10 10
 Distribution: Photon
11
-Source0:	http://linux.dell.com/cgi-bin/cgit.cgi/%{name}.git/snapshot/%{name}-7c3e7c52a3816c82fc8a0ef4bed9cebedc9dd02d.tar.bz2
12
-%define sha1 dkms-7c3e7c52a3816c82fc8a0ef4bed9cebedc9dd02d=400db7ea7eda72ef650053ed2c2c82a53a82217d
11
+Source0:	https://github.com/dell/dkms/archive/%{name}-%{version}.tar.gz
12
+%define sha1 dkms=9cdfecc29116d578e693cf3273ea9695d9471cf2
13 13
 BuildArch:	noarch
14 14
 BuildRequires:	systemd
15 15
 Requires:	systemd
... ...
@@ -17,7 +17,7 @@ Requires:	systemd
17 17
 Dynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. The concept is to have DKMS modules automatically rebuilt when a new kernel is installed.
18 18
 
19 19
 %prep
20
-%setup -q -n %{name}-%{commit}
20
+%setup -q -n %{name}-%{version}
21 21
 %build
22 22
 %install
23 23
 make install-redhat-systemd DESTDIR=%{buildroot} \
... ...
@@ -57,6 +57,8 @@ echo "disable dkms.service" > %{buildroot}/usr/lib/systemd/system-preset/50-dkms
57 57
 %{_localstatedir}/lib/dkms/dkms_dbversion
58 58
 
59 59
 %changelog
60
+*   Mon Sep 10 2018 Ajay Kaher <akaher@vmware.com> 2.6.1-1
61
+-   Upgraded to version 2.6.1
60 62
 *   Thu May 26 2016 Divya Thaluru <dthaluru@vmware.com>  2.2.0.3-4
61 63
 -   Fixed logic to restart the active services after upgrade 
62 64
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.2.0.3-3