diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-03-15 17:02:39 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-03-15 17:02:39 +0100 |
commit | e229f61fb3d32281beab323ccc8e27fd5f23d786 (patch) | |
tree | 05754fce419dbaf6498a8c50ae72141ebdab9754 /initscripts.spec | |
parent | e7d1797d60bea3e05c4dabdd738015a26ab6f1a3 (diff) | |
download | initscripts-e229f61fb3d32281beab323ccc8e27fd5f23d786.tar initscripts-e229f61fb3d32281beab323ccc8e27fd5f23d786.tar.gz initscripts-e229f61fb3d32281beab323ccc8e27fd5f23d786.tar.bz2 initscripts-e229f61fb3d32281beab323ccc8e27fd5f23d786.tar.xz initscripts-e229f61fb3d32281beab323ccc8e27fd5f23d786.zip |
provide /sbin/service
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 2d1afcb2..34161ab1 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Version: 9.45 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 1%{?dist} +Release: 2%{?dist} URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -32,6 +32,7 @@ Requires(pre): /usr/sbin/groupadd Requires(post): /sbin/chkconfig, coreutils Requires(preun): /sbin/chkconfig BuildRequires: glib2-devel popt-devel gettext pkgconfig +Provides: /sbin/service %description The initscripts package contains the basic system scripts used to boot @@ -216,6 +217,9 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Fri Mar 15 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.45-2 +- provides /sbin/service + * Fri Mar 15 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.45-1 - turn on symlink protections in sysctl (#922030) - add systemd-random-seed.service to Before= in fedora-readonly.service (#888615) |