- OpenCL required at runtime [boo#1177190]
OBS-URL: https://build.opensuse.org/package/show/security/hashcat?expand=0&rev=14
This commit is contained in:
parent
eff879c76d
commit
381aec6a6e
2
hashcat-rpmlintrc
Normal file
2
hashcat-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# program wants openCL headers at runtime for some reason
|
||||||
|
addFilter("devel-file-in-non-devel-package")
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 22 17:07:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- OpenCL required at runtime [boo#1177190]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 8 08:47:27 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Tue Sep 8 08:47:27 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
11
hashcat.spec
11
hashcat.spec
@ -26,6 +26,7 @@ Group: Productivity/Security
|
|||||||
URL: https://hashcat.net/
|
URL: https://hashcat.net/
|
||||||
|
|
||||||
Source: https://github.com/hashcat/hashcat/archive/v%version.tar.gz
|
Source: https://github.com/hashcat/hashcat/archive/v%version.tar.gz
|
||||||
|
Source9: %name-rpmlintrc
|
||||||
Patch1: system-libs.patch
|
Patch1: system-libs.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
@ -71,6 +72,7 @@ This subpackage contains the header files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
find . -name .lock -type f -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global margs DOCUMENT_FOLDER="%_docdir/%name" our_CFLAGS="%optflags" LIBRARY_FOLDER="%_libdir"
|
%global margs DOCUMENT_FOLDER="%_docdir/%name" our_CFLAGS="%optflags" LIBRARY_FOLDER="%_libdir"
|
||||||
@ -94,12 +96,7 @@ ln -s "%_libdir/%name/modules" "$b/%_datadir/%name/"
|
|||||||
%_bindir/hashcat
|
%_bindir/hashcat
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
%_libdir/%name/
|
%_libdir/%name/
|
||||||
%dir %_datadir/%name/
|
%_datadir/%name/
|
||||||
%_datadir/%name/modules
|
|
||||||
%_datadir/%name/hashcat.hcstat2
|
|
||||||
%_datadir/%name/hashcat.hctune
|
|
||||||
%dir %_datadir/%name/OpenCL/
|
|
||||||
%_datadir/%name/OpenCL/*.cl
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libhashcat.so.%version
|
%_libdir/libhashcat.so.%version
|
||||||
@ -107,7 +104,5 @@ ln -s "%_libdir/%name/modules" "$b/%_datadir/%name/"
|
|||||||
%files devel
|
%files devel
|
||||||
%_includedir/hashcat/
|
%_includedir/hashcat/
|
||||||
%_libdir/libhashcat.so
|
%_libdir/libhashcat.so
|
||||||
%dir %_datadir/%name/
|
|
||||||
%_datadir/%name/OpenCL/*.h
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user