Skip to content

Instantly share code, notes, and snippets.

@Et7f3
Last active October 16, 2024 13:19
Show Gist options
  • Save Et7f3/d45b8338445489b733eefd6f7264007e to your computer and use it in GitHub Desktop.
Save Et7f3/d45b8338445489b733eefd6f7264007e to your computer and use it in GitHub Desktop.
Run this command to build the .rpm: rpmbuild -ba maria-work-around.spec --define "dist el8" --define "_rpmdir `pwd`"
Name: maria-workaround
Version: 1.0
Release: 1%{?dist}
License: ASL 2.0
BuildArch: noarch
Summary: Meta package that fix typo
requires: mariadb
provides: MariaDB-client
%description
%{summary}
Quick fix because centreon didn't packaged MariaDB-client
%prep
# nothing to do
%build
# nothing to do
%install
# nothing to do
%files
# no files - it's just a meta package.
%changelog
* Tue Mar 19 2024 Joe Doe <[email protected]> - %{version}-%{release}
- initial rpm
@Et7f3
Copy link
Author

Et7f3 commented Oct 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment