* localetag.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=650
This commit is contained in:
parent
fe2d187d69
commit
aa7c464ad1
@ -172,12 +172,12 @@ decoding works, otherwise iso-8859-1.
|
||||
return i18nTag(h, RPMTAG_DESCRIPTION, td, hgflags);
|
||||
}
|
||||
|
||||
+static int changelognameTag(Header h, rpmtd td)
|
||||
+static int changelognameTag(Header h, rpmtd td, headerGetFlags hgflags)
|
||||
+{
|
||||
+ return localeTag(h, RPMTAG_CHANGELOGNAME, td);
|
||||
+}
|
||||
+
|
||||
+static int changelogtextTag(Header h, rpmtd td)
|
||||
+static int changelogtextTag(Header h, rpmtd td, headerGetFlags hgflags)
|
||||
+{
|
||||
+ return localeTag(h, RPMTAG_CHANGELOGTEXT, td);
|
||||
+}
|
||||
|
@ -30,6 +30,7 @@ Wed Oct 11 17:07:14 CEST 2023 - mls@suse.de
|
||||
* rpmqpack.diff
|
||||
* rpmrc.diff
|
||||
* selinux_transactional_update.patch
|
||||
* localetag.diff
|
||||
* weakdepscompat.diff
|
||||
* zstdpool.diff
|
||||
- deleted patches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user