From a73e3ffe160b99de48839967d0959facc16bb233 Mon Sep 17 00:00:00 2001 From: Victor Ryzhikh Date: Fri, 28 Feb 2020 12:02:05 +0000 Subject: [PATCH] rpm5 -> rpm4 (7) --- java-1.8.0-openjdk.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 735383f..57fd037 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -81,12 +81,6 @@ %global ourcppflags %(echo %ourflags | sed -e 's|-fexceptions||') %global ourldflags %(echo %{ldflags} | sed -e 's|-Wl,--no-undefined||') -# With diabled nss is NSS deactivated, so in NSS_LIBDIR can be wrong path -# the initialisation must be here. LAter the pkg-connfig have bugy behaviour -#looks liekopenjdk RPM specific bug -# Always set this so the nss.cfg file is not broken -%global NSS_LIBDIR %(pkg-config --variable=libdir nss) - # fix for https://bugzilla.redhat.com/show_bug.cgi?id=1111349 %global _privatelibs libmawt[.]so.* %global __noautoprov ^(%{_privatelibs})$ @@ -1061,7 +1055,6 @@ BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) BuildRequires: libxslt-devel # Requirements for setting up the nss.cfg -BuildRequires: nss BuildRequires: nss-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(xproto)