summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cordeiro <gryfrev8-redhat.com-rjmco@tux.com.pt>2016-03-03 22:46:18 +0000
committerRicardo Cordeiro <gryfrev8-redhat.com-rjmco@tux.com.pt>2016-03-03 22:46:18 +0000
commit11dcb45adddf7b3b0b664f9608e9bb91f8d5a0cb (patch)
treecabecfc4e0e257f78f2edca88fbe3ab18282964a
parented79410b9d9f02ed4b683654b367592c003698d4 (diff)
downloadpython-novaclient-os-networks-master.tar.gz
python-novaclient-os-networks-master.tar.xz
python-novaclient-os-networks-master.zip
0.25-2: Replaced the use of sum with summaryHEADmaster
-rw-r--r--SPECS/python-novaclient-os-networks.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/SPECS/python-novaclient-os-networks.spec b/SPECS/python-novaclient-os-networks.spec
index 2f79572..3372399 100644
--- a/SPECS/python-novaclient-os-networks.spec
+++ b/SPECS/python-novaclient-os-networks.spec
@@ -1,11 +1,10 @@
%global srcname novaclient-os-networks
%global upstreamname os_networksv2_python_novaclient_ext
-%global sum Adds network extension support to python-novaclient
Name: python-%{srcname}
Version: 0.25
-Release: 1%{?dist}
-Summary: %{sum}
+Release: 2%{?dist}
+Summary: Adds network extension support to python-novaclient
Group: Development/Libraries
License: ASL 2.0
@@ -16,15 +15,15 @@ BuildArch: noarch
BuildRequires: python2-devel
%description
-%{sum}
+%{summary}
%package -n python2-%{srcname}
-Summary: %{sum}
+Summary: %{summary}
BuildRequires: python-novaclient
Requires: python-novaclient
%{?python_provide:%python_provide python2-%{srcname}}
%description -n python2-%{srcname}
-%{sum}
+%{summary}
%prep
%autosetup -n %{upstreamname}-%{version}
@@ -44,5 +43,8 @@ Requires: python-novaclient
%{python2_sitelib}/*
%changelog
+* Thu Mar 03 2016 Ricardo Cordeiro <gryfrev8-redhat.com-rjmco@tux.com.pt> - 0.25-2
+- Replaced the use of sum with summary
+
* Sat Feb 20 2016 Ricardo Cordeiro <gryfrev8-redhat.com-rjmco@tux.com.pt> - 0.25-1
- Initial package