rpms/rpmfusion-free-remix-kickstarts/devel rpmfusion-free-live-base.ks, 1.8, 1.9 rpmfusion-free-remix-kickstarts.spec, 1.8, 1.9

Nicolas Chauvet kwizart at rpmfusion.org
Sun Dec 15 22:27:51 CET 2013


Author: kwizart

Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29598/devel

Modified Files:
	rpmfusion-free-live-base.ks 
	rpmfusion-free-remix-kickstarts.spec 
Log Message:
Update to 20



Index: rpmfusion-free-live-base.ks
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel/rpmfusion-free-live-base.ks,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpmfusion-free-live-base.ks	14 Dec 2013 18:40:18 -0000	1.8
+++ rpmfusion-free-live-base.ks	15 Dec 2013 21:27:51 -0000	1.9
@@ -5,12 +5,12 @@
 ## the repos match what is configured in fedora-live-base.ks
 
 # To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-20&arch=$basearch
+repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-20&arch=$basearch
 # To include updates, use the following "repo"
-#repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-20&arch=$basearch
+repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-20&arch=$basearch
 
 # To compose against rawhide, use the following "repo"
-repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
+#repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
 
 %packages
 # unbrand:
@@ -31,9 +31,9 @@
 echo "Importing RPM Fusion keys"
 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-*-primary
 echo "List of packages from RPM Fusion Free:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d -e 963a8848ae688223 | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d | awk ' { print $1 } ' | sort
 echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d -e 963a8848ae688223 | awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 6f6382f9172ff33d | awk ' { print $1 } ') | sort -n
 echo
 %end
 


Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpmfusion-free-remix-kickstarts.spec	14 Dec 2013 18:40:18 -0000	1.8
+++ rpmfusion-free-remix-kickstarts.spec	15 Dec 2013 21:27:51 -0000	1.9
@@ -2,7 +2,7 @@
 # we follow the spin-kickstarts version scheme as the files in this 
 # package highly depend on them anyway
 Version:    0.20.0
-Release:    0.1%{?dist}
+Release:    1%{?dist}
 Summary:    Kickstart files for creating distributions with packages RPM Fusion free
 
 Group:      Applications/System
@@ -45,6 +45,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Sun Dec 15 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.20.0-1
+- Update to 20 final
+
 * Sun Apr 28 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.20.0-0.1
 - Update to 0.20.0
 - Spec file clean-up


More information about the rpmfusion-commits mailing list