1.4
This commit is contained in:
parent
526ee45444
commit
d62e956556
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user