From 941e3b82e62aba84f239da79ceb68033d600c1af Mon Sep 17 00:00:00 2001 From: Gary Buhrmaster Date: Apr 10 2024 04:56:09 +0000 Subject: Correct Source0 URL (no change to actual sources, just the URL) Cleanup of unification of /usr/sbin and /usr/bin --- diff --git a/python-exabgp.spec b/python-exabgp.spec index c21dd40..784cbe4 100644 --- a/python-exabgp.spec +++ b/python-exabgp.spec @@ -1,11 +1,11 @@ Name: python-exabgp Version: 4.2.21 -Release: 11%{?dist} +Release: 12%{?dist} Summary: The BGP swiss army knife of networking (Library) License: BSD-3-Clause URL: https://github.com/Exa-Networks/exabgp -Source0: https://github.com/Exa-Networks/exabgp/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/Exa-Networks/exabgp/archive/%{version}/%{name}-%{version}.tar.gz Source1: exabgp.sysusers.exabgp.conf Source2: exabgp.tmpfiles.exabgp.conf Source3: exabgp.systemd.exabgp.service @@ -105,7 +105,6 @@ rm -rf %{buildroot}%{_usr}/etc %license LICENCE.txt %files -n exabgp -%{_bindir}/exabgp-healthcheck %{_bindir}/exabgpcli %{_bindir}/exabgp-cli %{_bindir}/exabgp @@ -121,6 +120,10 @@ rm -rf %{buildroot}%{_usr}/etc %{_tmpfilesdir}/exabgp.conf %changelog +* Wed Apr 10 2024 Gary Buhrmaster - 4.2.21-12 +- Correct Source0 URL (no change to actual sources, just the URL) +- Cleanup of unification of /usr/sbin and /usr/bin + * Mon Jan 29 2024 Gary Buhrmaster - 4.2.21-11 - Adjust for unification of /usr/sbin and /usr/bin