public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libpkgmanifest] rawhide: Fix dangling symbolic link from a LICENSE file
@ 2026-09-18 12:15
0 siblings, 0 replies; only message in thread
From: @ 2026-09-18 12:15 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-18 12:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 12:15 [rpms/libpkgmanifest] rawhide: Fix dangling symbolic link from a LICENSE file
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox