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
8b73cfae
Commit
8b73cfae
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eepm.spec: skip yum on dnf-rpm too
parent
0de9373d
master
devel
tt1
Tags unavailable
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
eepm.spec
eepm.spec
+6
-5
No files found.
eepm.spec
View file @
8b73cfae
...
...
@@ -85,6 +85,10 @@ This package contains yum like frontend for Etersoft EPM package manager.
rm -v %buildroot%_bindir/yum
%endif
%if "%pkgsystem" == "dnf-rpm"
rm -v %buildroot%_bindir/yum
%endif
%files
%doc README.md TODO LICENSE
...
...
@@ -103,11 +107,8 @@ rm -v %buildroot%_bindir/yum
%_bindir/epm*
%_bindir/eepm
%_bindir/serv
%if "%pkgsystem" != "yum-rpm"
%exclude %_bindir/yum
%endif
%dir /var/lib/eepm/
%_bindir/distr_info
%dir /var/lib/eepm/
%_man1dir/*
%_datadir/%name/
%_sysconfdir/bash_completion.d/serv
...
...
@@ -116,7 +117,7 @@ rm -v %buildroot%_bindir/yum
%files repack
%endif
%if "%pkgsystem" != "yum-rpm"
%if "%pkgsystem" != "yum-rpm"
&& "%pkgsystem" != "dnf-rpm"
# not for yum based system
%files yum
%_bindir/yum
...
...
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