Skip to content

Commit

Permalink
build: minor sync-ups between fedora spec file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Aug 16, 2019
1 parent 66a86b0 commit 078db83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/rpm/fedora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <releng@fedoraproject.org> - 4.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Fri Jun 28 2019 Mark Goodwin <mgoodwin@redhat.com> - 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)
Expand Down

0 comments on commit 078db83

Please sign in to comment.