Tom Stellard 2020-07-14 14:41:12 +00:00
parent 98af691bc7
commit 8fcffe10c9
1 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.35.2
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
URL: http://en.wikipedia.org/wiki/Util-linux
@ -298,7 +298,7 @@ export DAEMON_LDFLAGS="$SUID_LDFLAGS"
%endif
# build util-linux
make %{?_smp_mflags}
%make_build
%check
#to run tests use "--with check"
@ -318,7 +318,7 @@ touch ${RPM_BUILD_ROOT}/var/log/lastlog
chmod 0644 ${RPM_BUILD_ROOT}/var/log/lastlog
# install util-linux
make install DESTDIR=${RPM_BUILD_ROOT}
%make_install
# raw
echo '.so man8/raw.8' > $RPM_BUILD_ROOT%{_mandir}/man8/rawdevices.8
@ -927,6 +927,10 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.35.2-3
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.35.2-2
- Rebuilt for Python 3.9