#5 Use make macros
Merged 3 years ago by pbrezina. Opened 3 years ago by tstellar.
rpms/ tstellar/sssd make-macros  into  master

file modified
+8 -4
@@ -36,7 +36,7 @@ 

  

  Name: sssd

  Version: 2.3.0

- Release: 3%{?dist}

+ Release: 4%{?dist}

  Summary: System Security Services Daemon

  License: GPLv3+

  URL: https://github.com/SSSD/sssd/
@@ -546,18 +546,18 @@ 

      %{?with_cifs_utils_plugin_option} \

      %{?enable_systemtap_opt}

  

- make %{?_smp_mflags} all docs

+ %make_build all docs

  

  sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate

  

  %check

  export CK_TIMEOUT_MULTIPLIER=10

- make %{?_smp_mflags} check VERBOSE=yes

+ %make_build check VERBOSE=yes

  unset CK_TIMEOUT_MULTIPLIER

  

  %install

  

- make install DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  

  if [ ! -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/modules/libwbclient.so.%{libwbc_lib_version} ]

  then
@@ -1079,6 +1079,10 @@ 

                                  %{_libdir}/%{name}/modules/libwbclient.so

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.3.0-4

+ - Use make macros

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

+ 

  * Wed Jul  1 2020 Jeff Law <law@redhat.com>

  - Disable LTO

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Pull-Request has been merged by pbrezina

3 years ago