Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291883 Details for
Bug 226042
Merge Review: libselinux
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to adress remaining spec file issues
libselinux.patch (text/plain), 2.19 KB, created by
Adel Gadllah
on 2008-01-16 20:19:25 UTC
(
hide
)
Description:
Patch to adress remaining spec file issues
Filename:
MIME Type:
Creator:
Adel Gadllah
Created:
2008-01-16 20:19:25 UTC
Size:
2.19 KB
patch
obsolete
>Index: libselinux.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/libselinux/devel/libselinux.spec,v >retrieving revision 1.307 >diff -u -r1.307 libselinux.spec >--- libselinux.spec 15 Jan 2008 13:49:29 -0000 1.307 >+++ libselinux.spec 16 Jan 2008 20:18:00 -0000 >@@ -1,8 +1,9 @@ > %define libsepolver 2.0.10-1 >+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} > Summary: SELinux library and simple utilities > Name: libselinux > Version: 2.0.47 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: Public Domain > Group: System Environment/Libraries > Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz >@@ -44,7 +45,16 @@ > Requires: libsepol-devel >= %{libsepolver} > > %description devel >-The libselinux-devel package contains the static libraries and header files >+The libselinux-devel package contains the libraries and header files >+needed for developing SELinux applications. >+ >+%package static >+Summary: Static libraries used to build SELinux >+Group: Development/Libraries >+Requires: libselinux-devel = %{version}-%{release} >+ >+%description static >+The libselinux-static package contains the static libraries > needed for developing SELinux applications. > > %prep >@@ -96,7 +106,7 @@ > %postun -p /sbin/ldconfig > > %files >-%defattr(-,root,root,0755) >+%defattr(-,root,root,-) > /%{_lib}/libselinux.so.* > %{_sbindir}/avcstat > %{_sbindir}/getenforce >@@ -110,19 +120,26 @@ > /var/run/setrans > > %files devel >-%defattr(-,root,root) >-%{_libdir}/libselinux.a >+%defattr(-,root,root,-) > %{_libdir}/libselinux.so > %dir %{_includedir}/selinux > %{_includedir}/selinux/* > %{_mandir}/man3/* > >+%files static >+%defattr(-,root,root,-) >+%{_libdir}/libselinux.a >+ > %files python >-%defattr(-,root,root,0755) >-%dir %{_libdir}/python*/site-packages/selinux >-%{_libdir}/python*/site-packages/selinux/* >+%defattr(-,root,root,-) >+%dir %{python_sitearch}/selinux >+%{python_sitearch}/selinux/* > > %changelog >+* Wed Jan 16 2008 Adel Gadllah <adel.gadllah@gmail.com> - 2.0.47-3 >+- Move libselinux.a to -static package >+- Spec cleanups >+ > * Tue Jan 15 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.47-2 > - Put back libselinux.a >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226042
: 291883