[rootfs-resize] Bugfixes, merge with raspberrypi-rootfs-resize

Chris Tyler ctyler at fedoraproject.org
Wed Oct 3 00:31:07 UTC 2012


commit 8621492eaf03869cc3726456329af3f240487251
Author: Chris Tyler <chris at tylers.info>
Date:   Tue Oct 2 20:30:15 2012 -0400

    Bugfixes, merge with raspberrypi-rootfs-resize

 rootfs-resize.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/rootfs-resize.spec b/rootfs-resize.spec
index 7188e4a..3fffad2 100644
--- a/rootfs-resize.spec
+++ b/rootfs-resize.spec
@@ -1,5 +1,5 @@
 Name:           rootfs-resize
-Version:        0.4
+Version:        0.9
 Release:        1%{?dist}
 Summary:        Root partition re-sizing service for SD cards
 
@@ -32,8 +32,8 @@ echo "Nothing to do for build"
 %install
 mkdir -p %{buildroot}/%{_unitdir}
 cp -p %{name}.service %{buildroot}/%{_unitdir}
-mkdir -p %{buildroot}/%{_bindir}
-cp -p %{name} %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_sbindir}
+cp -p %{name} %{buildroot}/%{_sbindir}
 
 %files
 %doc COPYING README
@@ -43,7 +43,7 @@ cp -p %{name} %{buildroot}/%{_bindir}
 %ghost %attr(0644,root,root) /.swapsize
 %defattr(-,root,root,-)
 %{_unitdir}/*
-%{_bindir}/*
+%{_sbindir}/*
 
 %post
 if [ $1 -eq 1 ] ; then
@@ -66,6 +66,10 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Tue Oct 2 2012 Chris Tyler <chris at tylers.info> - 0.9-1
+- merged raspberrypi-rootfs-resize and rootfs-resize
+- various bugfixes
+
 * Mon Jul 17 2012 Chris Tyler <chris at tylers.info> - 0.4-1
 - allow more than 2 partitions
 - verify that partition being resized is last partition


More information about the scm-commits mailing list