[cpp-linbuild] 06/15: Avoid hardcoding library path
John W. O'Brien
john at saltant.com
Sun Jun 18 15:00:41 UTC 2023
This is an automated email from the git hooks/post-receive script.
obrienjw 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=ff9ffdec28869d36e8b756b3af584cebaf30640e
commit ff9ffdec28869d36e8b756b3af584cebaf30640e
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Jun 16 12:13:08 2023 +0000
Avoid hardcoding library path
%_tmpfilesdir is already defined to the previous value on all
currently-supported distributions. If a build is attempted on
a distibution that does not set this, better to have it error
out and then modify the SPEC file with a platform-specific
value.
---
common/SPECS/shibboleth.spec | 2 --
1 file changed, 2 deletions(-)
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index 179c0d2..da1d2ad 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -75,8 +75,6 @@ BuildRequires: systemd-devel
%endif
%endif
-%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
-
%define runuser shibd
%if "%{_vendor}" == "suse"
%define pkgdocdir %{_docdir}/shibboleth
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list