public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libpkgmanifest] rawhide: Fix dangling symbolic link from a LICENSE file
Date: Fri, 18 Sep 2026 12:15:21 GMT	[thread overview]
Message-ID: <178973372149.1.15511089578138158158.rpms-libpkgmanifest-7c674cb28ee8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libpkgmanifest
Branch : rawhide
Commit : 7c674cb28ee8e05df301a6693dedf8fe9e8aa9c4
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-09-18T14:02:43+02:00
Stats  : +27/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/libpkgmanifest/c/7c674cb28ee8e05df301a6693dedf8fe9e8aa9c4?branch=rawhide

Log:
Fix dangling symbolic link from a LICENSE file

---
diff --git a/0002-spec-Package-COPYING.lib-not-LICENSE.patch b/0002-spec-Package-COPYING.lib-not-LICENSE.patch
new file mode 100644
index 0000000..98973ed
--- /dev/null
+++ b/0002-spec-Package-COPYING.lib-not-LICENSE.patch
@@ -0,0 +1,25 @@
+From 0dee4480a0026a258233e8589d434f0fbaee3d91 Mon Sep 17 00:00:00 2001
+From: Evan Goode <mail@evangoo.de>
+Date: Thu, 17 Sep 2026 11:52:04 -0400
+Subject: [PATCH 2/3] spec: Package COPYING.lib, not LICENSE
+
+---
+ libpkgmanifest.spec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec
+index b128c74..ebaca2f 100644
+--- a/libpkgmanifest.spec
++++ b/libpkgmanifest.spec
+@@ -54,7 +54,7 @@ BuildRequires:  python3dist(sphinx-rtd-theme)
+ 
+ %files -n %{name}
+ %{_libdir}/%{name}.so.0
+-%license LICENSE
++%license COPYING.LIB
+ %doc README.md
+ 
+ %package -n %{name}-devel
+-- 
+2.55.0
+

diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec
index 9c244d8..bc51c1d 100644
--- a/libpkgmanifest.spec
+++ b/libpkgmanifest.spec
@@ -21,6 +21,7 @@ License:    LGPL-2.1-or-later
 URL:        %{forgeurl}
 Source:     %{forgesource}
 Patch1:     0001-Bump-a-version-to-0.6.0.patch
+Patch2:     0002-spec-Package-COPYING.lib-not-LICENSE.patch
 
 BuildRequires:  pkgconf-pkg-config
 BuildRequires:  cmake >= 3.16
@@ -55,7 +56,7 @@ BuildRequires:  python3dist(sphinx-rtd-theme)
 
 %files -n %{name}
 %{_libdir}/%{name}.so.0
-%license LICENSE
+%license COPYING.LIB
 %doc README.md
 
 %package -n %{name}-devel

                 reply	other threads:[~2026-09-18 12:15 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=178973372149.1.15511089578138158158.rpms-libpkgmanifest-7c674cb28ee8@fedoraproject.org \
    --to=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