diff --git a/.gitignore b/.gitignore index 4164435..e68f632 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ ypserv-2.23.tar.bz2 /ypserv-ypserv-4.0.tar.gz /ypserv-5bfba76.tar.gz /ypserv-326857e.tar.gz +/v4.1.tar.gz diff --git a/sources b/sources index aa4380a..dc628c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ypserv-326857e.tar.gz) = 53fb23a8431f8e8491091bf1467902ee4837a676ef6192fef9dc31cdbcdd0d7166a49580b711652554a6c6a5135a051837535198e51022bc01e6c3871b1e9498 +SHA512 (v4.1.tar.gz) = bdf8e6f70771478b591f6b3bcb530263406c2580a0bf41b3afd317d93f1781c0b2eb806ff86b5625f6c512f481882f5bb784b5159aa90c16320ebf9e7a78a66e diff --git a/ypserv.spec b/ypserv.spec index 068104b..1543dd6 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -1,13 +1,10 @@ -%global commit0 326857e3abe82919c0f9e981049ea7c50998d178 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) - Summary: The NIS (Network Information Service) server Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv -Version: 4.0 -Release: 15.20180831git%{shortcommit0}%{?dist} +Version: 4.1 +Release: 1%{?dist} License: GPLv2 -Source0: https://github.com/thkukuk/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz +Source0: https://github.com/thkukuk/%{name}/archive/v%{version}.tar.gz Source1: ypserv.service Source2: yppasswdd.service Source3: ypxfrd.service @@ -63,7 +60,7 @@ machines. %prep -%setup -q -n %{name}-%{commit0} +%setup -q %patch0 -p1 -b .redhat %patch2 -p1 -b .nfsnobody @@ -175,6 +172,9 @@ install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/rpc.yppasswdd.env %{_includedir}/rpcsvc %changelog +* Tue Mar 19 2019 Matej Mužila - 4.1-1 +- Update to new upstream version 4.1 + * Sun Feb 03 2019 Fedora Release Engineering - 4.0-15.20180831git326857e - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild