Update to version 1.0.3.
This commit is contained in:
parent
e204905545
commit
789703ab6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/nss_wrapper-1.0.1.tar.gz
|
||||
/nss_wrapper-1.0.2.tar.gz
|
||||
/nss_wrapper-1.0.3.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: nss_wrapper
|
||||
Version: 1.0.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A wrapper for the user, group and hosts NSS API
|
||||
@ -8,8 +8,6 @@ Url: http://cwrap.org/
|
||||
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: nss_wrapper-1.0.2-fix_cmake_policy.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel
|
||||
|
||||
@ -39,8 +37,6 @@ development/testing.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .nss_wrapper-1.0.2-fix_cmake_policy.patch
|
||||
|
||||
%build
|
||||
if test ! -e "obj"; then
|
||||
mkdir obj
|
||||
@ -78,6 +74,9 @@ popd
|
||||
%{_libdir}/pkgconfig/nss_wrapper.pc
|
||||
|
||||
%changelog
|
||||
* Thu Sep 11 2014 - Andreas Schneider <asn@redhat.com> - 1.0.3-1
|
||||
- Update to version 1.0.3.
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user