]> git.pld-linux.org Git - packages/libcgroup.git/commitdiff
- unify pam package name
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 8 Feb 2011 08:58:04 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcgroup.spec -> 1.9

libcgroup.spec

index 06bf39032494237d417bfd4145c497a0293e624b..4f31e170210a78feeecc8c8b7512b2ed2fb2c35a 100644 (file)
@@ -37,13 +37,14 @@ It provides API to create/delete and modify cgroup nodes. It will also
 in the future allow creation of persistent configuration for control
 groups and provide scripts to manage that configuration.
 
-%package pam
-Summary:       PAM module for %{name}
+%package -n pam-pam_cgroup
+Summary:       PAM module for libcgroup
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+Obsoletes:     libcgroup-pam
 
-%description pam
-PAM module for %{name}.
+%description -n pam-pam_cgroup
+PAM module for libcgroup.
 
 %prep
 %setup -q
@@ -114,7 +115,7 @@ fi
 %{_mandir}/man5/cg*.5*
 %{_mandir}/man8/cg*.8*
 
-%files pam
+%files -n pam-pam_cgroup
 %defattr(644,root,root,755)
 %attr(755,root,root) /%{_lib}/security/pam_cgroup.so
 
This page took 0.135601 seconds and 4 git commands to generate.