Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
a385a92d
Commit
a385a92d
authored
5 years ago
by
Federico Vaga
Browse files
Options
Downloads
Patches
Plain Diff
[dist] fix RPM spec file
Signed-off-by:
Federico Vaga
<
federico.vaga@cern.ch
>
parent
6b35bb6c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
distribution/general-cores.spec
+4
-4
4 additions, 4 deletions
distribution/general-cores.spec
with
4 additions
and
4 deletions
distribution/general-cores.spec
+
4
−
4
View file @
a385a92d
...
...
@@ -29,12 +29,12 @@ This package installs all general-cores drivers
make TOP_DIR=`pwd` PREFIX=%{buildroot}/ RPMBUILD="1" dkms_install
%post
dkms add -m %{project_name}
-vic
-v %{version} --rpm_safe_upgrade
dkms build -m %{project_name}
-vic
-v %{version} --rpm_safe_upgrade
dkms install -m %{project_name}
-vic
-v %{version} --rpm_safe_upgrade
dkms add -m %{project_name} -v %{version} --rpm_safe_upgrade
dkms build -m %{project_name} -v %{version} --rpm_safe_upgrade
dkms install -m %{project_name} -v %{version} --rpm_safe_upgrade
%preun
dkms remove -m %{project_name}
-vic
-v %{version} --rpm_safe_upgrade --all ||:
dkms remove -m %{project_name} -v %{version} --rpm_safe_upgrade --all ||:
%files
%license LICENSES/CC0-1.0.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment