diff --git a/.gitignore b/.gitignore index 6e3cbea..a54032c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /chkconfig-1.3.59.tar.bz2 /chkconfig-1.3.60.tar.bz2 /chkconfig-1.3.61.tar.bz2 +/chkconfig-1.3.62.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index 2dab7a7..0ac02d9 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,7 +1,7 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.61 -Release: 3%{?dist} +Version: 1.3.62 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2 @@ -76,11 +76,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog -* Fri Jul 11 2014 Tom Callaway - 1.3.61-3 -- fix license handling - -* Sat Jun 07 2014 Fedora Release Engineering - 1.3.61-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Tue Aug 12 2014 Lukáš Nykrýn - 1.3.62-1 +- use systemctl preset, not systemctl enable +- fix typo in manpage +- partly support socket activated services * Wed Jul 31 2013 Lukáš Nykrýn - 1.3.61-1 - try to make install_initd work diff --git a/sources b/sources index 8457b3f..4b85507 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a9fd39f0f5e73df2fedc1fe3d55eaa8 chkconfig-1.3.61.tar.bz2 +afc42d045b2158d1586ae453c0bc89b6 chkconfig-1.3.62.tar.bz2