summaryrefslogtreecommitdiff
path: root/openEuler-rpm-config.spec
diff options
context:
space:
mode:
Diffstat (limited to 'openEuler-rpm-config.spec')
-rw-r--r--openEuler-rpm-config.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec
index c0ad452..30b9861 100644
--- a/openEuler-rpm-config.spec
+++ b/openEuler-rpm-config.spec
@@ -3,7 +3,7 @@
Name: %{vendor}-rpm-config
Version: 31
-Release: 15
+Release: 16
License: GPL+ AND MIT
Summary: specific rpm configuration files
URL: https://gitee.com/src-openeuler/openEuler-rpm-config
@@ -38,10 +38,11 @@ Source201: infopages.attr
Source202: manpages.attr
Source203: nbdkit.attr
Source204: find-provides.nbdkit
-# Source 205-207 from fedora, licenced under MIT
+# Source 205-208 from fedora, licenced under MIT
Source205: kabi.attr
Source206: kabi.sh
Source207: kmod.attr
+Source208: libsymlink.attr
# Misc helper scripts
Source300: kmodtool
@@ -194,6 +195,9 @@ sed -i "s/@VENDOR@/%{vendor}/g" `grep "@VENDOR@" -rl %{buildroot}%{_rpmconfigdir
%{_fileattrsdir}/kmod.attr
%changelog
+* Mon Feb 03 2025 Funda Wang <fundawang@yeah.net> - 31-16
+- Make libfoo.so symlinks require the soname-provide of the target library
+
* Fri Jan 31 2025 Funda Wang <fundawang@yeah.net> - 31-15
- add kabi, kmod dependency generators from fedora