Update to 1.2.0-2.20181605git4a062cf
Resolves: rhbz#1573895
This commit is contained in:
parent
85562f0afd
commit
f246cfe1bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libnsl-libnsl-1.0.5.tar.gz
|
||||
/libnsl-libnsl-1.1.0.tar.gz
|
||||
/libnsl-1.2.0.tar.gz
|
||||
/libnsl-4a062cf4180d99371198951e4ea5b4550efd58a3.tar.gz
|
||||
|
14
libnsl2.spec
14
libnsl2.spec
@ -1,6 +1,10 @@
|
||||
%global commit0 4a062cf4180d99371198951e4ea5b4550efd58a3
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
|
||||
Name: libnsl2
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2.20180605git%{shortcommit0}%{?dist}
|
||||
Summary: Public client interface library for NIS(YP) and NIS+
|
||||
|
||||
License: BSD and LGPLv2+
|
||||
@ -8,7 +12,7 @@ Group: System Environment/Libraries
|
||||
URL: https://github.com/thkukuk/libnsl
|
||||
|
||||
|
||||
Source0: https://github.com/thkukuk/libnsl/archive/libnsl-%{version}.tar.gz#/libnsl-%{version}.tar.gz
|
||||
Source0: https://github.com/thkukuk/libnsl/archive/%{commit0}.tar.gz#/libnsl-%{commit0}.tar.gz
|
||||
|
||||
Patch0: libnsl2-1.0.5-include_stdint.patch
|
||||
|
||||
@ -31,7 +35,7 @@ Development files for libnsl2
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n libnsl-%{version}
|
||||
%setup -q -n libnsl-%{commit0}
|
||||
|
||||
%patch0 -p1 -b .include_stdint
|
||||
|
||||
@ -72,6 +76,10 @@ rm %{buildroot}/%{_libdir}/libnsl.la
|
||||
%{_libdir}/pkgconfig/libnsl.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jun 05 2018 Matej Mužila <mmuzila@redhat.com> - 1.2.0-2.20181605git4a062cf
|
||||
- Update to 1.2.0-2.20181605git4a062cf
|
||||
Resolves: rhbz#1573895
|
||||
|
||||
* Fri Feb 09 2018 Matej Mužila <mmuzila@reedhat.com> - 1.2.0-1
|
||||
- Update to version 1.2.0
|
||||
- Change libdir and includedir
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libnsl-1.2.0.tar.gz) = 30115aa679a04ad01f55cff9dd1890b4c41c730a9bac2adab5add9ae03a0b4687c5f4b6e3b8652ecbb074eefac8faee3f1f13ea60d42cf4432db8a575ca72cd8
|
||||
SHA512 (libnsl-4a062cf4180d99371198951e4ea5b4550efd58a3.tar.gz) = b64e9c41b102e7c33fda82f24130a02e5ffad2e04f5279a75eff227771a17298da3136ddd209d5e8cd9b2cf47ceb8a5d0723836898abcc4caab24f851c5f518d
|
||||
|
Loading…
Reference in New Issue
Block a user