Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #44 from ARGOeu/devel
Browse files Browse the repository at this point in the history
Version 1.0.4-1
  • Loading branch information
themiszamani authored Apr 6, 2017
2 parents f131f26 + fc84283 commit cd16d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion poem.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: poem
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Profile Management (POEM) system for Service Availability Monitoring (SAM).
Group: Web application
Expand Down Expand Up @@ -69,6 +69,8 @@ rm -rf $RPM_BUILD_ROOT
%pre

%changelog
* Wed Mar 29 2017 Daniel Vrcic <[email protected]> - 1.0.4-1%{?dist}
- ARGO-766 Remove SRMv2 service type mapping
* Thu Dec 15 2016 Daniel Vrcic <[email protected]> - 1.0.3-1%{?dist}
- ARGO-641 fixed group membership of newly created profiles
- add missing copy module in group of profiles association code
Expand Down
1 change: 0 additions & 1 deletion poem/Poem/sync/poem-syncservtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def main():
if len(sfindb) != len(Feed_List) + 1:
sfs = set([(feed['service_type_name'], feed['service_type_desc']) \
for feed in Feed_List])
sfs.add(('SRMv2', '[Site service] Storage Resource Manager. Mandatory for all sites running an SRM enabled storage element.'))
cur = connection.cursor()
try:
if len(sfindb) < len(Feed_List) + 1:
Expand Down

0 comments on commit cd16d71

Please sign in to comment.