commit bfebb1966e7d11fb889929ff625450212f5707da
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 8 14:03:13 2018 +0100
Correct project case, either rpmfusion or RPM Fusion
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 50240a6..48452eb 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -311,7 +311,7 @@ This package contains development files for %{name}
%prep
%if 0%{?date}
%setup -q -n ffmpeg-%{?branch}%{date}
-echo "git-snapshot-%{?branch}%{date}-RPMFusion" > VERSION
+echo "git-snapshot-%{?branch}%{date}-rpmfusion" > VERSION
%else
%setup -q -n ffmpeg-%{version}
%endif
Show replies by date