Skip to content

Commit

Permalink
Spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 30, 2019
1 parent 35a8a9f commit f9b2d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpmbuilder-node.spec
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ install -pm 755 nodeinfo %{buildroot}%{home_dir}/
install -pm 755 initenv %{buildroot}%{home_dir}/
install -pm 644 rpmlint %{buildroot}%{home_dir}/.config/

%if 0%{?rhel} = 8
%if 0%{?rhel} == 8
install -pm 755 rpmmacros_centos8 %{buildroot}%{home_dir}/.rpmmacros_rpmbuilder
%endif

%if 0%{?rhel} = 7
%if 0%{?rhel} == 7
install -pm 755 rpmmacros_centos7 %{buildroot}%{home_dir}/.rpmmacros_rpmbuilder
%endif

%if 0%{?rhel} = 6
%if 0%{?rhel} == 6
install -pm 755 rpmmacros_centos6 %{buildroot}%{home_dir}/.rpmmacros_rpmbuilder
%endif

Expand Down

0 comments on commit f9b2d6d

Please sign in to comment.