diff --git a/rpm/topology.spec b/rpm/topology.spec index ac2632757..d7b68dc02 100644 --- a/rpm/topology.spec +++ b/rpm/topology.spec @@ -1,6 +1,6 @@ Summary: Client tools for OSG Topology Name: topology-client -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Source: topology-%{version}.tar.gz License: Apache 2.0 @@ -27,6 +27,9 @@ install -D -m 0644 src/topology_utils.py %{buildroot}/%{python_sitelib}/topology %changelog +* Wed Jan 27 2021 Brian Lin 1.2.0-1 +- Fix 'From' address for security announcements (SOFTWARE-4349) + * Tue Dec 10 2019 Diego Davila 1.1.0-1 - Replace smart quotes and dashes with their ASCII equivalent (SOFTWARE-3893)