This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore systemd conditional to ship correct files
- Loading branch information
1 parent
eb2443b
commit deee235
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|