#4 Update to 4.2.10
Closed 11 months ago by gtb. Opened 3 years ago by amoralej.
rpms/ amoralej/python-exabgp master  into  rawhide

file modified
+1
@@ -2,3 +2,4 @@ 

  /4.0.1.tar.gz

  /4.0.5.tar.gz

  /4.0.10.tar.gz

+ /4.2.10.tar.gz

file modified
+19 -8
@@ -1,8 +1,8 @@ 

  %global srcname exabgp

  

  Name:           python-exabgp

- Version:        4.0.10

- Release:        6%{?dist}

+ Version:        4.2.10

+ Release:        1%{?dist}

  Summary:        The BGP swiss army knife of networking (Library)

  

  License:        BSD
@@ -69,6 +69,13 @@ 

  mkdir -p %{buildroot}/%{_mandir}/man5

  install doc/man/exabgp.conf.5 %{buildroot}/%{_mandir}/man5

  

+ # Copy example config files

+ install -d -m 755 %{buildroot}/%{_sysconfdir}/exabgp/examples

+ install etc/exabgp/*.conf %{buildroot}/%{_sysconfdir}/exabgp/examples

+ cp -p %{buildroot}/%{_sysconfdir}/exabgp/examples/api-api.conf %{buildroot}/%{_sysconfdir}/exabgp/exabgp.conf

+ 

+ rm -rf %{buildroot}/usr/etc

+ 

  %post -n exabgp

  %systemd_post %{srcname}.service

  
@@ -80,8 +87,8 @@ 

  

  

  %files -n python3-%{srcname}

- %doc CHANGELOG README.md

- %license COPYRIGHT

+ %doc CHANGELOG.rst  README.md

+ %license LICENCE.txt

  %{python3_sitelib}/*

  

  # Let's split out exabgp service here
@@ -89,16 +96,20 @@ 

  %attr(755, root, root) %{_sbindir}/%{srcname}-healthcheck

  %attr(755, root, root) %{_sbindir}/%{srcname}

  %attr(755, root, root) %{_bindir}/exabgpcli

+ %attr(755, root, root) %{_bindir}/exabgp-cli

+ %attr(755, root, root) %{_bindir}/exabgp-healthcheck

  %{_unitdir}/%{srcname}.service

  %dir %{_libdir}/%{srcname}

- %dir %{_datadir}/%{srcname}

- %dir %{_datadir}/%{srcname}/processes

- %dir %{_sysconfdir}/%{srcname}

- %attr(744, root, root) %{_datadir}/%{srcname}/processes/*

+ %dir %{_sysconfdir}/exabgp

+ %config(noreplace) %{_sysconfdir}/%{srcname}/exabgp.conf

+ %{_sysconfdir}/%{srcname}/examples

  %{_mandir}/man1/*

  %{_mandir}/man5/*

  

  %changelog

+ * Tue Jul 21 2020 Alfredo Moralejo <amoralej@redhat.com> - 4.2.10-1

+ - Update to 4.2.10

+ 

  * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 4.0.10-6

  - Rebuilt for Python 3.9

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (4.0.10.tar.gz) = a21f49e5e99e28cc848cddfd3992dc18ba57d879d0964da0b906d16dca37aa05a00892d643d6cdeea80d4e629fc55a014d9bc50764d520fda77e94145297832e

+ SHA512 (4.2.10.tar.gz) = 7161923e44afb0c2b6acf392e927f5cc4d5afdaa99565c36206ce9f1ae913889f73e14fcb97e72cf8949a8122586eae4251a0710623ce7c8a6c401200665a664

This updates de version of exabgp and fixes issue of existing build
which doesn't contain the actual python module on python3-exabgp
package.

Scratch build in https://koji.fedoraproject.org/koji/taskinfo?taskID=47561005

rebased onto 927ced0

3 years ago

Hello @lhinds

It would be great if you could review this patch please :)

Thanks

python-exabgp was updated to 4.2.21 about three months ago, so this PR is no longer applicable.

Pull-Request has been closed by gtb

11 months ago