Remove ldconfig scriptlet (bz 1644103)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
d888e83168
commit
76421c7c3e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 1.rc1%{?dist}
|
Release: 2.rc1%{?dist}
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: SISSL and BSD
|
License: SISSL and BSD
|
||||||
@ -62,10 +62,6 @@ rm -f %{buildroot}%{_root_libdir}/*.{a,la}
|
|||||||
# Creat the man diretory
|
# Creat the man diretory
|
||||||
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
# Register the new man section
|
# Register the new man section
|
||||||
#if [ "$1" -eq 1 ]; then
|
#if [ "$1" -eq 1 ]; then
|
||||||
@ -128,6 +124,9 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 6 2018 Steve Dickson <steved@redhat.com> 1.0.4-2.rc2
|
||||||
|
- Remove ldconfig scriptlet (bz 1644103)
|
||||||
|
|
||||||
* Thu Sep 13 2018 Steve Dickson <steved@redhat.com> 1.1.4-1.rc1
|
* Thu Sep 13 2018 Steve Dickson <steved@redhat.com> 1.1.4-1.rc1
|
||||||
- Removed a false positive from the covscan
|
- Removed a false positive from the covscan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user