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
acb95133
Commit
acb95133
authored
Dec 16, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip eepm-yum packing on yum based systems
parent
cd612c97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
eepm.spec
eepm.spec
+12
-1
No files found.
eepm.spec
View file @
acb95133
%def_without external_distro_info
%define pkgsystem "%(bin/distr_info -g)"
%if %pkgsystem == "yum-rpm"
%def_disable yum
%else
%def_enable yum
%endif
Name: eepm
Version: 3.14.5
Release: alt1
...
...
@@ -108,7 +115,7 @@ chmod a+x %buildroot%_datadir/%name/tools_*
rm -v %buildroot%_bindir/distr_info
%endif
%if
%_vendor != "alt"
%if
_disabled yum
rm -v %buildroot%_bindir/yum
%endif
...
...
@@ -127,7 +134,9 @@ mkdir -p %buildroot/var/lib/eepm/
%_bindir/eepm
%_bindir/serv
%_bindir/cerv
%if_enabled yum
%exclude %_bindir/yum
%endif
%dir /var/lib/eepm/
%if_without external_distro_info
%_bindir/distr_info
...
...
@@ -139,7 +148,9 @@ mkdir -p %buildroot/var/lib/eepm/
%if %_vendor == "alt"
%files repack
%endif
%if_enabled yum
# not for yum based system
%files yum
%_bindir/yum
...
...
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