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
ac026ae0
Commit
ac026ae0
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix set requires
parent
0a52f41f
master
devel
new3
todo-packd
todo-serv-user
tt1
Tags unavailable
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gitlab-runner.sh
repack.d/gitlab-runner.sh
+1
-1
pantum.sh
repack.d/pantum.sh
+1
-1
spnxclient.sh
repack.d/spnxclient.sh
+1
-1
xnview.sh
repack.d/xnview.sh
+1
-1
No files found.
repack.d/gitlab-runner.sh
View file @
ac026ae0
...
...
@@ -21,4 +21,4 @@ PRODUCT=gitlab-runner
subst
'1iAutoReq:no'
$SPEC
subst
'1iAutoProv:no'
$SPEC
subst
'1Requires:curl git tar'
$SPEC
subst
'1
i
Requires:curl git tar'
$SPEC
This diff is collapsed.
Click to expand it.
repack.d/pantum.sh
View file @
ac026ae0
...
...
@@ -24,5 +24,5 @@ remove_dir /usr/lib/x86_64-linux-gnu
remove_dir /usr/local
subst
'1Requires: libjpeg8'
$SPEC
subst
'1
i
Requires: libjpeg8'
$SPEC
This diff is collapsed.
Click to expand it.
repack.d/spnxclient.sh
View file @
ac026ae0
...
...
@@ -8,7 +8,7 @@ SPEC="$2"
subst
'1iAutoProv:no'
$SPEC
subst
'1Requires: libpcsclite libudev0'
$SPEC
subst
'1
i
Requires: libpcsclite libudev0'
$SPEC
if
[
"
$(
$DISTRVENDOR
-a
)
"
=
"x86_64"
]
;
then
remove_file /usr/share/sphinx/gui/spnxreader/libspnxreader_i386.so
...
...
This diff is collapsed.
Click to expand it.
repack.d/xnview.sh
View file @
ac026ae0
...
...
@@ -8,7 +8,7 @@ SPEC="$2"
#ln -s /lib64/libbz2.so.1 $BUILDROOT/opt/XnView/lib/libbz2.so.1.0
#subst "s|%files|%files\n/opt/XnView/lib/libbz2.so.1.0|" $SPEC
#subst '1Requires:bzlib' $SPEC
#subst '1
i
Requires:bzlib' $SPEC
subst
'1iAutoReq:yes,noperl'
$SPEC
subst
'1iAutoProv:no'
$SPEC
...
...
This diff is collapsed.
Click to expand it.
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