rpms/smart/devel .cvsignore, 1.10, 1.11 smart.spec, 1.25, 1.26 sources, 1.13, 1.14

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sun Oct 7 10:46:41 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/smart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18991/devel

Modified Files:
	.cvsignore smart.spec sources 
Log Message:
Update to 0.52.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	22 Sep 2007 21:12:02 -0000	1.10
+++ .cvsignore	7 Oct 2007 10:46:08 -0000	1.11
@@ -1,2 +1,2 @@
-smart-0.51.tar.bz2
 smart-0.51-auto.patch
+smart-0.52.tar.bz2


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- smart.spec	22 Sep 2007 21:12:02 -0000	1.25
+++ smart.spec	7 Oct 2007 10:46:08 -0000	1.26
@@ -6,8 +6,8 @@
 
 Summary: Next generation package handling tool
 Name: smart
-Version: 0.51
-Release: 49%{?dist}
+Version: 0.52
+Release: 50%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -17,6 +17,7 @@
 Source3: smart.desktop
 Source4: distro.py
 Source5: ksmarttray.desktop
+Patch0: smart-0.42-autofs5fix.patch
 Patch2: smart-0.51-auto.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel >= 2.3
@@ -72,13 +73,14 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .autofs5
 %patch2 -p1
 # /usr/lib is hardcoded 
 perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py
 install -p -m 644 %{SOURCE2} .
 # Detect whether the system is using pam_stack
-if -f /%{_lib}/security/pam_stack.so \
-   -a ! grep "Deprecated pam_stack module" /%{_lib}/security/pam_stack.so \
+if test -f /%{_lib}/security/pam_stack.so \
+   && ! grep "Deprecated pam_stack module" /%{_lib}/security/pam_stack.so \
       2>&1 > /dev/null; then
   perl -pi -e's,include(\s*)(.*),required\1pam_stack.so service=\2,' smart.pam
   touch -r %{SOURCE2} smart.pam
@@ -203,6 +205,10 @@
 %endif
 
 %changelog
+* Sun Oct  7 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.52-50
+- Update to 0.52.
+- Fix pam stack type detection.
+
 * Sat Sep 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.51-49
 - 0.51; autofs, ccache, and autotools (partially) patches addressed upstream.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	22 Sep 2007 21:12:02 -0000	1.13
+++ sources	7 Oct 2007 10:46:08 -0000	1.14
@@ -1,2 +1,2 @@
-6584bf3b977081162d19e220fdbcb3ac  smart-0.51.tar.bz2
 fddb01047624daac2f0551cc10076df4  smart-0.51-auto.patch
+f1681adedd18b86f679a53ad8361c9e9  smart-0.52.tar.bz2




More information about the fedora-extras-commits mailing list