[cpp-linbuild] branch main updated: Fix to resolver specfile.

Scott Cantor cantor.2 at osu.edu
Wed Nov 2 17:24:01 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=5da95ea362b86eaeef95b4a830a5f355a4353a50

The following commit(s) were added to refs/heads/main by this push:
     new 5da95ea  Fix to resolver specfile.
5da95ea is described below

commit 5da95ea362b86eaeef95b4a830a5f355a4353a50
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 2 13:23:57 2022 -0400

    Fix to resolver specfile.
---
 common/SPECS/shibresolver.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index 1740e3b..9f5e3c8 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -103,9 +103,9 @@ This package includes files needed for development.
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
-%post -n libshibresolver5 -p /sbin/ldconfig
+%post -n libshibresolver6 -p /sbin/ldconfig
 
-%postun -n libshibresolver5 -p /sbin/ldconfig
+%postun -n libshibresolver6 -p /sbin/ldconfig
 
 %files -n libshibresolver6
 %defattr(-,root,root,-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list