Skip to content

Commit

Permalink
Don't have a separate version for topology-cacher, it just complicate…
Browse files Browse the repository at this point in the history
…s things
  • Loading branch information
matyasselmeci committed Aug 20, 2021
1 parent f1a4a8b commit 70a31d6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions rpm/topology.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
%define __python /usr/bin/python3
%define main_version 1.7.0
%define cacher_version 0.1

Summary: Client tools for OSG Topology
Name: topology-client
Version: %{main_version}
Release: 1%{?dist}
Source: topology-%{main_version}.tar.gz
Version: 1.8.0
Release: 0.1%{?dist}
Source: topology-%{version}.tar.gz
License: Apache 2.0
BuildArch: noarch
Url: https://github.com/opensciencegrid/topology/
Expand All @@ -20,14 +18,13 @@ Client tools that interact with OSG Topology data

%package -n topology-cacher
Summary: A utility for periodically downloading OSG Topology data
Version: %{cacher_version}

%description -n topology-cacher
A utility for periodically downloading OSG Topology data.


%prep
%setup -q -n topology-%{main_version}
%setup -q -n topology-%{version}

%install
install -D -m 0755 bin/osg-notify %{buildroot}/%{_bindir}/osg-notify
Expand All @@ -50,7 +47,7 @@ install -D -m 0644 topology-cacher.cron %{buildroot}/etc/cron.d/topology-cacher.


%changelog
* Wed Aug 04 2021 Mátyás Selmeci <[email protected]> 1.7.0
* Mon Aug 16 2021 Mátyás Selmeci <[email protected]> 1.8.0-0.1
- Add topology-cacher (SOFTWARE-4704)

* Thu Mar 18 2021 Mátyás Selmeci <[email protected]> 1.4.6-1
Expand Down

0 comments on commit 70a31d6

Please sign in to comment.