| ... | ... |
@@ -1,12 +1,13 @@ |
| 1 | 1 |
Name: WALinuxAgent |
| 2 | 2 |
Summary: The Windows Azure Linux Agent |
| 3 | 3 |
Version: 2.0.14 |
| 4 |
-Release: 1 |
|
| 4 |
+Release: 2 |
|
| 5 | 5 |
License: Apache License Version 2.0 |
| 6 | 6 |
Group: System/Daemons |
| 7 | 7 |
Url: http://go.microsoft.com/fwlink/?LinkId=250998 |
| 8 | 8 |
Source0: %{name}-%{version}.tar.gz
|
| 9 | 9 |
Patch0: photondistroadd.patch |
| 10 |
+%define sha1 WALinuxAgent=90448cc3f48f21a23a0932d1cf05e75d5a5bf158 |
|
| 10 | 11 |
|
| 11 | 12 |
BuildRequires: python2 |
| 12 | 13 |
BuildRequires: python2-libs |
| ... | ... |
@@ -78,5 +79,7 @@ fi |
| 78 | 78 |
|
| 79 | 79 |
|
| 80 | 80 |
%changelog |
| 81 |
+* Thu Aug 6 2015 Anish Swaminathan <anishs@vmware.com> |
|
| 82 |
+- Added sha1sum |
|
| 81 | 83 |
* Fri Mar 13 2015 - mbassiouny@vmware.com |
| 82 | 84 |
- Initial pacaking for Discus |
| ... | ... |
@@ -1,11 +1,12 @@ |
| 1 | 1 |
Name: python-pyasn1 |
| 2 | 2 |
Version: 0.1.7 |
| 3 |
-Release: 1 |
|
| 3 |
+Release: 2 |
|
| 4 | 4 |
Summary: Implementation of ASN.1 types and codecs in Python programming language |
| 5 | 5 |
License: BSD |
| 6 | 6 |
Group: Development/Languages/Python |
| 7 | 7 |
Url: https://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
|
| 8 | 8 |
Source0: %{name}-%{version}.tar.gz
|
| 9 |
+%define sha1 python-pyasn1=a4a956213e406151269011965885b82134611857 |
|
| 9 | 10 |
|
| 10 | 11 |
BuildRequires: python2 |
| 11 | 12 |
BuildRequires: python2-libs |
| ... | ... |
@@ -33,5 +34,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 33 | 33 |
%{python_sitelib}/*
|
| 34 | 34 |
|
| 35 | 35 |
%changelog |
| 36 |
+* Thu Aug 6 2015 Anish Swaminathan <anishs@vmware.com> |
|
| 37 |
+- Added sha1sum |
|
| 36 | 38 |
* Fri Mar 13 2015 Mahmoud Bassiouny <mbassiouny@vmware.com> |
| 37 |
-- Initial packaging for Discus |
|
| 39 |
+- Initial packaging for Photon |