SHA256
1
0
forked from pool/rpmlint

Accepting request 842500 from home:13ilya:branches:devel:openSUSE:Factory:rpmlint

- Add user "fluidsynth" for FluidSynth General Midi daemon.

OBS-URL: https://build.opensuse.org/request/show/842500
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=754
This commit is contained in:
Dirk Mueller 2020-10-19 17:41:56 +00:00 committed by Git OBS Bridge
parent 3a9a72cc20
commit 79b310f3f6
3 changed files with 9 additions and 4 deletions

2
config
View File

@ -348,6 +348,7 @@ setOption('StandardUsers', (
'fetchmail',
'ffums',
'firebird',
'fluidsynth',
'fonehome',
'ftp',
'games',
@ -1170,4 +1171,3 @@ addFilter(' info-files-without-install-info-postun ')
addFilter(' postin-without-install-info ')
# config ends here

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 19 08:29:26 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Add user "fluidsynth" for FluidSynth General Midi daemon.
-------------------------------------------------------------------
Mon Oct 12 08:09:23 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>

View File

@ -97,7 +97,7 @@ chmod a-x rpmlint-checks-master/*.py
mv rpmlint-checks-master/*.py .
%build
make %{?_smp_mflags} PYTHON=%{_bindir}/python3
%make_build PYTHON=%{_bindir}/python3
%install
%make_install PYTHON=%{_bindir}/python3
@ -138,7 +138,7 @@ env PYTHON=%{_bindir}/python3 ./test.sh
%config %{_sysconfdir}/rpmlint/pie.config
%config %{_sysconfdir}/rpmlint/licenses.config
%dir %{_sysconfdir}/rpmlint
%{_mandir}/man1/rpmlint.1%{ext_man}
%{_mandir}/man1/rpmdiff.1%{ext_man}
%{_mandir}/man1/rpmlint.1%{?ext_man}
%{_mandir}/man1/rpmdiff.1%{?ext_man}
%changelog