#17 Drop unnecessary telinit
Closed 3 years ago by plautrba. Opened 3 years ago by plautrba.
rpms/ plautrba/libsepol drop-telinit  into  master

file modified
+2 -4
@@ -55,9 +55,8 @@ 

  %endif

  

  %build

- %set_build_flags

- CFLAGS="$CFLAGS -fno-semantic-interposition"

- %make_build

+ make clean

+ %make_build CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"

  

  %install

  mkdir -p ${RPM_BUILD_ROOT}/%{_lib} 
@@ -97,7 +96,6 @@ 

  * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.1-2

  - Use make macros

  - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

- - Use set_build_flags and -fno-semantic-interposition

  

  * Fri Jul 10 2020 Petr Lautrbach <plautrba@redhat.com> - 3.1-1

  - SELinux userspace 3.1 release

no initial comment

1 new commit added

  • Revert "Use set_build_flags and -fno-semantic-interposition"
3 years ago

rebased onto 8f777f1

3 years ago

Pull-Request has been closed by plautrba

3 years ago