Release 226-2mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:37:08 +01:00
parent 3bf2f74df7
commit 75523a5aad

View File

@ -1,6 +1,7 @@
%define group_audio 11
%define group_cdrecording 12
%define group_cdrom 19
%define group_input 20
%define group_video 24
%define group_camera 22
%define group_scanner 23
@ -25,7 +26,7 @@
Name: systemd
Epoch: 2
Version: 226
Release: 1mamba
Release: 2mamba
Summary: A system and service manager compatible with SysV and LSB init scripts
Group: System/Configuration
Vendor: openmamba
@ -386,6 +387,7 @@ fi
groupadd audio -g %{group_audio} 2>/dev/null
groupadd cdrecording -g %{group_cdrecording} 2>/dev/null
groupadd cdrom -g %{group_cdrom} 2>/dev/null
groupadd input -g %{group_input} 2>/dev/null
groupadd video -g %{group_video} 2>/dev/null
groupadd camera -g %{group_camera} 2>/dev/null
groupadd scanner -g %{group_scanner} 2>/dev/null
@ -660,6 +662,9 @@ fi
%{_datadir}/pkgconfig/udev.pc
%changelog
* Thu Nov 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 226-2mamba
- provide input group
* Mon Sep 21 2015 Automatic Build System <autodist@mambasoft.it> 226-1mamba
- automatic version update by autodist