diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-02 21:26:40 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-02 21:26:40 -0500 |
commit | 8509334cd84233e0423c5363a871008ee5f95cee (patch) | |
tree | 12ad5a42c69ea5f27f9ae7ceb39eeb9f90bcf537 | |
parent | set make to buildrequires (diff) | |
download | stackrpms-8509334cd84233e0423c5363a871008ee5f95cee.tar.gz stackrpms-8509334cd84233e0423c5363a871008ee5f95cee.tar.bz2 stackrpms-8509334cd84233e0423c5363a871008ee5f95cee.zip |
fix LICENSE for el7
-rw-r--r-- | move-to-next-monitor/move-to-next-monitor.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move-to-next-monitor/move-to-next-monitor.spec b/move-to-next-monitor/move-to-next-monitor.spec index de3aa28..be792d2 100644 --- a/move-to-next-monitor/move-to-next-monitor.spec +++ b/move-to-next-monitor/move-to-next-monitor.spec @@ -84,7 +84,9 @@ move-to-next-monitor is a small script that makes it easy for display managers w : %files +%if 0%{?rhel} != 7 %license LICENSE +%endif %doc %{_pkgdocdir}/* %{_bindir}/%{name} |