Drop obsolete %%pretrans scriptlet
This commit is contained in:
parent
2f4e44d084
commit
84171889bc
@ -139,14 +139,6 @@ hardlink -cvf %{buildroot}%{_pkgdocdir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%pretrans devel -p <lua>
|
|
||||||
path = "%{_includedir}/%{name}"
|
|
||||||
st = posix.stat(path)
|
|
||||||
if st and st.type == "link" then
|
|
||||||
os.remove(path)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
@ -180,6 +172,7 @@ end
|
|||||||
- Add explicit configure switch to disable rdrand
|
- Add explicit configure switch to disable rdrand
|
||||||
- Add explicit configure switch to enable linking with Bsymbolic
|
- Add explicit configure switch to enable linking with Bsymbolic
|
||||||
- Do not use macros to invoke executables
|
- Do not use macros to invoke executables
|
||||||
|
- Drop obsolete %%pretrans scriptlet
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-9
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user