Accepting request 1144678 from home:wfrisch:branches:Base:System

- Drop superfluous mkdir /usr/share/permissions/permissions.d
  This is now created by the Makefile. See also 
  commit 5900bc1ffe6275298ded3c96dee03a5c98e4db1c

OBS-URL: https://build.opensuse.org/request/show/1144678
OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=331
This commit is contained in:
Wolfgang Frisch 2024-02-06 16:44:50 +00:00 committed by Git OBS Bridge
parent 8ac48615f1
commit b34329e230
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 6 16:42:10 UTC 2024 - Wolfgang Frisch <wolfgang.frisch@suse.com>
- Drop superfluous mkdir /usr/share/permissions/permissions.d
This is now created by the Makefile. See also
commit 5900bc1ffe6275298ded3c96dee03a5c98e4db1c
-------------------------------------------------------------------
Tue Feb 06 11:06:15 UTC 2024 - paolo.perego@suse.com

View File

@ -48,8 +48,6 @@ make %{?_smp_mflags} CXXFLAGS="%{optflags}"
%install
%make_install fillupdir=%{_fillupdir}
# create directory for packages to place their drop-ins
mkdir %{buildroot}%{_datadir}/permissions/permissions.d
# Fix shebang in scripts: Remove dependency on /usr/bin/python3,
# making scripts to depends on the real python3 binary, not the link.
# (bsc#1212476)