Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert spec file changes #149

Merged
merged 2 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">saphanabootstrap-formula</param>
<param name="versionformat">0.13.0+git.%ct.%h</param>
<param name="versionformat">0.13.1+git.%ct.%h</param>
<param name="revision">%%VERSION%%</param>
</service>

Expand Down
6 changes: 6 additions & 0 deletions saphanabootstrap-formula.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Friday Dec 04 11:27:52 UTC 2022 - Steve Stringer <steven.stringer@suse.com>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems you computer is currently running in a parallel time line :-) My calendar tells me, we are still in November and not December.
Even that it is not a major problem it will be nice, if you can fix it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot, thanks.

Corrected and pushed.


- Version bump 0.13.1
* revert changes to spec file to re-enable SLES RPM builds

-------------------------------------------------------------------
Mon Aug 15 08:29:52 UTC 2022 - Eike Waldt <waldt@b1-systems.de>

Expand Down
2 changes: 2 additions & 0 deletions saphanabootstrap-formula.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Suggests: prometheus-hanadb_exporter >= 0.7.0

%define fname hana
%define fdir %{_datadir}/salt-formulas
%define ftemplates templates

%description
SAP HANA deployment salt formula. This formula is capable to install
Expand Down Expand Up @@ -81,6 +82,7 @@ fi
%dir %attr(0755, root, salt) %{fdir}/metadata

%attr(0755, root, salt) %{fdir}/states/%{fname}
%attr(0755, root, salt) %{fdir}/states/%{fname}/%{ftemplates}
%attr(0755, root, salt) %{fdir}/metadata/%{fname}

%changelog