diff --git a/.chkconfig.metadata b/.chkconfig.metadata index 40f487a..2b55fa0 100644 --- a/.chkconfig.metadata +++ b/.chkconfig.metadata @@ -1 +1 @@ -4dac4faef46a1b04125483ac56befb7de97d60f6 SOURCES/chkconfig-1.7.2.tar.bz2 +6f4a61d21ddc815fb5aa242f792c7229856c1199 SOURCES/chkconfig-1.7.4.tar.gz diff --git a/.gitignore b/.gitignore index a65e4f4..aff3525 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/chkconfig-1.7.2.tar.bz2 +SOURCES/chkconfig-1.7.4.tar.gz diff --git a/SPECS/chkconfig.spec b/SPECS/chkconfig.spec index 945e1c5..5d27fa1 100644 --- a/SPECS/chkconfig.spec +++ b/SPECS/chkconfig.spec @@ -1,11 +1,11 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.7.2 -Release: 1%{?dist}.1 +Version: 1.7.4 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base -URL: https://git.fedorahosted.org/git/chkconfig.git -Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2 +URL: https://github.com/fedora-sysv/chkconfig +Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: newt-devel gettext popt-devel libselinux-devel Conflicts: initscripts <= 5.30-1 @@ -85,8 +85,12 @@ for i in /var/lib/alternatives/* ; do done %changelog -* Fri May 05 2017 Lukáš Nykrýn - 1.7.2-1.1 +* Tue Jun 06 2017 Lukáš Nykrýn - 1.7.4-1 +- po: update translations + +* Thu Mar 16 2017 Lukáš Nykrýn - 1.7.3-1 - spec: make possible to downgrade to pre-family versions +- po: update translations * Wed Jun 29 2016 Lukáš Nykrýn - 1.7.2-1 - alternatives: introduce --keep-missing