Skip to content
Snippets Groups Projects
Commit 05c0b922 authored by Edric Milaret's avatar Edric Milaret
Browse files

fedora: del post instruction in spec file

Refs #72145

The instructions in the post tag where not evaluated before
file tag and thus not finding repo file.

Change-Id: I464ac8dea8c39eb75616163b2edd9164c2dc244c
parent 7db2af5d
Branches
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ make -j %{?_smp_mflags}
mkdir -p %{buildroot}/ring-daemon
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}/%{_sysconfdir}/yum.repos.d/
%post
echo '[ring]' > %{buildroot}/%{_sysconfdir}/yum.repos.d/ring-nightly.repo
echo 'name=Ring $releasever - $basearch - ring' >> %{buildroot}/%{_sysconfdir}/yum.repos.d/ring-nightly.repo
echo 'baseurl=http://nightly.yum.ring.cx/fedora_$releasever' >> %{buildroot}/%{_sysconfdir}/yum.repos.d/ring-nightly.repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment