public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/newlisp] rawhide: silent rpmlint
Date: Sun, 31 May 2026 00:30:08 GMT	[thread overview]
Message-ID: <178018740886.1.17671641290873733038.rpms-newlisp-03e2b93fb7bc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/newlisp
Branch : rawhide
Commit : 03e2b93fb7bc5b46df3f9e19e7e71a0f719880ac
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-05-30T21:30:01-03:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/newlisp/c/03e2b93fb7bc5b46df3f9e19e7e71a0f719880ac?branch=rawhide

Log:
silent rpmlint

---
diff --git a/newlisp.spec b/newlisp.spec
index 6989d76..2166d35 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -13,7 +13,7 @@ BuildRequires:  make
 BuildRequires:  readline-devel
 # This is required for the modules for newLisp
 Requires:       openssl-devel%{?_isa} gmp-devel%{_isa} gsl-devel%{_isa}
-Requires:       mariadb-connector-c-devel%{?_isa} libpq-devel
+Requires:       mariadb-connector-c-devel%{?_isa} libpq-devel%{_isa}
 Requires:       sqlite-devel%{?_isa} zlib-devel%{?_isa}
 
 %description
@@ -33,6 +33,7 @@ sed -i.m32 's/\-m32 //' makefile_linux_utf8
 sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8
 
 %build
+%set_build_flags
 %configure
 
 %if "%{_lib}" == "lib64"
@@ -48,6 +49,8 @@ sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8
 %install
 make install_home HOME=%{buildroot}/usr/
 
+%check
+make check
 
 %files
 %doc %{_datadir}/doc/*

                 reply	other threads:[~2026-05-31  0:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178018740886.1.17671641290873733038.rpms-newlisp-03e2b93fb7bc@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox