[rootfs-resize] Updated to 0.4

Chris Tyler ctyler at fedoraproject.org
Fri Jul 20 16:15:44 UTC 2012


commit 5159da66171906360aa2ed9c0f11c4ac112b16a0
Author: Chris Tyler <chris at tylers.info>
Date:   Fri Jul 20 12:14:46 2012 -0400

    Updated to 0.4

 .gitignore         |    1 +
 rootfs-resize.spec |   18 +++++++++++-------
 rr-count-dev.patch |   12 ------------
 sources            |    2 +-
 4 files changed, 13 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c63f37d..d284ff0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rootfs-resize-0.3.tgz
+/rootfs-resize-0.4.tgz
diff --git a/rootfs-resize.spec b/rootfs-resize.spec
index bfd2669..7188e4a 100644
--- a/rootfs-resize.spec
+++ b/rootfs-resize.spec
@@ -1,12 +1,11 @@
 Name:           rootfs-resize
-Version:        0.3
-Release:        3%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Root partition re-sizing service for SD cards
 
 License:        GPLv2+
 URL:            http://zenit.senecac.on.ca/wiki/index.php/Fedora_ARM_Secondary_Architecture/rootfs-resize
 Source0:        http://scotland.proximity.on.ca/fedora-arm/%{name}/%{name}-%{version}.tgz
-Patch0:		rr-count-dev.patch
 
 # Note: This package is intended for use on ARM development boards,
 # but may be useful on other systems that run from SD cards.
@@ -26,7 +25,6 @@ systems running from SD cards.
 
 %prep
 %setup -q
-%patch0 -p1 
 
 %build
 echo "Nothing to do for build"
@@ -34,17 +32,18 @@ echo "Nothing to do for build"
 %install
 mkdir -p %{buildroot}/%{_unitdir}
 cp -p %{name}.service %{buildroot}/%{_unitdir}
-mkdir -p %{buildroot}/%{_sbindir}
-cp -p %{name} %{buildroot}/%{_sbindir}
+mkdir -p %{buildroot}/%{_bindir}
+cp -p %{name} %{buildroot}/%{_bindir}
 
 %files
 %doc COPYING README
 %ghost %attr(0644,root,root) /.rootfs-repartition
 %ghost %attr(0644,root,root) /.rootfs-resize
 %ghost %attr(0644,root,root) /.nofsresize
+%ghost %attr(0644,root,root) /.swapsize
 %defattr(-,root,root,-)
 %{_unitdir}/*
-%{_sbindir}/*
+%{_bindir}/*
 
 %post
 if [ $1 -eq 1 ] ; then
@@ -67,6 +66,11 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* 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
+- experimental features for swap file creation
+
 * Thu Jun 14 2012 Dennis Gilmore <dennis at ausil.us> - 0.3-3
 - add patch from bconoboy to fix some issues at runtime
 
diff --git a/sources b/sources
index 89f7be1..d79a91c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79f79cd736275e7a1f5cd4454adef101  rootfs-resize-0.3.tgz
+4fa67439830c4c966a31a71a53712f8e  rootfs-resize-0.4.tgz


More information about the scm-commits mailing list