#1 Backport ldconfig macros
Merged 6 years ago by ignatenkobrain. Opened 6 years ago by ignatenkobrain.
Unknown source ldconfig-scriptlets-epel7  into  epel7

file modified
+4 -1
@@ -1,6 +1,6 @@

  Name:           epel-rpm-macros

  Version:        7

- Release:        13

+ Release:        14

  Summary:        Extra Packages for Enterprise Linux RPM macros

  

  Group:          System Environment/Base
@@ -47,6 +47,9 @@

  

  

  %changelog

+ * Mon Jan 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 7-14

+ - Backport ldconfig macros

+ 

  * Thu Dec 15 2016 Jason L Tibbitts III <tibbs@math.uh.edu> - 7-13

  - Backport vpath macros.

  

file modified
+9
@@ -19,3 +19,12 @@

  

  # directory (doesn't need to exist) where all generated build files will be placed

  %_vpath_builddir %_target_platform

+ 

+ # ldconfig macros, backported from Fedora.

+ %ldconfig /sbin/ldconfig

+ %ldconfig_post %{?ldconfig:%post -p %ldconfig}

+ %ldconfig_postun %{?ldconfig:%postun -p %ldconfig}

+ %ldconfig_scriptlets(n:) %{?ldconfig:\

+ %ldconfig_post %{?*} %{-n:-n %{-n*}}\

+ %ldconfig_postun %{?*} %{-n:-n %{-n*}}\

+ }

rebased onto 8c54d82

6 years ago

Pull-Request has been merged by ignatenkobrain

6 years ago