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
Nurlan
eepm
Commits
c36034fd
Commit
c36034fd
authored
Sep 03, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
require /usr/bin/rpmbuild, not rpm-build package
parent
285a93b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
epm-repack
bin/epm-repack
+1
-1
eepm.spec
eepm.spec
+2
-1
No files found.
bin/epm-repack
View file @
c36034fd
...
...
@@ -184,7 +184,7 @@ __epm_repack_to_rpm()
# install epm-repack for static (package based) dependencies
assure_exists fakeroot
||
fatal
assure_exists alien
||
fatal
assure_exists
rpmbuild rpm-
build
||
fatal
assure_exists
/usr/bin/rpm
build
||
fatal
# TODO: improve
if
echo
"
$pkgs
"
|
grep
-q
"
\.
deb"
;
then
...
...
eepm.spec
View file @
c36034fd
...
...
@@ -37,7 +37,8 @@ See detailed description here: http://wiki.etersoft.ru/EPM
Summary: Etersoft EPM package manager (repack requirements)
Group: System/Configuration/Packaging
Requires: %name = %EVR
Requires: fakeroot alien rpm-build dpkg
Requires: fakeroot alien dpkg
Requires: /usr/bin/rpmbuild
%description repack
This package has requirements needed for using epm repack on ALT
...
...
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