#5 Update to 1.4.1 and add missing pbr dependency
Merged 3 years ago by dmsimard. Opened 3 years ago by dmsimard.
rpms/ dmsimard/ara f31  into  f31

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

  /ara-1.4.0.0rc1.tar.gz

  /ara-1.4.0.0rc2.tar.gz

  /ara-1.4.0.tar.gz

+ /ara-1.4.1.tar.gz

file modified
+6 -1
@@ -13,7 +13,7 @@ 

  %global srcname ara

  

  Name:           %{srcname}

- Version:        1.4.0

+ Version:        1.4.1

  Release:        1%{?dist}

  Summary:        Records Ansible playbooks and makes them easier to understand and troubleshoot

  
@@ -36,6 +36,7 @@ 

  BuildRequires:  python3-pbr

  

  Requires:       python3-requests

+ Requires:       python3-pbr

  

  %description -n python3-%{srcname}

  %{summary}
@@ -170,6 +171,10 @@ 

  %endif

  

  %changelog

+ * Mon Jun 01 2020 David Moreau Simard <moi@dmsimard.com> - 1.4.1-1

+ - Update to latest upstream release

+ - Add missing requirement on python3-pbr

+ 

  * Mon Apr 20 2020 David Moreau Simard <dmsimard@redhat.com> - 1.4.0-1

  - Update to latest upstream release

  

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

- SHA512 (ara-1.4.0.tar.gz) = 49b86ebe412fb574523cd71970faf190e00d9acee41349e79cfc45bd0a9aa7152ce6c38f6ce39a54e1ccb408b17d07eebda888a98e4aa2ae44a6a9e061e955cb

+ SHA512 (ara-1.4.1.tar.gz) = b286c3eae3baf1a3f0a4abadb54bd96d787e492a30b3632c08c4dab91aad7ae0c3cce8ebf2e25c97d57eea3960e991b753ee1d7f6b829be135c7e23e39aa5766

(cherry picked from commit 848bbdedc2395fc5b4b615fdb918e69834cee7ca)

rebased onto ce5e931

3 years ago

Build succeeded.

Pull-Request has been merged by dmsimard

3 years ago