Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
korinf
etersoft-build-utils
Commits
4ade2bd6
Commit
4ade2bd6
authored
Jun 27, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pkgrepls: add gnutls to alt.p7
parent
c3a1ecd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
repl
share/eterbuild/functions/repl
+8
-4
pkgrepl.alt.p7
share/eterbuild/pkgrepl/pkgrepl.alt.p7
+3
-0
No files found.
share/eterbuild/functions/repl
View file @
4ade2bd6
...
@@ -48,14 +48,18 @@ add_32bit_requires()
...
@@ -48,14 +48,18 @@ add_32bit_requires()
echo
"
$i
"
echo
"
$i
"
done
| xargs
-n
1000
echo
done
| xargs
-n
1000
echo
elif
[
"
$DISTRNAME
"
=
"SUSE"
]
||
[
"
$DISTRNAME
"
=
"SLED"
]
||
[
"
$DISTRNAME
"
=
"SLES"
]
;
then
elif
[
"
$DISTRNAME
"
=
"SUSE"
]
||
[
"
$DISTRNAME
"
=
"SLED"
]
||
[
"
$DISTRNAME
"
=
"SLES"
]
;
then
if
[
$DISTRVERSION
!=
"42"
]
&&
!
version_more_version
$DISTRVERSION
15
;
then
if
version_more_version
$DISTRVERSION
15
&&
[
$DISTRVERSION
!=
"42"
]
;
then
# i386 on SUSE or SLED : # add -32bit to all lib packages
# i386 on SUSE or SLED : # add -32bit to all lib packages
exclude -devel
for
i
in
$*
;
do
for
i
in
$*
;
do
rhas
"
$GREP
"
"^lib"
&&
!
rhas
"
$i
"
"-
32bit$"
&&
!
rhas
"
$i
"
"-devel$"
&&
echo
"
$i
-32bit"
&&
continue
rhas
"
$GREP
"
"^lib"
&&
!
rhas
"
$i
"
"-
devel$"
&&
!
rhas
"
$i
"
"-32bit$"
&&
echo
"
$i
-32bit"
&&
continue
echo
"
$i
"
echo
"
$i
"
done
| xargs
-n
1000
echo
done
| xargs
-n
1000
echo
else
else
echo
"
$@
"
# i386 on SUSE or SLED : # add -32bit to all lib packages
for
i
in
$*
;
do
rhas
"
$GREP
"
"^lib"
&&
!
rhas
"
$i
"
"-32bit$"
&&
echo
"
$i
-32bit"
&&
continue
echo
"
$i
"
done
| xargs
-n
1000
echo
fi
fi
else
else
echo
"
$@
"
echo
"
$@
"
...
...
share/eterbuild/pkgrepl/pkgrepl.alt.p7
View file @
4ade2bd6
...
@@ -14,3 +14,6 @@ qt5-base-devel|qt5-base-devel libEGL-devel
...
@@ -14,3 +14,6 @@ qt5-base-devel|qt5-base-devel libEGL-devel
libmozjs17-devel|libmozjs17-devel
libmozjs17-devel|libmozjs17-devel
libsystemd-devel|libsystemd-devel
libsystemd-devel|libsystemd-devel
libgnutls26|libgnutls26
libgnutls28|libgnutls26
libgnutls30|libgnutls26
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