Don't ship X11.so in both the main package and the x11 sub-package.
This commit is contained in:
parent
3ff19233a7
commit
e98726d075
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
# Included CMap data is Redistributable, no modification permitted,
|
||||
# see http://bugzilla.redhat.com/487510
|
||||
@ -316,7 +316,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/%{name}/%{gs_dot_ver}/X11.so
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
@ -343,6 +342,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Fri Dec 19 2014 Tim Waugh <twaugh@redhat.com> 9.15-6
|
||||
- Don't ship X11.so in both the main package and the x11 sub-package.
|
||||
|
||||
* Fri Dec 19 2014 Rex Dieter <rdieter@fedoraproject.org> 9.15-5
|
||||
- fix %%_isa macro usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user