[cpp-sp-resolver] branch main updated: Missed old check-in fixing RPM scriptlets.

Scott Cantor cantor.2 at osu.edu
Mon Jan 30 13:22:44 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp-resolver.git;a=commit;h=a96d8d9f358f04ca9c9952b8f1138dc6e1118007

The following commit(s) were added to refs/heads/main by this push:
     new a96d8d9  Missed old check-in fixing RPM scriptlets.
a96d8d9 is described below

commit a96d8d9f358f04ca9c9952b8f1138dc6e1118007
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 30 08:22:39 2023 -0500

    Missed old check-in fixing RPM scriptlets.
---
 resolver.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resolver.spec.in b/resolver.spec.in
index 600a619..1bcc61a 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -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