Comment out fakeroot (unused)
This commit is contained in:
parent
0deb2ae103
commit
d783cfdb49
15
libuser.spec
15
libuser.spec
@ -1,6 +1,6 @@
|
||||
Name: libuser
|
||||
Version: 0.63
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://pagure.io/libuser
|
||||
Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz
|
||||
@ -16,7 +16,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: nscd
|
||||
BuildRequires: gcc
|
||||
# For %%check
|
||||
BuildRequires: fakeroot
|
||||
#BuildRequires: fakeroot
|
||||
BuildRequires: openldap-clients
|
||||
BuildRequires: openldap-servers
|
||||
BuildRequires: openssl
|
||||
@ -74,15 +74,15 @@ make
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
#%check
|
||||
#%%check
|
||||
#make check || { cat test-suite.log; false; }
|
||||
#
|
||||
## Verify that all python modules load, just in case.
|
||||
#LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
|
||||
#LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%%{_libdir}:${LD_LIBRARY_PATH}
|
||||
#export LD_LIBRARY_PATH
|
||||
#PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch}
|
||||
#PYTHONPATH=$RPM_BUILD_ROOT%%{python3_sitearch}
|
||||
#export PYTHONPATH
|
||||
#%{python3} -c "import libuser"
|
||||
#%%{python3} -c "import libuser"
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -116,6 +116,9 @@ make
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 20 2021 Jiri Kucera <jkucera@redhat.com> - 0.63-2
|
||||
- Comment out fakeroot (unused)
|
||||
|
||||
* Mon Mar 1 2021 Tomas Halman <thalman@redhat.com> - 0.63-1
|
||||
- Release new version 0.63
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user