diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-09-10 03:33:13 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-09-10 03:33:13 +0000 |
| commit | ace4b47f753a0aa3fe0a01808b658bc4e936d0a7 (patch) | |
| tree | 251c3dd8ef9ef1b266e3198d2ae1c5835dd35a86 | |
| parent | 2bc2b430bc4c1a9a0bfd1c01da68bd53bf7da052 (diff) | |
automatic import of rpm
| -rw-r--r-- | backport-bugfix-wrong-symlink-length-on-some-filesystems.patch | 3 | ||||
| -rw-r--r-- | rpm.spec | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/backport-bugfix-wrong-symlink-length-on-some-filesystems.patch b/backport-bugfix-wrong-symlink-length-on-some-filesystems.patch index e2052e3..5de4522 100644 --- a/backport-bugfix-wrong-symlink-length-on-some-filesystems.patch +++ b/backport-bugfix-wrong-symlink-length-on-some-filesystems.patch @@ -41,4 +41,5 @@ index f8153ad2b5..571b502e91 100644 + /* Explicit %attr() always wins */ if (fl->cur.ar.ar_fmodestr) { - if (S_ISLNK(fileMode)) {
\ No newline at end of file + if (S_ISLNK(fileMode)) { + @@ -1,6 +1,6 @@ Name: rpm Version: 4.17.0 -Release: 30 +Release: 31 Summary: RPM Package Manager License: GPLv2+ URL: http://www.rpm.org/ |
