-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: minor sync-ups between fedora spec file versions
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -2764,7 +2764,12 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild" | |
cd $PCP_PMNS_DIR && ./Rebuild -s && rm -f .NeedRebuild | ||
cd | ||
|
||
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7 | ||
%ldconfig_scriptlets libs | ||
%else | ||
%post libs -p /sbin/ldconfig | ||
%postun libs -p /sbin/ldconfig | ||
%endif | ||
|
||
%if !%{disable_selinux} | ||
%preun selinux | ||
|
@@ -3307,6 +3312,9 @@ cd | |
- Resolve selinux policy issues in PCP tools (BZ 1721644, BZ 1711547) | ||
- Update to latest PCP sources. | ||
|
||
* Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 4.3.3-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild | ||
|
||
* Fri Jun 28 2019 Mark Goodwin <[email protected]> - 4.3.3-1 | ||
- Resolve segv running pmchart with bogus timezone (BZ 1718948) | ||
- Resolve pmrep wait.formula for collectl-dm-sD and collectl-sD (BZ 1724288) | ||
|