Skip to content
Snippets Groups Projects
Commit b18c7e49 authored by Thibault Cohen's avatar Thibault Cohen
Browse files

Fix (2) repo package for fedora

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