Commit 9ba0551a authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

Update ww8-el-release.spec

fixing installation 
parent 162a9ff4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@
Name:           ww8-release
%if %{rhel} == 8
Version:        8.0
Release:        1%{?dist}
Release:        2%{?dist}
%endif
%if %{rhel} == 7
Version:        7.6
Release:        2%{?dist}
Release:        3%{?dist}
%endif
%if %{rhel} == 6
Version:        6.9
Release:        2%{?dist}
Release:        3%{?dist}
%endif

Summary:        Configuration for ww8 repository
@@ -55,7 +55,7 @@ echo empty build

%install
rm -rf $RPM_BUILD_ROOT
%{__install} -Dp -m0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/ww8-el7.repo
%{__install} -Dp -m0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/ww8-el.repo
#%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-ww8

%clean