public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: trivial: use better macro for make (install) provided by RPM
Date: Tue, 11 Aug 2026 10:36:25 GMT	[thread overview]
Message-ID: <178644458555.1.7918755983327196814.rpms-glib2-d7233f80abff@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : d7233f80abffcff2e8203e2704dcce9c72887cd2
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2017-08-07T22:45:34+02:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/d7233f80abffcff2e8203e2704dcce9c72887cd2?branch=cve-2026-58016-f44

            Log:
            trivial: use better macro for make (install) provided by RPM

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>

---
diff --git a/glib2.spec b/glib2.spec
index ac84e11..40986af 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -95,13 +95,13 @@ rm glib/pcre/*.[ch]
            --enable-installed-tests
 )
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 # Use -p to preserve timestamps on .py files to ensure
 # they're not recompiled with different timestamps
 # to help multilib: https://bugzilla.redhat.com/show_bug.cgi?id=718404
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
+%make_install INSTALL="install -p"
 # Also since this is a generated .py file, set it to a known timestamp,
 # otherwise it will vary by build time, and thus break multilib -devel
 # installs.

                 reply	other threads:[~2026-08-11 10:36 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=178644458555.1.7918755983327196814.rpms-glib2-d7233f80abff@fedoraproject.org \
    --to=ignatenkobrain@fedoraproject.org \
    --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