Compare commits
11 Commits
0a2d06c622
...
75f77f7fc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75f77f7fc1 | ||
|
|
bf672dd6f5 | ||
|
|
3c7890f83a | ||
|
|
516d780ed5 | ||
|
|
b196223d3f | ||
|
|
2380c021c7 | ||
|
|
473fe0040b | ||
|
|
054fa98bc5 | ||
|
|
739855ca7a | ||
|
|
403a822905 | ||
|
|
f347d96d9d |
@ -2,27 +2,29 @@
|
|||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: nss-altfiles
|
Name: nss-altfiles
|
||||||
Version: 2.18.1
|
Version: 2.23.0
|
||||||
Release: 8
|
Release: 2
|
||||||
Summary: A NSS module which can read user information in an alternate location.
|
Summary: A NSS module which can read user information in an alternate location.
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/aperezdc/nss-altfiles
|
URL: https://github.com/aperezdc/nss-altfiles
|
||||||
Source0: https://github.com/aperezdc/nss-altfiles/archive/v2.18.1.tar.gz
|
Source0: https://github.com/aperezdc/nss-altfiles/archive/v2.23.0.tar.gz
|
||||||
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: gcc glibc-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a NSS module which can read user information from files in the same format as \
|
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).
|
/etc/passwd and /etc/group stored in an alternate location (/lib by default).
|
||||||
|
|
||||||
|
openEuler sets the default alternate location to '/usr/lib/'.
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
./configure --prefix=%{_prefix} --libdir=%{_libdir} CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -40,5 +42,14 @@ This is a NSS module which can read user information from files in the same form
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 09 2022 wangyueliang <wangyueliang@kylinos.cn> - 2.23.0-2
|
||||||
|
- set the default alternate location to '/usr/lib/'.
|
||||||
|
|
||||||
|
* Thu Apr 28 2022 xigaoxinyan <xigaoxinyan@h-partners.com> -2.23.0-1
|
||||||
|
- upgrade 2.23.0
|
||||||
|
|
||||||
|
* Wed Jun 02 2021 zhaoyao <zhaoyao32@huawei.com> - 2.18.1-9
|
||||||
|
- fixs faileds: /bin/sh: gcc: command not found.
|
||||||
|
|
||||||
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.18.1-8
|
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.18.1-8
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v2.18.1.tar.gz
BIN
v2.18.1.tar.gz
Binary file not shown.
BIN
v2.23.0.tar.gz
Normal file
BIN
v2.23.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user