1.6
This commit is contained in:
parent
38db738b9b
commit
991713278f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/chkconfig-1.3.63.tar.bz2
|
||||
/chkconfig-1.4.tar.bz2
|
||||
/chkconfig-1.5.tar.bz2
|
||||
/chkconfig-1.6.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: https://git.fedorahosted.org/git/chkconfig.git
|
||||
@ -9,7 +9,6 @@ Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: newt-devel gettext popt-devel libselinux-devel
|
||||
Conflicts: initscripts <= 5.30-1
|
||||
Patch1: 0001-Makefile-fix-typo.patch
|
||||
|
||||
%description
|
||||
Chkconfig is a basic system utility. It updates and queries runlevel
|
||||
@ -31,7 +30,6 @@ page), ntsysv configures the current runlevel (5 if you're using X).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -80,8 +78,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/ntsysv.8*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
* Fri Oct 02 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.6-1
|
||||
- systemd-sysv-install: don't play ping-pong with systemctl
|
||||
- ntsysv: add description to systemd services
|
||||
- ntsysv: skip templates
|
||||
- Makefile: fix typo
|
||||
|
||||
* Mon Jun 01 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.5-1
|
||||
- add systemd-sysv-install alias
|
||||
|
||||
Loading…
Reference in New Issue
Block a user