Browse Source

updated 2 packages

chrony-3.5-1

cronie-1.5.5-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12351 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
f6eb8dee78
2 changed files with 42 additions and 42 deletions
  1. 14 12
      c/chrony/chrony-vl.spec
  2. 28 30
      c/cronie/cronie-vl.spec

+ 14 - 12
c/chrony/chrony-vl.spec

@@ -1,19 +1,20 @@
 Name:           chrony
-Version:        3.2
-Release:        2%{?_dist_release}
+Version:        3.5
+Release:        1%{?_dist_release}
 Summary:        An NTP client/server
-
 Group:          System Environment/Daemons
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       tomop
+
 License:        GPLv2
-URL:            http://chrony.tuxfamily.org
-Source0:        http://download.tuxfamily.org/chrony/chrony-%{version}%{?prerelease}.tar.gz
+URL:            https://chrony.tuxfamily.org/
+Source0:        https://download.tuxfamily.org/chrony/chrony-%{version}%{?prerelease}.tar.gz
 Source1:        chrony.conf
 Source2:        chrony.dhclient
 Source3:        chronyd.sysconfig
 Source4:        chronyd.init
 Source5:        chrony.logrotate
-# Fedora's patches
-Patch102:       chrony-select-timeout.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -29,9 +30,6 @@ Obsoletes:      ntp < 4.2.6p5
 %endif
 Obsoletes: networkmanager-dispatcher-chrony
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: tomop
 
 %description
 A client/server for the Network Time Protocol, this program keeps your
@@ -42,7 +40,6 @@ clocks, system real-time clock or manual input as time references.
 
 %prep
 %setup -q -n %{name}-%{version}%{?prerelease}
-%patch102 -p1
 
 echo '# Keys used by chronyd for command and NTP authentication' > chrony.keys
 
@@ -120,7 +117,8 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING FAQ NEWS README examples/*
+%license COPYING
+%doc FAQ NEWS README examples/*
 %config(noreplace) %{_sysconfdir}/chrony.conf
 %config(noreplace) %verify(not md5 size mtime) %attr(640,root,chrony) %{_sysconfdir}/chrony.keys
 %config(noreplace) %{_sysconfdir}/sysconfig/chronyd
@@ -137,6 +135,10 @@ fi
 %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony
 
 %changelog
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5-1
+- new upstream release.
+- dropped Patch102: fixed in upstream.
+
 * Sat Aug 31 2019 Toshiaki Ara <ara_t@384.jp> 3.2-2
 - rebuild with readline-8.0 and ncurses-6.1
 

+ 28 - 30
c/cronie/cronie-vl.spec

@@ -3,47 +3,40 @@
 %bcond_without audit
 %bcond_without inotify
 
-%define ver 1.5.1
-%define rel 1
-
-Summary:   Cron daemon for executing programs at set times
-Name:      cronie
-Version:   %{ver}
-Release:   %{rel}%{?_dist_release}
-License:   MIT and BSD and ISC and GPLv2+
-Group:     System Environment/Base
-URL:       https://fedorahosted.org/cronie
-Source0:   https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
+Summary:        Cron daemon for executing programs at set times
+Name:           cronie
+Version:        1.5.5
+Release:        1%{?_dist_release}
+Group:          System Environment/Base
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       iwaim
+License:        MIT and BSD and ISC and GPLv2+
+URL:            https://github.com/cronie-crond/cronie
+Source0:        https://github.com/cronie-crond/cronie/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 # from cronie 1.4.8 tarball
-Source1:   cronie.init
-
-Patch0:    cronie-1.5.1-power.patch
-Patch1:    cronie-1.5.1-y2038.patch
-
-Requires:  dailyjobs
-Conflicts: vixie-cron
+Source1:        cronie.init
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: iwaim
+Requires:       dailyjobs
+Conflicts:      vixie-cron
 
 %if %{with selinux}
-Requires:      libselinux >= 2.0.64
-Buildrequires: libselinux-devel >= 2.0.64
+Requires:       libselinux >= 2.0.64
+BuildRequires:  libselinux-devel >= 2.0.64
 %endif
 %if %{with pam}
-Requires:      pam >= 1.0.1
-Buildrequires: pam-devel >= 1.0.1
+Requires:       pam >= 1.0.1
+BuildRequires:  pam-devel >= 1.0.1
 %endif
 %if %{with audit}
-Buildrequires: audit-libs-devel >= 1.4.1
+BuildRequires:  audit-libs-devel >= 1.4.1
 %endif
 
 Requires(post): coreutils sed
 Requires(post): chkconfig
 Requires(preun): chkconfig
 
-Obsoletes: vixie-cron <= 3.0.1
+Obsoletes:      vixie-cron <= 3.0.1
 
 %description
 Cronie contains the standard UNIX daemon crond that runs specified programs at
@@ -86,8 +79,6 @@ extra features.
 %prep
 %setup -q
 
-%patch0 -p1 -b .power
-%patch1 -p1 -b .y2038
 
 %build
 %configure \
@@ -161,13 +152,16 @@ fi
 /sbin/chkconfig --add crond
 
 %files
-%doc AUTHORS COPYING INSTALL README ChangeLog
+%license COPYING*
+%doc AUTHORS INSTALL README ChangeLog
 %attr(755,root,root) %{_sbindir}/crond
 %attr(4755,root,root) %{_bindir}/crontab
+%attr(755,root,root) %{_bindir}/cronnext
 %{_mandir}/man8/crond.*
 %{_mandir}/man8/cron.*
 %{_mandir}/man5/crontab.*
 %{_mandir}/man1/crontab.*
+%{_mandir}/man1/cronnext.*
 %dir %{_localstatedir}/spool/cron
 %dir %{_sysconfdir}/cron.d
 %if %{with pam}
@@ -193,6 +187,10 @@ fi
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %changelog
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.5-1
+- new upstream release.
+- dropped all patches.
+
 * Mon Sep 11 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.1-1
 - new upstream release.
 - dropped Patch0.