Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Restore systemd conditional to ship correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Apr 17, 2018
1 parent eb2443b commit deee235
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion SPECS/httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@
%define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
%define vstring IUS

%if 0%{?rhel} >= 7
%bcond_without systemd
%else
%bcond_with systemd
%endif

# Drop automatic provides for module DSOs
%{?filter_provides_in:%filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
%{?filter_setup}

Summary: Apache HTTP Server
Name: httpd24u
Version: 2.4.33
Release: 1.ius%{?dist}
Release: 2.ius%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source2: httpd.logrotate
Expand Down Expand Up @@ -804,6 +810,9 @@ exit $rv


%changelog
* Tue Apr 17 2018 Carl George <[email protected]> - 2.4.33-2.ius
- Restore systemd conditional to ship correct files

* Thu Mar 29 2018 Carl George <[email protected]> - 2.4.33-1.ius
- Latest upstream
- Set vstring to IUS
Expand Down

0 comments on commit deee235

Please sign in to comment.