Opened 8 years ago
Closed 8 years ago
#426 closed defect (fixed)
Patch for samhain.spec for SLES12
| Reported by: | rainer | Owned by: | rainer |
|---|---|---|---|
| Priority: | major | Milestone: | 4.2.4 |
| Component: | main | Version: | |
| Keywords: | Cc: |
Description
Patch by Pirmin:
--- samhain.spec.orig 2017-11-10 13:23:51.000000000 +0100
+++ samhain.spec 2017-11-24 16:02:16.390726610 +0100
@@ -13,8 +13,11 @@
BuildRoot: %{_tmppath}/samhain-%{version}-root
Packager: Andre Oliveira da Costa <brblueser@uol.com.br>
Provides: %{name}
+%if 0%{?suse_version}
+Requires(pre): shadow
+%else
Requires(pre): shadow-utils
-
+%endif
# dummy (fix configure warning)
# datarootdir = @datarootdir@
%if 0%{?password}
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [532].