Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
d9f9e8ce
Commit
d9f9e8ce
authored
Mar 11, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack.d/common.sh: skip alt specific on non ALT systems
parent
56704965
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
common.sh
repack.d/common.sh
+7
-0
No files found.
repack.d/common.sh
View file @
d9f9e8ce
...
...
@@ -433,6 +433,8 @@ add_by_ldd_deps()
filter_from_requires
()
{
# ALT specific only
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
return
0
# hack for uncompatible rpm-build
[
-n
"
$EPM_RPMBUILD
"
]
&&
return
local
i
...
...
@@ -455,6 +457,8 @@ ignore_lib_requires()
add_findreq_skiplist
()
{
# ALT specific only
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
return
0
# hack for uncompatible rpm-build
[
-n
"
$EPM_RPMBUILD
"
]
&&
return
local
i
...
...
@@ -484,6 +488,9 @@ set_autoprov()
# https://bugzilla.altlinux.org/42189
fix_cpio_bug_links
()
{
# ALT specific only
[
"
$(
epm print info
-s
)
"
=
"alt"
]
||
return
0
local
rlink
find
-type
l |
while
read link
;
do
rlink
=
"
$(
readlink
"
$link
"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment