drop group fields
This commit is contained in:
parent
114c78593e
commit
add3e7178e
18
systemd.spec
18
systemd.spec
@ -6,7 +6,6 @@ Version: 187
|
|||||||
Release: 4%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 4%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Group: System Environment/Base
|
|
||||||
Summary: A System and Service Manager
|
Summary: A System and Service Manager
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: tcp_wrappers-devel
|
BuildRequires: tcp_wrappers-devel
|
||||||
@ -38,7 +37,8 @@ BuildRequires: libtool
|
|||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): gawk
|
Requires(post): gawk
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
Requires(pre): /usr/bin/getent /usr/sbin/groupadd
|
Requires(pre): /usr/bin/getent
|
||||||
|
Requires(pre): /usr/sbin/groupadd
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
Requires: filesystem >= 3
|
Requires: filesystem >= 3
|
||||||
@ -92,7 +92,6 @@ elaborate transactional dependency-based service control logic. It can
|
|||||||
work as a drop-in replacement for sysvinit.
|
work as a drop-in replacement for sysvinit.
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Group: System Environment/Base
|
|
||||||
Summary: systemd libraries
|
Summary: systemd libraries
|
||||||
License: LGPLv2+ and MIT
|
License: LGPLv2+ and MIT
|
||||||
Obsoletes: libudev < 183
|
Obsoletes: libudev < 183
|
||||||
@ -103,7 +102,6 @@ Conflicts: systemd < 185-4
|
|||||||
Libraries for systemd and udev. systemd PAM module.
|
Libraries for systemd and udev. systemd PAM module.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: System Environment/Base
|
|
||||||
Summary: Development headers for systemd
|
Summary: Development headers for systemd
|
||||||
License: LGPLv2+ and MIT
|
License: LGPLv2+ and MIT
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -114,7 +112,6 @@ Obsoletes: libudev-devel < 183
|
|||||||
Development headers and auxiliary files for developing applications for systemd.
|
Development headers and auxiliary files for developing applications for systemd.
|
||||||
|
|
||||||
%package sysv
|
%package sysv
|
||||||
Group: System Environment/Base
|
|
||||||
Summary: SysV tools for systemd
|
Summary: SysV tools for systemd
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -123,7 +120,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
SysV compatibility tools for systemd
|
SysV compatibility tools for systemd
|
||||||
|
|
||||||
%package analyze
|
%package analyze
|
||||||
Group: System Environment/Base
|
|
||||||
Summary: Tool for processing systemd profiling information
|
Summary: Tool for processing systemd profiling information
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -140,7 +136,6 @@ at boot.
|
|||||||
|
|
||||||
%package -n libgudev1
|
%package -n libgudev1
|
||||||
Summary: Libraries for adding libudev support to applications that use glib
|
Summary: Libraries for adding libudev support to applications that use glib
|
||||||
Group: Development/Libraries
|
|
||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
@ -150,7 +145,6 @@ functionality from applications that use glib.
|
|||||||
|
|
||||||
%package -n libgudev1-devel
|
%package -n libgudev1-devel
|
||||||
Summary: Header files for adding libudev support to applications that use glib
|
Summary: Header files for adding libudev support to applications that use glib
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libgudev1 = %{version}-%{release}
|
Requires: libgudev1 = %{version}-%{release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
@ -355,11 +349,11 @@ fi
|
|||||||
systemd-readahead-replay.service \
|
systemd-readahead-replay.service \
|
||||||
systemd-readahead-collect.service
|
systemd-readahead-collect.service
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
%post libs -p /usr/sbin/ldconfig
|
||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /usr/sbin/ldconfig
|
||||||
|
|
||||||
%post -n libgudev1 -p /sbin/ldconfig
|
%post -n libgudev1 -p /usr/sbin/ldconfig
|
||||||
%postun -n libgudev1 -p /sbin/ldconfig
|
%postun -n libgudev1 -p /usr/sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc %{_docdir}/systemd
|
%doc %{_docdir}/systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user