[cpp-linbuild] 02/15: Delete obsolete BuildRoot macro

John W. O'Brien john at saltant.com
Sun Jun 18 15:00:37 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=a541a75297f64813948baa4c25209dc9fa1e2aa4

commit a541a75297f64813948baa4c25209dc9fa1e2aa4
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sun Jun 11 22:37:22 2023 +0000

    Delete obsolete BuildRoot macro
    
    Unused since rpm 4.6.0 [0]
    
    [0] https://github.com/rpm-software-management/rpm/commit/6c0651926aedc302816a0b61e1f1a8ef568be539
---
 common/SPECS/curl-openssl.spec           | 1 -
 common/SPECS/log4shib.spec               | 1 -
 common/SPECS/opensaml.spec               | 1 -
 common/SPECS/shibboleth-embedded-ds.spec | 1 -
 common/SPECS/shibboleth.spec             | 1 -
 common/SPECS/shibresolver.spec           | 1 -
 common/SPECS/xerces-c.spec               | 1 -
 common/SPECS/xml-security-c.spec         | 1 -
 common/SPECS/xmltooling.spec             | 1 -
 9 files changed, 9 deletions(-)

diff --git a/common/SPECS/curl-openssl.spec b/common/SPECS/curl-openssl.spec
index f0c110a..7fd67e8 100644
--- a/common/SPECS/curl-openssl.spec
+++ b/common/SPECS/curl-openssl.spec
@@ -12,7 +12,6 @@ License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/curl-%{version}.tar.bz2
 URL: http://curl.haxx.se/
-BuildRoot: %{_tmppath}/curl-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: automake
 BuildRequires: redhat-rpm-config
 BuildRequires: groff
diff --git a/common/SPECS/log4shib.spec b/common/SPECS/log4shib.spec
index 575a28c..cf1e791 100644
--- a/common/SPECS/log4shib.spec
+++ b/common/SPECS/log4shib.spec
@@ -7,7 +7,6 @@ Group: Development/Libraries
 Vendor: Shibboleth Consortium
 URL: http://shibboleth.net/downloads/log4shib/%version%
 Source: %name-%version.tar.bz2
-BuildRoot: %_tmppath/%name-%version-root
 BuildRequires: gcc-c++ pkgconfig
 %{!?_without_doxygenrpm:BuildRequires: doxygen}
 %if "%{_vendor}" == "redhat"
diff --git a/common/SPECS/opensaml.spec b/common/SPECS/opensaml.spec
index a00f7ee..1df6131 100644
--- a/common/SPECS/opensaml.spec
+++ b/common/SPECS/opensaml.spec
@@ -7,7 +7,6 @@ Vendor: Shibboleth Consortium
 License: Apache-2.0
 URL: http://www.opensaml.org/
 Source0: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libxerces-c-devel >= 3.2
 BuildRequires: libxml-security-c-devel >= 2.0.0
 BuildRequires: libxmltooling-devel >= 3.2.0
diff --git a/common/SPECS/shibboleth-embedded-ds.spec b/common/SPECS/shibboleth-embedded-ds.spec
index 6d18458..d343f7e 100644
--- a/common/SPECS/shibboleth-embedded-ds.spec
+++ b/common/SPECS/shibboleth-embedded-ds.spec
@@ -8,7 +8,6 @@ License: Apache-2.0
 URL: http://shibboleth.net/
 Source: %{name}-%{version}.tar.gz
 BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 %if "%{_vendor}" == "redhat"
 BuildRequires: redhat-rpm-config
 %{!?_without_builtinapache:BuildRequires: httpd}
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index dad0637..7cb54a3 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -7,7 +7,6 @@ Vendor: Shibboleth Consortium
 License: Apache-2.0
 URL: http://shibboleth.net/
 Source: %{name}-sp-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-sp-%{version}-root
 Obsoletes: shibboleth-sp = 2.5.0
 Requires: openssl
 %if 0%{?rhel} >= 6 || 0%{?amzn} == 1 || 0%{?amzn} == 2
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index 88dfd36..9795f10 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -7,7 +7,6 @@ Group: System Environment/Libraries
 License: Apache-2.0
 URL: https://www.shibboleth.net/
 Source0: https://shibboleth.net/downloads/extensions/sp/%{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libxerces-c-devel >= 3.2
 BuildRequires: libxml-security-c-devel >= 2.0.0
 BuildRequires: libxmltooling-devel >= 3.2.0
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index 98d0a7a..a8534c3 100644
--- a/common/SPECS/xerces-c.spec
+++ b/common/SPECS/xerces-c.spec
@@ -6,7 +6,6 @@ URL: http://xerces.apache.org/xerces-c/
 Source0: %{name}-%{version}.tar.bz2
 License: Apache
 Group: Libraries
-BuildRoot: %{_tmppath}/%{name}-root
 Prefix: /usr
 BuildRequires: gcc-c++ pkgconfig
 %{?_with_curl:BuildRequires: curl-devel}
diff --git a/common/SPECS/xml-security-c.spec b/common/SPECS/xml-security-c.spec
index c012fb7..e4be9c2 100644
--- a/common/SPECS/xml-security-c.spec
+++ b/common/SPECS/xml-security-c.spec
@@ -6,7 +6,6 @@ Group: Development/Libraries/C and C++
 License: Apache 2.0
 URL: http://www.apache.org/dist/santuario/c-library/
 Source: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
 
 %{?_with_xalan:BuildRequires: libxalan-c-devel >= 1.11}
 BuildRequires: libxerces-c-devel >= 3.2
diff --git a/common/SPECS/xmltooling.spec b/common/SPECS/xmltooling.spec
index bfdf578..4930398 100644
--- a/common/SPECS/xmltooling.spec
+++ b/common/SPECS/xmltooling.spec
@@ -7,7 +7,6 @@ Vendor: Shibboleth Consortium
 License: Apache-2.0
 URL: http://www.opensaml.org/
 Source: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libxerces-c-devel >= 3.2
 BuildRequires: libxml-security-c-devel >= 2.0.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}

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


More information about the commits mailing list