On 06/19/2016 04:12 PM, Nicolas Chauvet wrote:
> Hello,
> 
> I just want to say that there is now a minimal version of rfpkg available.
> http://koji.rpmfusion.org/koji/packageinfo?packageID=447
> 
> This version (rfpkg-1.23.2-1.fc24 so far) is known to allow:
> - clone
> - push
> - few others commands
> 
> So contributors should be able to push content to the new infra:
> https://pkgs.rpmfusion.org/cgit  for ref (additionally forwared to
> github.com/rpmfusion as R/O mirror)
> 
> Known not to work yet
> - new-sources (the file seems to be uploaded
> - srpm
> - build
> 
> This mean I will have to manually submit build to the infra until
> theses features are fixed.
> Here is the current code of the tool https://github.com/rpmfusion-infra/rfpkg
> I really hope someone could step up and work on fixing this issue
> since there is still a long road to have the infra side really
> finised.
> (main priority is to have packages out of the infra to mirrors)
> 
> 

Minor fix to build rfpkg on EL7:

>From 51c76aa1084c4994bb0e9f9852607f39d1156ffe Mon Sep 17 00:00:00 2001
From: Orion Poplawski <or...@cora.nwra.com>
Date: Mon, 27 Jun 2016 15:48:18 -0600
Subject: [PATCH] Handle EL7 bash completion path

---
 rfpkg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfpkg.spec b/rfpkg.spec
index 7f5f58a..29540f1 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -76,7 +76,7 @@ chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
 %{python2_sitelib}/rfpkg/
 %{python2_sitelib}/rfpkg-%{version}-py%{python2_version}.egg-info/
 %{_mandir}/man1/rfpkg.1*
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 7
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/rfpkg
--
1.8.3.1



-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com

Reply via email to