Accepting request 1150031 from network
OBS-URL: https://build.opensuse.org/request/show/1150031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wsdd?expand=0&rev=12
This commit is contained in:
commit
b4c1e51cb1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 10:39:43 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang macro, [bsc#1212476]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 20 15:12:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Feb 20 15:12:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wsdd
|
# spec file for package wsdd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,6 +34,7 @@ Source7: ws-discovery-udp.xml
|
|||||||
%endif
|
%endif
|
||||||
Patch1: %{name}-shebang.patch
|
Patch1: %{name}-shebang.patch
|
||||||
BuildRequires: firewall-macros
|
BuildRequires: firewall-macros
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Supplements: samba
|
Supplements: samba
|
||||||
@ -81,6 +82,7 @@ mkdir -p %{buildroot}/run/wsdd
|
|||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/wsdd
|
mkdir -p %{buildroot}%{_localstatedir}/lib/wsdd
|
||||||
mkdir -p %{buildroot}%{_sysusersdir}
|
mkdir -p %{buildroot}%{_sysusersdir}
|
||||||
install -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/
|
install -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%pre -f %{name}.pre
|
%pre -f %{name}.pre
|
||||||
%service_add_pre wsdd.service
|
%service_add_pre wsdd.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user