This commit is contained in:
Lukas Nykryn 2015-03-26 14:19:58 +01:00
parent 526ee45444
commit d62e956556
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/chkconfig-1.3.61.tar.bz2
/chkconfig-1.3.62.tar.bz2
/chkconfig-1.3.63.tar.bz2
/chkconfig-1.4.tar.bz2

View File

@ -1,13 +1,15 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.3.63
Version: 1.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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: newt-devel gettext popt-devel
BuildRequires: newt-devel gettext popt-devel libselinux-devel
Conflicts: initscripts <= 5.30-1
Patch1: makefile.patch
%description
Chkconfig is a basic system utility. It updates and queries runlevel
@ -29,6 +31,7 @@ page), ntsysv configures the current runlevel (5 if you're using X).
%prep
%setup -q
%patch1 -p1
%build
@ -76,6 +79,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Thu Mar 26 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.4-1
- ntsysv: show systemd services and sockets
- fix combination --type xinetd --list service
- leveldb: restore selinux context for xinetd conf files
- alternatives: remove unused variable
- alternatives: warn if the target is not a symlink
- spec: add link to git
- lets simplify version
* Wed Nov 05 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.63-1
- alternatives: during install don't call preset on enabled services

View File

@ -1 +1 @@
7a9d030aa0915b8e9341a930e95d68e6 chkconfig-1.3.63.tar.bz2
487dd7b760d6d2154f045797b3eecc00 chkconfig-1.4.tar.bz2