diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-06-18 09:50:47 -0700 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-07-03 16:12:36 -0700 |
commit | 63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b (patch) | |
tree | bfd46db60384f0d089212bd0c20334c5addeab1c /pkg/rpm/unit.module.spec.in | |
parent | 929a275a4b2e790d7341f7976065872395932fa2 (diff) | |
download | unit-63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b.tar.gz unit-63fb95ed5fb6dfa4a0ee492ec11a6e72997f289b.tar.bz2 |
Packages: removed CentOS 7 due to EOL
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/unit.module.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in index a1deaeb2..7d1d1b0e 100644 --- a/pkg/rpm/unit.module.spec.in +++ b/pkg/rpm/unit.module.spec.in @@ -1,10 +1,6 @@ # distribution specific definitions %define bdir %{_builddir}/%{name}-%{version} -%if (0%{?rhel} == 7 && 0%{?amzn} == 0) -%define dist .el7 -%endif - %%MODULE_DEFINITIONS%% %if 0%{?rhel}%{?fedora} |