nss-altfiles/nss-altfiles.spec

51 lines
1.1 KiB
RPMSpec
Raw Normal View History

2019-12-14 21:07:34 +08:00
%global commit 89f3f0b390f3bbc58d8964b11a517173ed4eed78
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: nss-altfiles
2022-04-28 14:12:19 +08:00
Version: 2.23.0
Release: 1
2019-12-14 21:07:34 +08:00
Summary: A NSS module which can read user information in an alternate location.
License: LGPLv2+
URL: https://github.com/aperezdc/nss-altfiles
2022-04-28 14:12:19 +08:00
Source0: https://github.com/aperezdc/nss-altfiles/archive/v2.23.0.tar.gz
2019-12-14 21:07:34 +08:00
2021-06-04 16:39:07 +08:00
BuildRequires: gcc glibc-devel
2019-12-14 21:07:34 +08:00
%description
This is a NSS module which can read user information from files in the same format as \
/etc/passwd and /etc/group stored in an alternate location (/lib by default).
%package_help
%prep
%autosetup -n %{name}-%{version}
%build
%configure
%make_build
%install
%make_install
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/*.so.*
%files help
%defattr(-,root,root)
%doc README.md
%changelog
2022-04-28 14:12:19 +08:00
* Thu 28 Apr 2022 xigaoxinyan <xigaoxinyan@h-partners.com> -2.23.0-1
- upgrade 2.23.0
2021-06-04 16:39:07 +08:00
* Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 2.18.1-9
- fixs faileds: /bin/sh: gcc: command not found.
2019-12-14 21:07:34 +08:00
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.18.1-8
- Package init