Accepting request 39299 from security:SELinux
Copy from security:SELinux/libselinux based on submit request 39299 from user prusnak OBS-URL: https://build.opensuse.org/request/show/39299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=18
This commit is contained in:
commit
89699aeb33
@ -23,7 +23,7 @@ BuildRequires: libsepol-devel-static >= %{libsepol_ver}
|
||||
|
||||
Name: libselinux-bindings
|
||||
Version: 2.0.91
|
||||
Release: 3
|
||||
Release: 4
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: GPLv2 ; Public Domain, Freeware
|
||||
Group: System/Libraries
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 3 10:30:40 UTC 2010 - prusnak@suse.cz
|
||||
|
||||
- don't package /var/run/setrans in libselinux1 package
|
||||
- Feature#303793
|
||||
- the directory will be created in initscript of mcstrans package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 09:53:28 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -22,7 +22,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver} pkg-config
|
||||
|
||||
Name: libselinux
|
||||
Version: 2.0.91
|
||||
Release: 3
|
||||
Release: 4
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: GPLv2 ; Public Domain, Freeware
|
||||
Group: System/Libraries
|
||||
@ -131,7 +131,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_includedir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/setrans
|
||||
make DESTDIR="$RPM_BUILD_ROOT" LIBDIR="$RPM_BUILD_ROOT%{_libdir}" SHLIBDIR="$RPM_BUILD_ROOT/%{_lib}" BINDIR="$RPM_BUILD_ROOT%{_sbindir}" install
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/compute_*
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/deftype
|
||||
@ -176,7 +175,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -n libselinux1
|
||||
%defattr(-,root,root,-)
|
||||
/%{_lib}/libselinux.so.*
|
||||
%{_localstatedir}/run/setrans
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user