Accepting request 460728 from network:samba:STABLE
1 OBS-URL: https://build.opensuse.org/request/show/460728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=208
This commit is contained in:
commit
3792ee7423
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 15:30:21 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Change insserv_prereq requires to requires(pre): this is
|
||||
factually seen not a runtime requirement of samba, but of the
|
||||
rpm scriptlets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 17:20:31 UTC 2017 - ddiss@suse.com
|
||||
|
||||
|
@ -263,7 +263,7 @@ Provides: smbfs
|
||||
Obsoletes: samba-gplv3-client < %{version}
|
||||
Obsoletes: samba-client-gplv2 < %{version}
|
||||
%if 0%{?suse_version} > 0
|
||||
Requires: %{?insserv_prereq}
|
||||
Requires(pre): %{?insserv_prereq}
|
||||
%endif
|
||||
Requires: /sbin/chkconfig
|
||||
Requires: /sbin/ldconfig
|
||||
@ -417,7 +417,7 @@ Recommends: logrotate
|
||||
Recommends: /usr/sbin/nscd
|
||||
%endif
|
||||
%if 0%{?suse_version} > 0
|
||||
Requires: %{?insserv_prereq}
|
||||
Requires(pre): %{?insserv_prereq}
|
||||
%endif
|
||||
Requires: /sbin/ldconfig
|
||||
Requires: /usr/sbin/groupadd
|
||||
|
Loading…
Reference in New Issue
Block a user