20ab9219b9
Initial tool package for the new system user proposal OBS-URL: https://build.opensuse.org/request/show/457437 OBS-URL: https://build.opensuse.org/package/show/Base:System/sysuser-tools?expand=0&rev=1
53 lines
1.6 KiB
RPMSpec
53 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package sysuser-tools
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: sysuser-tools
|
|
Version: 1.1
|
|
Release: 0
|
|
Summary: Auto provides for system users
|
|
License: MIT
|
|
Group: System/Packages
|
|
Source: sysusers.prov
|
|
Source1: sysusers.attr
|
|
Source2: sysusers-generate-pre
|
|
Source3: macros.sysusers
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Generate auto provides for system users.
|
|
|
|
%prep
|
|
%setup -qcT
|
|
|
|
%build
|
|
|
|
%install
|
|
install -D -m 755 %{SOURCE0} %{buildroot}%{_prefix}/lib/rpm/sysusers.prov
|
|
install -D -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/fileattrs/sysusers.attr
|
|
install -D -m 755 %{SOURCE2} %{buildroot}%{_prefix}/lib/rpm/sysusers-generate-pre
|
|
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.sysusers
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/rpm/macros.sysusers
|
|
%{_prefix}/lib/rpm/sysusers.prov
|
|
%{_prefix}/lib/rpm/fileattrs/sysusers.attr
|
|
%{_prefix}/lib/rpm/sysusers-generate-pre
|
|
|
|
%changelog
|