/[packages]/cauldron/waagent/current/SOURCES/waagent-pyasn1.patch
ViewVC logotype

Contents of /cauldron/waagent/current/SOURCES/waagent-pyasn1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 343730 - (show annotations) (download)
Wed Jan 9 14:14:01 2013 UTC (11 years, 3 months ago) by dams
File size: 760 byte(s)
imported package waagent
1 Index: WALinuxAgent-1.2/waagent
2 ===================================================================
3 --- WALinuxAgent-1.2.orig/waagent
4 +++ WALinuxAgent-1.2/waagent
5 @@ -2229,8 +2229,9 @@ def Install():
6 Error(GuestAgentLongName + " is not compatible with NetworkManager.")
7 return 1
8 if Run("rpm --quiet -q python-pyasn1"):
9 - Error(GuestAgentLongName + " requires python-pyasn1.")
10 - return 1
11 + if Run("rpm --quiet -q pyasn1"):
12 + Error(GuestAgentLongName + " requires python-pyasn1.")
13 + return 1
14 if UsesDpkg() and not Run("dpkg-query -s network-manager >/dev/null 2>&1"):
15 Error(GuestAgentLongName + " is not compatible with network-manager.")
16 return 1

  ViewVC Help
Powered by ViewVC 1.1.30