Resolves: bz 1598608
This commit is contained in:
parent
0adf0c9a9f
commit
e98c68374c
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ rng-tools-3.tar.gz
|
||||
/rng-tools-6.tar.gz
|
||||
/rng-tools-6.1.tar.gz
|
||||
/rng-tools-6.2.tar.gz
|
||||
/rng-tools-6.3.tar.gz
|
||||
/jitterentropy-library-d95c1a2.tar.gz
|
||||
|
||||
15
jitterentropy-remove-install.patch
Normal file
15
jitterentropy-remove-install.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff -up ./jitterentropy-library/Makefile.install ./jitterentropy-library/Makefile
|
||||
--- ./jitterentropy-library/Makefile.install 2018-07-05 16:05:37.568626280 -0400
|
||||
+++ ./jitterentropy-library/Makefile 2018-07-05 16:07:18.293189096 -0400
|
||||
@@ -44,11 +44,6 @@ scan: $(OBJS)
|
||||
scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o lib$(NAME).so.$(LIBVERSION) $(OBJS) $(LDFLAGS)
|
||||
|
||||
install:
|
||||
- install -m 644 doc/$(NAME).3 $(PREFIX)/share/man/man3/
|
||||
- gzip -9 $(PREFIX)/share/man/man3/$(NAME).3
|
||||
- install -m 0755 -s lib$(NAME).so.$(LIBVERSION) $(PREFIX)/$(LIBDIR)/
|
||||
- $(RM) $(PREFIX)/$(LIBDIR)/lib$(NAME).so.$(LIBMAJOR)
|
||||
- ln -s lib$(NAME).so.$(LIBVERSION) $(PREFIX)/$(LIBDIR)/lib$(NAME).so.$(LIBMAJOR)
|
||||
|
||||
clean:
|
||||
@- $(RM) $(NAME)
|
||||
@ -3,13 +3,16 @@
|
||||
|
||||
Summary: Random number generator related utilities
|
||||
Name: rng-tools
|
||||
Version: 6.2
|
||||
Version: 6.3
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: https://github.com/nhorman/rng-tools
|
||||
Source0: https://github.com/nhorman/rng-tools/archive/rng-tools-%{version}.tar.gz
|
||||
Source1: rngd.service
|
||||
Source2: jitterentropy-library-d95c1a2.tar.gz
|
||||
|
||||
Patch0: jitterentropy-remove-install.patch
|
||||
|
||||
# https://sourceforge.net/p/gkernel/patches/111/
|
||||
|
||||
@ -30,7 +33,9 @@ Requires: openssl libxml2 libcurl
|
||||
Hardware random number generation tools.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%setup
|
||||
tar xvf %{SOURCE2}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -63,6 +68,9 @@ install -Dt %{buildroot}%{_unitdir} -m0644 %{SOURCE1}
|
||||
%attr(0644,root,root) %{_unitdir}/rngd.service
|
||||
|
||||
%changelog
|
||||
* fri Jul 06 2018 Neil Horman <nhorman@redhat.com> - 6.3-1
|
||||
- update to latest upstream (#1598608)
|
||||
|
||||
* Thu May 10 2018 Neil Horman <nhorman@redhat.com>
|
||||
- Update to latest upstream
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rng-tools-6.2.tar.gz) = ffd8be5b232f092f8bcfdb6281580ce9053ec8bb87ff6bcae76585c38e3e91b9e464a9544a33ecd9814a9f244a89bac973d15c9bd3560d1164559685c720d174
|
||||
SHA512 (jitterentropy-library-d95c1a2.tar.gz) = f7c64d7fe39f7f8382101b4556792261239f28f3d8eaa24e85e600de54c037bc174b3c7333ab000fe3b9ad7fdbdac624be14d3eb6c37c0c63d0bf98d0b444f65
|
||||
|
||||
Loading…
Reference in New Issue
Block a user