forked from pool/util-linux
Accepting request 528095 from home:jengelh:branches:Base:System
- Update RPM categories and summaries. Do not ignore errors from useradd. OBS-URL: https://build.opensuse.org/request/show/528095 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=350
This commit is contained in:
parent
0e0c1a8f7e
commit
c2099fa71a
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 14:41:01 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update RPM categories and summaries.
|
||||||
|
Do not ignore errors from useradd.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 15 07:17:45 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Ensure libreadline usage as well as _GNU_SOURCE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 12:35:34 CEST 2017 - sbrabec@suse.com
|
Tue Sep 12 12:35:34 CEST 2017 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Name: python-libmount
|
|||||||
%define summary_pl Python bindings for the libmount library
|
%define summary_pl Python bindings for the libmount library
|
||||||
%define group_ul System/Base
|
%define group_ul System/Base
|
||||||
%define group_uls System/Base
|
%define group_uls System/Base
|
||||||
%define group_pl System/Filesystems
|
%define group_pl Development/Languages/Python
|
||||||
%if "%{name}" == "python-libmount"
|
%if "%{name}" == "python-libmount"
|
||||||
%define build_util_linux 0
|
%define build_util_linux 0
|
||||||
%define build_util_linux_systemd 0
|
%define build_util_linux_systemd 0
|
||||||
@ -241,7 +241,7 @@ mount program, the fdisk configuration tool, and more.
|
|||||||
|
|
||||||
%package -n libblkid1
|
%package -n libblkid1
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libblkid1
|
%description -n libblkid1
|
||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
@ -266,13 +266,13 @@ detection.
|
|||||||
|
|
||||||
%package -n libuuid1
|
%package -n libuuid1
|
||||||
Summary: Library to generate UUIDs
|
Summary: Library to generate UUIDs
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libuuid1
|
%description -n libuuid1
|
||||||
A library to generate universally unique IDs (UUIDs).
|
A library to generate universally unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel
|
%package -n libuuid-devel
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid1 = %{version}
|
Requires: libuuid1 = %{version}
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Files to develop applications using the library to generate universally
|
|||||||
unique IDs (UUIDs).
|
unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel-static
|
%package -n libuuid-devel-static
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid-devel = %{version}
|
Requires: libuuid-devel = %{version}
|
||||||
|
|
||||||
@ -291,19 +291,19 @@ unique IDs (UUIDs).
|
|||||||
|
|
||||||
%package -n libmount1
|
%package -n libmount1
|
||||||
Summary: Device mount library
|
Summary: Device mount library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libmount1
|
%description -n libmount1
|
||||||
Library designed to be used in low-level utils like
|
Library designed to be used in low-level utils like
|
||||||
mount(8) and /usr/sbin/mount.<type> helpers.
|
mount(8) and /usr/sbin/mount.<type> helpers.
|
||||||
|
|
||||||
%package -n libmount-devel
|
%package -n libmount-devel
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount1 = %{version}
|
Requires: libmount1 = %{version}
|
||||||
|
|
||||||
%package -n libmount-devel-static
|
%package -n libmount-devel-static
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount-devel = %{version}
|
Requires: libmount-devel = %{version}
|
||||||
|
|
||||||
@ -321,7 +321,7 @@ Group: System/Libraries
|
|||||||
Library to sort human readable column-based text output.
|
Library to sort human readable column-based text output.
|
||||||
|
|
||||||
%package -n libsmartcols-devel
|
%package -n libsmartcols-devel
|
||||||
Summary: Development files for libsmartcols1
|
Summary: Development files for libsmartcols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsmartcols1 = %{version}
|
Requires: libsmartcols1 = %{version}
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ Requires: libsmartcols1 = %{version}
|
|||||||
Files to develop applications using the libsmartcols library.
|
Files to develop applications using the libsmartcols library.
|
||||||
|
|
||||||
%package -n libsmartcols-devel-static
|
%package -n libsmartcols-devel-static
|
||||||
Summary: Development files for libsmartcols1
|
Summary: Development files for libsmartcols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsmartcols-devel = %{version}
|
Requires: libsmartcols-devel = %{version}
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ Files to develop applications using the libsmartcols library.
|
|||||||
|
|
||||||
%package -n libfdisk1
|
%package -n libfdisk1
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libfdisk1
|
%description -n libfdisk1
|
||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
@ -410,7 +410,7 @@ Group: %group_pl
|
|||||||
%else
|
%else
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains the python bindings for util-linux libmount
|
This package contains the Python bindings for util-linux libmount
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -543,6 +543,8 @@ fi
|
|||||||
export SUID_CFLAGS="-fpie"
|
export SUID_CFLAGS="-fpie"
|
||||||
export SUID_LDFLAGS="-pie"
|
export SUID_LDFLAGS="-pie"
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
|
export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
||||||
|
export CXXFLAGS="%{optflags} -D_GNU_SOURCE"
|
||||||
# override default localstatedir to /run
|
# override default localstatedir to /run
|
||||||
# only used for volatile data
|
# only used for volatile data
|
||||||
#
|
#
|
||||||
@ -554,8 +556,10 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--localstatedir=/run \
|
--localstatedir=/run \
|
||||||
--docdir=%{_docdir}/%{_name} \
|
--docdir=%{_docdir}/%{_name} \
|
||||||
--with-audit \
|
--with-audit \
|
||||||
|
--with-btrfs \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-ncursesw \
|
--with-ncursesw \
|
||||||
|
--with-readline \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
@ -859,9 +863,10 @@ done
|
|||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
%else
|
%else
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
/usr/sbin/groupadd -r uuidd 2>/dev/null || :
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
||||||
|
getent passwd uuidd >/dev/null || \
|
||||||
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
||||||
-d /var/run/uuidd uuidd 2>/dev/null || :
|
-d /var/run/uuidd uuidd
|
||||||
%endif
|
%endif
|
||||||
%{service_add_pre uuidd.socket uuidd.service}
|
%{service_add_pre uuidd.socket uuidd.service}
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 14:41:01 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update RPM categories and summaries.
|
||||||
|
Do not ignore errors from useradd.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 15 07:17:45 UTC 2017 - werner@suse.de
|
Fri Sep 15 07:17:45 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Name: util-linux-systemd
|
|||||||
%define summary_pl Python bindings for the libmount library
|
%define summary_pl Python bindings for the libmount library
|
||||||
%define group_ul System/Base
|
%define group_ul System/Base
|
||||||
%define group_uls System/Base
|
%define group_uls System/Base
|
||||||
%define group_pl System/Filesystems
|
%define group_pl Development/Languages/Python
|
||||||
%if "%{name}" == "python-libmount"
|
%if "%{name}" == "python-libmount"
|
||||||
%define build_util_linux 0
|
%define build_util_linux 0
|
||||||
%define build_util_linux_systemd 0
|
%define build_util_linux_systemd 0
|
||||||
@ -241,7 +241,7 @@ mount program, the fdisk configuration tool, and more.
|
|||||||
|
|
||||||
%package -n libblkid1
|
%package -n libblkid1
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libblkid1
|
%description -n libblkid1
|
||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
@ -266,13 +266,13 @@ detection.
|
|||||||
|
|
||||||
%package -n libuuid1
|
%package -n libuuid1
|
||||||
Summary: Library to generate UUIDs
|
Summary: Library to generate UUIDs
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libuuid1
|
%description -n libuuid1
|
||||||
A library to generate universally unique IDs (UUIDs).
|
A library to generate universally unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel
|
%package -n libuuid-devel
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid1 = %{version}
|
Requires: libuuid1 = %{version}
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Files to develop applications using the library to generate universally
|
|||||||
unique IDs (UUIDs).
|
unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel-static
|
%package -n libuuid-devel-static
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid-devel = %{version}
|
Requires: libuuid-devel = %{version}
|
||||||
|
|
||||||
@ -291,19 +291,19 @@ unique IDs (UUIDs).
|
|||||||
|
|
||||||
%package -n libmount1
|
%package -n libmount1
|
||||||
Summary: Device mount library
|
Summary: Device mount library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libmount1
|
%description -n libmount1
|
||||||
Library designed to be used in low-level utils like
|
Library designed to be used in low-level utils like
|
||||||
mount(8) and /usr/sbin/mount.<type> helpers.
|
mount(8) and /usr/sbin/mount.<type> helpers.
|
||||||
|
|
||||||
%package -n libmount-devel
|
%package -n libmount-devel
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount1 = %{version}
|
Requires: libmount1 = %{version}
|
||||||
|
|
||||||
%package -n libmount-devel-static
|
%package -n libmount-devel-static
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount-devel = %{version}
|
Requires: libmount-devel = %{version}
|
||||||
|
|
||||||
@ -321,7 +321,7 @@ Group: System/Libraries
|
|||||||
Library to sort human readable column-based text output.
|
Library to sort human readable column-based text output.
|
||||||
|
|
||||||
%package -n libsmartcols-devel
|
%package -n libsmartcols-devel
|
||||||
Summary: Development files for libsmartcols1
|
Summary: Development files for libsmartcols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsmartcols1 = %{version}
|
Requires: libsmartcols1 = %{version}
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ Requires: libsmartcols1 = %{version}
|
|||||||
Files to develop applications using the libsmartcols library.
|
Files to develop applications using the libsmartcols library.
|
||||||
|
|
||||||
%package -n libsmartcols-devel-static
|
%package -n libsmartcols-devel-static
|
||||||
Summary: Development files for libsmartcols1
|
Summary: Development files for libsmartcols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsmartcols-devel = %{version}
|
Requires: libsmartcols-devel = %{version}
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ Files to develop applications using the libsmartcols library.
|
|||||||
|
|
||||||
%package -n libfdisk1
|
%package -n libfdisk1
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libfdisk1
|
%description -n libfdisk1
|
||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
@ -409,7 +409,7 @@ Group: %group_pl
|
|||||||
%else
|
%else
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains the python bindings for util-linux libmount
|
This package contains the Python bindings for util-linux libmount
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -862,9 +862,10 @@ done
|
|||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
%else
|
%else
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
/usr/sbin/groupadd -r uuidd 2>/dev/null || :
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
||||||
|
getent passwd uuidd >/dev/null || \
|
||||||
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
||||||
-d /var/run/uuidd uuidd 2>/dev/null || :
|
-d /var/run/uuidd uuidd
|
||||||
%endif
|
%endif
|
||||||
%{service_add_pre uuidd.socket uuidd.service}
|
%{service_add_pre uuidd.socket uuidd.service}
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 14:41:01 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update RPM categories and summaries.
|
||||||
|
Do not ignore errors from useradd.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 15 07:17:45 UTC 2017 - werner@suse.de
|
Fri Sep 15 07:17:45 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Name: util-linux
|
|||||||
%define summary_pl Python bindings for the libmount library
|
%define summary_pl Python bindings for the libmount library
|
||||||
%define group_ul System/Base
|
%define group_ul System/Base
|
||||||
%define group_uls System/Base
|
%define group_uls System/Base
|
||||||
%define group_pl System/Filesystems
|
%define group_pl Development/Languages/Python
|
||||||
%if "%{name}" == "python-libmount"
|
%if "%{name}" == "python-libmount"
|
||||||
%define build_util_linux 0
|
%define build_util_linux 0
|
||||||
%define build_util_linux_systemd 0
|
%define build_util_linux_systemd 0
|
||||||
@ -241,7 +241,7 @@ mount program, the fdisk configuration tool, and more.
|
|||||||
|
|
||||||
%package -n libblkid1
|
%package -n libblkid1
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libblkid1
|
%description -n libblkid1
|
||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
@ -266,13 +266,13 @@ detection.
|
|||||||
|
|
||||||
%package -n libuuid1
|
%package -n libuuid1
|
||||||
Summary: Library to generate UUIDs
|
Summary: Library to generate UUIDs
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libuuid1
|
%description -n libuuid1
|
||||||
A library to generate universally unique IDs (UUIDs).
|
A library to generate universally unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel
|
%package -n libuuid-devel
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid1 = %{version}
|
Requires: libuuid1 = %{version}
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Files to develop applications using the library to generate universally
|
|||||||
unique IDs (UUIDs).
|
unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel-static
|
%package -n libuuid-devel-static
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid-devel = %{version}
|
Requires: libuuid-devel = %{version}
|
||||||
|
|
||||||
@ -291,19 +291,19 @@ unique IDs (UUIDs).
|
|||||||
|
|
||||||
%package -n libmount1
|
%package -n libmount1
|
||||||
Summary: Device mount library
|
Summary: Device mount library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libmount1
|
%description -n libmount1
|
||||||
Library designed to be used in low-level utils like
|
Library designed to be used in low-level utils like
|
||||||
mount(8) and /usr/sbin/mount.<type> helpers.
|
mount(8) and /usr/sbin/mount.<type> helpers.
|
||||||
|
|
||||||
%package -n libmount-devel
|
%package -n libmount-devel
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount1 = %{version}
|
Requires: libmount1 = %{version}
|
||||||
|
|
||||||
%package -n libmount-devel-static
|
%package -n libmount-devel-static
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount-devel = %{version}
|
Requires: libmount-devel = %{version}
|
||||||
|
|
||||||
@ -321,7 +321,7 @@ Group: System/Libraries
|
|||||||
Library to sort human readable column-based text output.
|
Library to sort human readable column-based text output.
|
||||||
|
|
||||||
%package -n libsmartcols-devel
|
%package -n libsmartcols-devel
|
||||||
Summary: Development files for libsmartcols1
|
Summary: Development files for libsmartcols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsmartcols1 = %{version}
|
Requires: libsmartcols1 = %{version}
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ Requires: libsmartcols1 = %{version}
|
|||||||
Files to develop applications using the libsmartcols library.
|
Files to develop applications using the libsmartcols library.
|
||||||
|
|
||||||
%package -n libsmartcols-devel-static
|
%package -n libsmartcols-devel-static
|
||||||
Summary: Development files for libsmartcols1
|
Summary: Development files for libsmartcols
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libsmartcols-devel = %{version}
|
Requires: libsmartcols-devel = %{version}
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ Files to develop applications using the libsmartcols library.
|
|||||||
|
|
||||||
%package -n libfdisk1
|
%package -n libfdisk1
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libfdisk1
|
%description -n libfdisk1
|
||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
@ -409,7 +409,7 @@ Group: %group_pl
|
|||||||
%else
|
%else
|
||||||
%description
|
%description
|
||||||
%endif
|
%endif
|
||||||
This package contains the python bindings for util-linux libmount
|
This package contains the Python bindings for util-linux libmount
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -862,9 +862,10 @@ done
|
|||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
%else
|
%else
|
||||||
%pre -n uuidd
|
%pre -n uuidd
|
||||||
/usr/sbin/groupadd -r uuidd 2>/dev/null || :
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
||||||
|
getent passwd uuidd >/dev/null || \
|
||||||
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
||||||
-d /var/run/uuidd uuidd 2>/dev/null || :
|
-d /var/run/uuidd uuidd
|
||||||
%endif
|
%endif
|
||||||
%{service_add_pre uuidd.socket uuidd.service}
|
%{service_add_pre uuidd.socket uuidd.service}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user