#29 Update BuiildRequires to use ansible-core on RHEL > 8.8
Merged 10 months ago by spetros. Opened 11 months ago by spetros.
rpms/ spetros/ansible-collection-microsoft-sql update-buildreqs  into  rawhide

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

  /mssql-1.2.4.tar.gz

  /mssql-1.3.0.tar.gz

  /auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz

+ /mssql-1.4.1.tar.gz

@@ -1,15 +1,12 @@ 

- # NOTE: Even though ansible-core is in 8.6, it is only available

- # at *runtime*, not at *buildtime* - so we can't have

- # ansible-core as a build_dep on RHEL8

- %if 0%{?fedora} || 0%{?rhel} >= 9

- %bcond_without ansible

+ # NOTE: ansible-core is in rhel-8.6 and newer, but not installable

+ # in buildroot as it depended on modular Python.

+ # It has been installable at buildtime in 8.8 and newer.

  %if 0%{?fedora}

  BuildRequires: ansible-packaging

  %else

+ %if 0%{?rhel} >= 8

  BuildRequires: ansible-core >= 2.11.0

  %endif

- %else

- %bcond_with ansible

  %endif

  

  %bcond_with collection_artifact
@@ -24,8 +21,8 @@ 

  Name: ansible-collection-microsoft-sql

  Url: https://github.com/linux-system-roles/mssql

  Summary: The Ansible collection for Microsoft SQL Server management

- Version: 1.3.0

- Release: 4%{?dist}

+ Version: 1.4.1

+ Release: 1%{?dist}

  

  License: MIT

  
@@ -336,6 +333,10 @@ 

  %endif

  

  %changelog

+ * Wed May 31 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.4.1-1

+ - Update BuiildRequires to use ansible-core on RHEL > 8.8

+ - Update role to version 1.4.1 to add customizable storage paths

+ 

  * Tue May 30 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-4

  - Move RHEL related code into an include for spec readability

  

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

  SHA512 (auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz) = 327a9381f7051661cd75742c3c2542d67c0220bdeb9d11bb6c982d7bf053c232d9a192511dc4a90b678bafbbd8e5b08664a8570c62ab652ddf089a98b083b99b

- SHA512 (mssql-1.3.0.tar.gz) = 3e3d3de36efa88a6a536a70d599de87b377a0cd0b097d9db719d96eda9a8624497c68468bd03d929b3b3e59314fe003fd998768e3c5bbb4d29c57624b4d05625

+ SHA512 (mssql-1.4.1.tar.gz) = ea79e0e7fd25fbdebc547157b12e2c152dae7e876fb5289042b13c53637e92f203f0f2d2fb5750a6f16ea21deba977dde81f7bea3d01dc06b4c54930bc995e11

Update role to version 1.4.1 to add customizable storage paths

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/5bd42a23e7854973a1c3b3958f2218f9

rebased onto d71c14f2188d7c35f36821ca78c5b42fba060666

10 months ago

rebased onto 16582c0

10 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/496519124ded4b81afe1c5011fb71935

Pull-Request has been merged by spetros

10 months ago