rpm5 -> rpm4 (7)

This commit is contained in:
Victor Ryzhikh 2020-02-28 12:02:05 +00:00
parent 5c7fb4b381
commit a73e3ffe16

View file

@ -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)