[cpp-sp-resolver] branch main updated: Forgot to rev lib version.
Scott Cantor
cantor.2 at osu.edu
Tue Dec 8 01:37:30 UTC 2020
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=09e7c8ad7733afeb49ca7ad548bdb4bef8055134
The following commit(s) were added to refs/heads/main by this push:
new 09e7c8a Forgot to rev lib version.
09e7c8a is described below
commit 09e7c8ad7733afeb49ca7ad548bdb4bef8055134
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 7 20:37:25 2020 -0500
Forgot to rev lib version.
---
resolver.spec.in | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/resolver.spec.in b/resolver.spec.in
index 33b549a..dc1a973 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -32,13 +32,13 @@ This package contains a Shibboleth SP Extension that provides
externally accessible attribute resolver functionality for processing
local and remote sources of federated attribute information.
-%package -n libshibresolver3
+%package -n libshibresolver4
Summary: Shibboleth SP Attribute Resolver library
Group: Development/Libraries
Provides: @PACKAGE_NAME@ = %{version}-%{release}
Obsoletes: @PACKAGE_NAME@ < %{version}-%{release}
-%description -n libshibresolver3
+%description -n libshibresolver4
This package contains a Shibboleth SP Extension that provides
externally accessible attribute resolver functionality for processing
local and remote sources of federated attribute information.
@@ -48,7 +48,7 @@ This package contains just the shared library.
%package -n libshibresolver-devel
Summary: Shibboleth SP Attribute Resolver development Headers
Group: Development/Libraries
-Requires: libshibresolver3 = %{version}-%{release}
+Requires: libshibresolver4 = %{version}-%{release}
Provides: @PACKAGE_NAME at -devel = %{version}-%{release}
Obsoletes: @PACKAGE_NAME at -devel < %{version}-%{release}
Requires: libxerces-c-devel >= 3.2
@@ -103,11 +103,11 @@ This package includes files needed for development.
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
-%post -n libshibresolver3 -p /sbin/ldconfig
+%post -n libshibresolver4 -p /sbin/ldconfig
-%postun -n libshibresolver3 -p /sbin/ldconfig
+%postun -n libshibresolver4 -p /sbin/ldconfig
-%files -n libshibresolver3
+%files -n libshibresolver4
%defattr(-,root,root,-)
%{_libdir}/libshibresolver-lite.so.*
%{_libdir}/libshibresolver.so.*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list