rpms/xorg-x11-drv-catalyst/F-14 .cvsignore, 1.9, 1.10 sources, 1.8, 1.9 xorg-x11-drv-catalyst.spec, 1.9, 1.10 catalyst.csh, 1.2, NONE catalyst.sh, 1.2, NONE filter-provides.sh, 1.1, NONE filter-requires.sh, 1.1, NONE
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10072
Modified Files:
.cvsignore sources xorg-x11-drv-catalyst.spec
Removed Files:
catalyst.csh catalyst.sh filter-provides.sh filter-requires.sh
Log Message:
* Fri Oct 28 2011 Stewart Adam <s.adam at diffingo.com> 11.9-2
- Fix several packaging bugs (#1932, #1965)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-14/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 28 Sep 2011 23:44:34 -0000 1.9
+++ .cvsignore 29 Oct 2011 00:31:37 -0000 1.10
@@ -1,2 +1,2 @@
ati-driver-installer-11-9-x86.x86_64.run
-ati-driver-installer-11-9-x86.x86_64.run
+xvba-sdk-0.74-404001.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-14/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 28 Sep 2011 23:44:34 -0000 1.8
+++ sources 29 Oct 2011 00:31:38 -0000 1.9
@@ -1,2 +1,2 @@
2c6af8691b4d68709d0e0e04b96d0a3e ati-driver-installer-11-9-x86.x86_64.run
-2c6af8691b4d68709d0e0e04b96d0a3e ati-driver-installer-11-9-x86.x86_64.run
+b8f56bc55aa70cb19dd12857fdc184cc xvba-sdk-0.74-404001.tar.gz
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-14/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xorg-x11-drv-catalyst.spec 28 Sep 2011 23:44:34 -0000 1.9
+++ xorg-x11-drv-catalyst.spec 29 Oct 2011 00:31:38 -0000 1.10
@@ -8,13 +8,14 @@
Name: xorg-x11-drv-catalyst
Version: 11.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
URL: http://www.ati.com/support/drivers/linux/radeon-linux.html
Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
-Source1: catalyst-README.Fedora
+Source1: http://developer.amd.com/downloads/xvba-sdk-0.74-404001.tar.gz
+Source2: catalyst-README.Fedora
Source3: catalyst-config-display
Source4: catalyst-init
Source5: amdcccle.desktop
@@ -22,14 +23,6 @@
Source7: catalyst-ati-powermode.sh
Source8: catalyst-a-ac-aticonfig
Source9: catalyst-a-lid-aticonfig
-Source10: catalyst.sh
-Source11: catalyst.csh
-# So we don't mess with mesa provides.
-Source91: filter-requires.sh
-Source92: filter-provides.sh
-%define _use_internal_dependency_generator 0
-%define __find_requires %{SOURCE91}
-%define __find_provides %{SOURCE92}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -43,21 +36,22 @@
Requires: catalyst-kmod >= %{version}
-# It seems rpaths were introduced into the amdcccle/amdnotifyui binary in 9.12
-BuildRequires: chrpath
# Needed in all nvidia or fglrx driver packages
BuildRequires: desktop-file-utils
-Requires: livna-config-display >= 0.0.23
+# It seems rpaths were introduced into the amdcccle/amdnotifyui binary in 9.12
+BuildRequires: chrpath
%if 0%{?fedora} > 10 || 0%{?rhel} > 5
Requires: %{name}-libs%{_isa} = %{version}-%{release}
%else
Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
%endif
+Requires: livna-config-display >= 0.0.23
+
Requires(post): livna-config-display
-Requires(preun): livna-config-display
Requires(post): chkconfig
+Requires(preun): livna-config-display
Requires(preun): chkconfig
Provides: catalyst-kmod-common = %{version}
@@ -79,6 +73,12 @@
Conflicts: kernel-module-ATI-fglrx
Conflicts: ATI-fglrx-IA32-libs
+%{?filter_setup:
+%filter_from_provides /^libGL\.so/d;
+%filter_from_requires /^libGL\.so/d;
+%filter_setup
+}
+
%description
This package provides the most recent proprietary AMD display driver which
allows for hardware accelerated rendering with ATI Mobility, FireGL and
@@ -92,7 +92,11 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
+%if 0%{?fedora} > 10 || 0%{?rhel} > 5
+Requires: %{name}-libs%{_isa} = %{version}-%{release}
+%else
Requires: %{name}-libs-%{_target_cpu} = %{version}-%{release}
+%endif
%description devel
This package provides the development files of the %{name}
@@ -112,7 +116,16 @@
%prep
%setup -q -c -T
+# Extract fglrx driver
sh %{SOURCE0} --extract fglrx
+
+# Extract XvBA devel files
+mkdir amdxvba
+pushd amdxvba
+tar xfz %{SOURCE1}
+popd
+
+# Create tarball of kmod data for use later
tar -cjf catalyst-kmod-data-%{version}.tar.bz2 fglrx/common/usr/share/doc/fglrx/LICENSE.TXT \
fglrx/common/*/modules/fglrx/ \
fglrx/arch/*/*/modules/fglrx/
@@ -134,10 +147,14 @@
# fix doc perms & copy README.Fedora
find fglrxpkg/usr/share/doc/fglrx -type f -exec chmod 0644 {} \;
-install -pm 0644 %{SOURCE1} ./README.Fedora
+install -pm 0644 %{SOURCE2} ./README.Fedora
-%build
+# Set the correct path for gdm's Xauth file before we install it in the loop below
+sed -i -e 's|GDM_AUTH_FILE=/var/lib/gdm/$1.Xauth|GDM_AUTH_FILE=/var/gdm/$1.Xauth|' fglrxpkg/etc/ati/authatieventsd.sh
+%build
+# Nothing to build
+echo "Nothing to build"
%install
rm -rf $RPM_BUILD_ROOT ./__doc
@@ -214,28 +231,34 @@
done
set -x
-# Change perms on static libs. Can't fathom how to do it nicely above.
-find $RPM_BUILD_ROOT/%{atilibdir} -type f -name "*.a" -exec chmod 0644 '{}' \;
+# Install XvBA headers
+install -D -p -m 0644 amdxvba/include/amdxvba.h $RPM_BUILD_ROOT%{_includedir}/fglrx
-# Remove the fglrx prefix on some of the new library filenames
-mv $RPM_BUILD_ROOT/%{atilibdir}/{fglrx-,}libGL.so.1.2
-mv $RPM_BUILD_ROOT/%{_libdir}/xorg/modules/extensions/catalyst/{fglrx-,}libglx.so
+# Remove switching scripts
+rm -f $RPM_BUILD_ROOT%{atilibdir}/switchlibGL
+rm -f $RPM_BUILD_ROOT%{atilibdir}/switchlibglx
+
+# Remove some 'fglrx-' prefixes
+mv $RPM_BUILD_ROOT%{atilibdir}/{fglrx-,}libGL.so.1.2
+mv $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/catalyst/{fglrx-,}libglx.so
+
+# Move XvBA data file to correct location
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib
+mv $RPM_BUILD_ROOT%{atilibdir}/libAMDXvBA.cap $RPM_BUILD_ROOT%{_prefix}/lib
-# if we want versioned libs, then we need to change this and the loop above
+# Change perms on static libs. Can't fathom how to do it nicely above.
+find $RPM_BUILD_ROOT%{atilibdir} -type f -name "*.a" -exec chmod 0644 '{}' \;
+
+# If we want versioned libs, then we need to change this and the loop above
# to install the libs as soname.so.%{version}
-ln -s libGL.so.1.2 $RPM_BUILD_ROOT/%{atilibdir}/libGL.so.1
-ln -s libfglrx_gamma.so.1.0 $RPM_BUILD_ROOT/%{atilibdir}/libfglrx_gamma.so.1
+ln -s fglrx-libGL.so.1.2 $RPM_BUILD_ROOT/%{atilibdir}/fglrx-libGL.so.1
ln -s libfglrx_dm.so.1.0 $RPM_BUILD_ROOT/%{atilibdir}/libfglrx_dm.so.1
ln -s libAMDXvBA.so.1.0 $RPM_BUILD_ROOT/%{atilibdir}/libAMDXvBA.so.1
ln -s libXvBAW.so.1.0 $RPM_BUILD_ROOT/%{atilibdir}/libXvBAW.so.1
ln -s libatiuki.so.1.0 $RPM_BUILD_ROOT/%{atilibdir}/libatiuki.so.1
-# profile.d files
-install -D -p -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/catalyst.sh
-install -D -p -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/catalyst.csh
-
install -D -p -m 0644 fglrxpkg/usr/share/icons/ccc_large.xpm $RPM_BUILD_ROOT/%{_datadir}/icons/ccc_large.xpm
-install -D -p -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/%(basename %{SOURCE3})
+install -D -p -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/catalyst-config-display
install -D -p -m 0755 %{SOURCE4} $RPM_BUILD_ROOT%{_initrddir}/catalyst
install -D -p -m 0755 %{SOURCE6} $RPM_BUILD_ROOT%{_initrddir}/atieventsd
install -D -p -m 0755 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/acpi/actions/ati-powermode.sh
@@ -247,9 +270,6 @@
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
%{SOURCE5}
-# Set the correct path for gdm's Xauth file
-sed -i 's|GDM_AUTH_FILE=/var/lib/gdm/$1.Xauth|GDM_AUTH_FILE=/var/gdm/$1.Xauth|' fglrxpkg/etc/ati/authatieventsd.sh
-
# Fix odd perms
find fglrxpkg -type f -perm 0555 -exec chmod 0755 '{}' \;
find fglrxpkg -type f -perm 0744 -exec chmod 0755 '{}' \;
@@ -267,13 +287,21 @@
%post
+# Update the user's version numbers in the AMD Control Center. Replacement
+# values can be obtained by executing:
+# cat fglrxpkg/etc/ati/amdpcsdb.default | grep -i version
+if [ -f %{_sysconfdir}/amdpcsdb ];then
+ sed -i -e 's|ReleaseVersion=.*|S8.892-110914m-125703C-ATI|' %{_sysconfdir}/amdpcsdb
+ sed -i -e 's|Catalyst_Version=.*|S11.9|' %{_sysconfdir}/amdpcsdb
+fi ||:
+
if [ "${1}" -eq 1 ]; then
# Enable catalyst driver when installing
%{_sbindir}/catalyst-config-display enable &>/dev/null
# Add init script(s) and start it
/sbin/chkconfig --add catalyst
/sbin/chkconfig --add atieventsd
- /etc/init.d/catalyst start &>/dev/null ||:
+ /etc/init.d/catalyst start &>/dev/null
if [ -x /sbin/grubby ] ; then
GRUBBYLASTKERNEL=`/sbin/grubby --default-kernel`
/sbin/grubby --update-kernel=${GRUBBYLASTKERNEL} --args='radeon.modeset=0' &>/dev/null
@@ -286,8 +314,9 @@
if [ "${1}" -eq 0 ]; then
# Disable driver on final removal
test -f %{_sbindir}/catalyst-config-display && %{_sbindir}/catalyst-config-display disable &>/dev/null
- /etc/init.d/catalyst stop &>/dev/null
+ /sbin/service catalyst stop >/dev/null 2>&1
/sbin/chkconfig --del catalyst
+ /sbin/service atieventsd stop >/dev/null 2>&1
/sbin/chkconfig --del atieventsd
if [ -x /sbin/grubby ] ; then
# remove rdblacklist from boot params in case they installed with v10.7, which blacklisted radeon upon installation
@@ -314,38 +343,37 @@
%config %{_sysconfdir}/ati/authatieventsd.sh
%config %{_sysconfdir}/acpi/actions/ati-powermode.sh
%config(noreplace) %{_sysconfdir}/acpi/events/*aticonfig.conf
-%config(noreplace) %{_sysconfdir}/profile.d/catalyst.*
%{_initrddir}/*
%{_sbindir}/*
%{_bindir}/*
-# Xorg libs that do not need to be multilib
+# no_multilib
%{_libdir}/xorg/modules/drivers/fglrx_drv.so
%{_libdir}/xorg/modules/linux/libfglrxdrm.so
-#/no_multilib
+%{_libdir}/xorg/modules/extensions/catalyst/
+%{_libdir}/xorg/modules/*.so
+%{_prefix}/lib/libAMDXvBA.cap
+# /no_multilib
%{_datadir}/applications/*amdcccle.desktop
%{_datadir}/ati/amdcccle/*
%{_datadir}/icons/*
%{_mandir}/man[1-9]/atieventsd.*
-%{_libdir}/xorg/modules/extensions/catalyst/
-%{_libdir}/xorg/modules/*.so
%files libs
%defattr(-,root,root,-)
%dir %{atilibdir}
%{atilibdir}/*.so*
-%{atilibdir}/switchlibGL
-%{atilibdir}/switchlibglx
-%{atilibdir}/libAMDXvBA.cap
%{_libdir}/dri/
%files devel
%defattr(-,root,root,-)
%doc fglrxpkg/usr/src/ati/fglrx_sample_source.tgz
%{atilibdir}/*.a
-#%{_libdir}/xorg/modules/*.a
%{_includedir}/fglrx/
%changelog
+* Fri Oct 28 2011 Stewart Adam <s.adam at diffingo.com> 11.9-2
+- Fix several packaging bugs (#1932, #1965)
+
* Wed Sep 28 2011 Stewart Adam <s.adam at diffingo.com> 11.9-1
- Update to Catalyst 11.9 (internal version 8.89.2)
--- catalyst.csh DELETED ---
--- catalyst.sh DELETED ---
--- filter-provides.sh DELETED ---
--- filter-requires.sh DELETED ---
13 years
rpms/livna-config-display/F-15 livna-config-display-0.0.24-catalyst.patch, NONE, 1.1 livna-config-display.spec, 1.9, 1.10
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/livna-config-display/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30900/F-15
Modified Files:
livna-config-display.spec
Added Files:
livna-config-display-0.0.24-catalyst.patch
Log Message:
Add patch to fix traceback on startup with recent Catalyst drivers
Also, retire (add dead.package) for devel & F-16 branches
livna-config-display-0.0.24-catalyst.patch:
ConfigurationDialog.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE livna-config-display-0.0.24-catalyst.patch ---
--- src/ConfigurationDialog.py 2008-12-25 15:55:02.000000000 -0500
+++ src/ConfigurationDialog.py 2011-10-28 18:45:26.152423471 -0400
@@ -284,12 +284,12 @@
self.recommended = 'AIGLX'
elif self.vendor == "nvidia-legacy":
self.recommended = MSG_NONE
- elif self.vendor == "fglrx":
+ elif self.vendor in ["fglrx", "catalyst"]:
self.supports.append('AIGLX')
self.supports.append('Xgl')
self.recommended = 'AIGLX'
# No driver installed?
- elif self.vendor == 'False':
+ else:
self.ui.DriverNameLabel.set_text(MSG_NONE_FOUND)
self.supports = ['Unknown']
self.recommended = 'AIGLX'
Index: livna-config-display.spec
===================================================================
RCS file: /cvs/nonfree/rpms/livna-config-display/F-15/livna-config-display.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- livna-config-display.spec 30 Aug 2010 15:34:41 -0000 1.9
+++ livna-config-display.spec 28 Oct 2011 23:01:28 -0000 1.10
@@ -2,13 +2,14 @@
Name: livna-config-display
Version: 0.0.24
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tools to manage graphic drivers from the Livna repository
URL: http://rpm.livna.org
License: GPLv2+
Group: System Environment/Base
Source0: http://downloads.diffingo.com/livna/livna-config-display/%{name}-%{versio...
+Patch0: livna-config-display-0.0.24-catalyst.patch
Requires: pygtk2, pygtk2-libglade
Requires: usermode
@@ -27,9 +28,7 @@
%prep
%setup -q
-#pushd src/livnaConfigDisplay
-#patch0 -b .patch0
-#popd
+%patch0 -b .catalyst
%build
make %{?_smp_mflags}
@@ -64,6 +63,9 @@
%doc TODO CHANGELOG COPYING
%changelog
+* Fri Oct 28 2011 Stewart Adam <s.adam at diffingo.com> - 0.0.24-2
+- Add patch to fix traceback on startup with recent Catalyst drivers
+
* Mon Aug 30 2010 Stewart Adam <s.adam at diffingo.com> - 0.0.24-1
- Update to 0.0.24
- Remove dependency on system-config-display
13 years
rpms/livna-config-display/F-14 livna-config-display-0.0.24-catalyst.patch, NONE, 1.1 livna-config-display.spec, 1.9, 1.10
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/livna-config-display/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30900/F-14
Modified Files:
livna-config-display.spec
Added Files:
livna-config-display-0.0.24-catalyst.patch
Log Message:
Add patch to fix traceback on startup with recent Catalyst drivers
Also, retire (add dead.package) for devel & F-16 branches
livna-config-display-0.0.24-catalyst.patch:
ConfigurationDialog.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE livna-config-display-0.0.24-catalyst.patch ---
--- src/ConfigurationDialog.py 2008-12-25 15:55:02.000000000 -0500
+++ src/ConfigurationDialog.py 2011-10-28 18:45:26.152423471 -0400
@@ -284,12 +284,12 @@
self.recommended = 'AIGLX'
elif self.vendor == "nvidia-legacy":
self.recommended = MSG_NONE
- elif self.vendor == "fglrx":
+ elif self.vendor in ["fglrx", "catalyst"]:
self.supports.append('AIGLX')
self.supports.append('Xgl')
self.recommended = 'AIGLX'
# No driver installed?
- elif self.vendor == 'False':
+ else:
self.ui.DriverNameLabel.set_text(MSG_NONE_FOUND)
self.supports = ['Unknown']
self.recommended = 'AIGLX'
Index: livna-config-display.spec
===================================================================
RCS file: /cvs/nonfree/rpms/livna-config-display/F-14/livna-config-display.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- livna-config-display.spec 30 Aug 2010 15:34:41 -0000 1.9
+++ livna-config-display.spec 28 Oct 2011 23:01:27 -0000 1.10
@@ -2,13 +2,14 @@
Name: livna-config-display
Version: 0.0.24
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tools to manage graphic drivers from the Livna repository
URL: http://rpm.livna.org
License: GPLv2+
Group: System Environment/Base
Source0: http://downloads.diffingo.com/livna/livna-config-display/%{name}-%{versio...
+Patch0: livna-config-display-0.0.24-catalyst.patch
Requires: pygtk2, pygtk2-libglade
Requires: usermode
@@ -27,9 +28,7 @@
%prep
%setup -q
-#pushd src/livnaConfigDisplay
-#patch0 -b .patch0
-#popd
+%patch0 -b .catalyst
%build
make %{?_smp_mflags}
@@ -64,6 +63,9 @@
%doc TODO CHANGELOG COPYING
%changelog
+* Fri Oct 28 2011 Stewart Adam <s.adam at diffingo.com> - 0.0.24-2
+- Add patch to fix traceback on startup with recent Catalyst drivers
+
* Mon Aug 30 2010 Stewart Adam <s.adam at diffingo.com> - 0.0.24-1
- Update to 0.0.24
- Remove dependency on system-config-display
13 years
rpms/livna-config-display/devel dead.package, NONE, 1.1 .cvsignore, 1.6, NONE livna-config-display.spec, 1.9, NONE sources, 1.6, NONE
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/livna-config-display/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30900/devel
Added Files:
dead.package
Removed Files:
.cvsignore livna-config-display.spec sources
Log Message:
Add patch to fix traceback on startup with recent Catalyst drivers
Also, retire (add dead.package) for devel & F-16 branches
--- NEW FILE dead.package ---
livna-config-display is no longer required by any of the graphic drivers
packaged by RPM Fusion and has been retired.
--- .cvsignore DELETED ---
--- livna-config-display.spec DELETED ---
--- sources DELETED ---
13 years
rpms/livna-config-display/F-16 dead.package, NONE, 1.1 .cvsignore, 1.6, NONE livna-config-display.spec, 1.9, NONE sources, 1.6, NONE
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/livna-config-display/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30900/F-16
Added Files:
dead.package
Removed Files:
.cvsignore livna-config-display.spec sources
Log Message:
Add patch to fix traceback on startup with recent Catalyst drivers
Also, retire (add dead.package) for devel & F-16 branches
--- NEW FILE dead.package ---
livna-config-display is no longer required by any of the graphic drivers
packaged by RPM Fusion and has been retired.
--- .cvsignore DELETED ---
--- livna-config-display.spec DELETED ---
--- sources DELETED ---
13 years
rpms/west-chamber/F-16 west-chamber.spec,1.3,1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27919
Modified Files:
west-chamber.spec
Log Message:
Sync with branched
Index: west-chamber.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber/F-16/west-chamber.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- west-chamber.spec 28 Oct 2010 07:32:16 -0000 1.3
+++ west-chamber.spec 28 Oct 2011 22:37:34 -0000 1.4
@@ -4,7 +4,7 @@
Name: west-chamber
Summary: Extensions named after Romance of the West Chamber for iptables
Version: 0.0.1
-Release: 6.%{?svndate}svn%{?dist}
+Release: 7.%{?svndate}svn%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://code.google.com/p/scholarzhang/
@@ -61,6 +61,9 @@
%{_mandir}/man8/*
%changelog
+* Sat Oct 29 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn
+- Update for F-16
+
* Thu Oct 28 2010 Chen Lei <supercyper(a)163.com> - 0.0.1-6.20101017svn
- svn 105
13 years
rpms/west-chamber/devel west-chamber.spec,1.3,1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27796
Modified Files:
west-chamber.spec
Log Message:
Rebuilt for F-16 availability
Index: west-chamber.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber/devel/west-chamber.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- west-chamber.spec 28 Oct 2010 07:32:16 -0000 1.3
+++ west-chamber.spec 28 Oct 2011 22:37:03 -0000 1.4
@@ -4,7 +4,7 @@
Name: west-chamber
Summary: Extensions named after Romance of the West Chamber for iptables
Version: 0.0.1
-Release: 6.%{?svndate}svn%{?dist}
+Release: 7.%{?svndate}svn%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://code.google.com/p/scholarzhang/
@@ -61,6 +61,9 @@
%{_mandir}/man8/*
%changelog
+* Sat Oct 29 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn
+- Update for F-16
+
* Thu Oct 28 2010 Chen Lei <supercyper(a)163.com> - 0.0.1-6.20101017svn
- svn 105
13 years
rpms/rpmfusion-nonfree-release/F-15 RPM-GPG-KEY-rpmfusion-nonfree-fedora-16-primary, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26340
Added Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-16-primary
Log Message:
Add missing key
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-16-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
mQINBE3gef8BEACtJMhhHw94GOJJiFFaTwAAcl1WZUzNVLmwdJu4pQ0PZPHz0J2U
qG3HswqzCrHqUGyamfAvi/DGJlaam4FDYjG1nN8hqUy2MPwgSv7U27tt01zWE3DO
GIoMPmVque3n/rudcds0TLh2OKQaxlKt2GsSWWdT+QTxL1wP3viZEAOtqpIc6YzH
C86s6bWW5lP6uXBmWTs/xCQfjRb41hk/ObPHsLjN6vRtSg+dgidn98jkQAZDT25/
3MhPMX7nwebBjSIvL/LyghzTP39qhMTovGU+AN+oFxZWma7xwEzK/V2MV+QWYLHW
rJlrtcXKSEliCJCHFz6OG2f8jsKuJtDzdM+wKMGQbrnjGDIuQup11MNZuyI95mP0
OqCtEZSNmpmT0PUgrSqXKj4tDUfd4VSozWgh0RlX6fhj9oZuYyWrUl1y9tV3DeNM
d4i547IjpwxFE64qvbztUT4AWRwKuaBRw2r/2vnSxFlq+Qs9Xl/bcFt1vynBiP9H
RBL8QyDhnaRmqRPQV1q4lP5fXAU8PvbR2LjJihM3JkpoVt7U4ygH3OKAEU05gTW0
7oZ+bFEnxRl33vF4NcehWo7Hhlnv1swTfcp5+6MDvzdDTRkkoJndbAKZu3xifYlm
nAsxzwKf8n/2UZuOk2HrvgxPAvAVcHf4pHpr8ycHeBT2vlb0Ym1Kb+4z0wARAQAB
tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxNikg
PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCNgQTAQIA
IAUCTeB5/wIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEJ0amuyVLzr4+4sQ
AJ4sgFDBm72kFqAPA3GMWgremGurnmHeJJzww4IWfB5MtHqJLG8K26FW/iElkemj
doAwBLlJBFsUndsud1AfPxgRKdqguDizeIT81mNkgbsQuVbrTXkR6ha3/3XEPGPQ
xo36TTeJEX/4B+gy5kUp0i55Ng3ratM6X56DBissyLhVh/B9qBHVOJJn45HD0t4R
e0kOWDtINNo+FH+6LbutFUEMeJuUA158HoLD1AKSJuI7D4upe4fItB/0Sb6wII5T
LE203ZW3S97NYnNT4PzSlD0cGicfiA4CaZLDfp6ab0CWY8EuD2+EvI6cCnL4W1HG
w22a/Q4xCPIFwhqDxpVzIc/MAcIAEZAUq9MNnnyGWsX8XECpGsSqWr3oNqV3q+fs
/GJmS3nr3ddD+dP9NTiRkRYZahXVq3avQtKqWT9ks6VufKirjVWcTDuM+knynX3A
LGy+pk2sTkEwY0fD63y6+9ndEvuWUZiyjOR+Waa0BLXnkOVXmPHFxadEyj7phtqE
bJQlqcfYIfDg4YlUXWOSmu9u/yGvEdaROpNqbyJUWRcSwiGdpNCZ+WSNS3HEB473
80ocuDbQwSnXvwkC7kMwfnbptpbT+x4c4DhK8raCGAay6ax9unL6opBQGIl4L+aU
is00VcpBS1kzhGFN6OGKF6TbSEvqqeIPyS6jsW9R/FWT
=WBb0
-----END PGP PUBLIC KEY BLOCK-----
13 years
rpms/rpmfusion-nonfree-release/F-15 RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary, NONE, 1.1 rpmfusion-nonfree-rawhide.repo, 1.12, 1.13 rpmfusion-nonfree-release.spec, 1.19, 1.20 rpmfusion-nonfree-updates.repo, 1.12, 1.13 rpmfusion-nonfree.repo, 1.12, 1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23167/F-15
Modified Files:
rpmfusion-nonfree-rawhide.repo rpmfusion-nonfree-release.spec
rpmfusion-nonfree-updates.repo rpmfusion-nonfree.repo
Added Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary
Log Message:
Add key for Rawhide/F-17
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE6oaIkBEADboj5xc2pgDaq6LG+zSgLsVXusXFBB1tjuVWiu/KrdcbdNxjvW
ENAgHtcmPCfwxgcrNnTRbTuE1uUEiYJ7stwR9UfVHT2LqwNghFySg0X/UNcZEZ+K
lLZzJ8I4vhcwSTo1dBFiCwgWqrVV13/zlkxavswEPK3WW8DAEUa+Ws8JBZnNRhuF
kTPXCVQ41EvrPswavaHTtMoP3lIKWjQvFh2dxwNIjJQdjUUcjkzXcDcOKNd3j0H9
f/1cjBcAlIgNmKfpVU4u3+BoXOnfL0QMPame0qGhN/SPcpJQWmsK+RlT2k/iWBI4
p+9hG3M3U41dGUd8aIPFTlOFROTZwFSXBEMzp/ZT0nc0IXglA8cKg1wm9QwX75ia
zBUC+UVcuPBefmKU8AOO/iwSteCjGIv9Z53ElOmsPPE6sof/5FumkRX1pzi4vEiq
kgEZisoEzQ88IE3mpbr1lSUOqPR6YwdZxHXeZGypxz5lnh+ZT37kumhwWTnm29eq
KsdfPjkRmP7EC0BGXZ3kgzn4u7Ui+NvzveBdbn+MZpy0ahjllKRB73/+s1hArsHz
5NxkWMoba+6fz0aPwO/S98YfHhFpzItw79O9Jth55r6xh55rM93bkTbDH5DNogqp
POgpnT4pOn40pmGDmiAhmjeFuo/ghLR3IV+M6h+eN469WEbICwH8p9JjywARAQAB
tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxNykg
PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIA
IgUCTqhoiQIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQDdY0vdI4K4Mj
8w//dzUpUcoPH4LBZEK58Z8m0KRB6trW8sz4ZGJ4kh8OrUQW+DH1lHR6rWdUpqcH
PiAtxFMGyw4QOYUw11aYiidFZQtpzQ9HZH54GIEk+vHTnZ2KxQpn9OPGxmnCWR8z
xPwFr9MGUwzQIHCSUS/JzUFqYskLhH64bNeer2btONntvTGpynyw4K5aykLYFmv7
TJ+AtKi0oRDhuTB6lYQlG9RS/5DWivF27tNKwgHcSlhrqKw3elJvY6LZURdZWkHZ
ijoLiGJD//j1grlDNtcq2C3YVvm2C/hlOgnplDPdoZGqV8StswoSORa/ZV6krpF9
RORHnLwRXg830JSwa2Sbvk5zf0xxsKqgm4UoUOPPH/h2jLEIOLSzo2p/qMMqSdMB
ufIy/W/+eUU9hFdd+nobGxfGeH3SBoSvgd5ZqkCrf5ts2K3MJVqCwKB2MoSAja1C
KKEzTSzCXxdQsXjzQ6QbrGr6aAeqNN/KxCyLNpSQshBbbQm47orFkTt9voJNRhBK
nVBJ+Ekmc0tV6YfxZc5C1pjc7RjXLaLFMqQ65mMUZHfhe0ZQsbIyhbpi7d4gGWbN
yVx61AoW1ccxZKqRidHRQGpy+lnWGTgjP3rCXl+bWR52bfc69Xhcay49vTw3ek0D
FMnIuQn5X5uNbMVlGKZFnRFf9usd6y/Vc+V6p5olukQpkgM=
=fv8t
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-nonfree-rawhide.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15/rpmfusion-nonfree-rawhide.repo,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rpmfusion-nonfree-rawhide.repo 26 Oct 2010 17:51:11 -0000 1.12
+++ rpmfusion-nonfree-rawhide.repo 28 Oct 2011 22:00:19 -0000 1.13
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora Rawhide - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/development/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-ra...
-enabled=1
+enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-latest-$basearch file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-rawhide-$basearch
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15/rpmfusion-nonfree-release.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rpmfusion-nonfree-release.spec 26 Oct 2010 17:51:11 -0000 1.19
+++ rpmfusion-nonfree-release.spec 28 Oct 2011 22:00:19 -0000 1.20
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 15
-Release: 0.1
+Release: 3
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -15,6 +15,8 @@
Source4: rpmfusion-%{repo}-rawhide.repo
Source14: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-14-primary
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
+Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
+Source17: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -63,6 +65,8 @@
%{__install} -Dp -m644 \
%{SOURCE14} \
%{SOURCE15} \
+ %{SOURCE16} \
+ %{SOURCE17} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
# compatibility symlink for easy transition to F11
@@ -72,8 +76,10 @@
for i in i386 x86_64; do
ln -s $(basename %{SOURCE14}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-14-${i}
ln -s $(basename %{SOURCE15}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-${i}
- ln -s $(basename %{SOURCE14}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
- ln -s $(basename %{SOURCE15}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
+ ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
+ ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-${i}
+ ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
+ ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
done
@@ -91,8 +97,12 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
-* Tue Oct 26 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 15-0.1
-- build for rawhide
+* Thu Oct 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 15-3
+- Add keys for Rawhide/F-17
+
+* Sat May 28 2011 Thorsten Leemhuis <fedora at leemhuis.info> - 15-1
+- Add keys for Rawhide/F16
+- Build for F-15
* Sat Oct 16 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 14-0.4
- drop ppc
Index: rpmfusion-nonfree-updates.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15/rpmfusion-nonfree-updates.repo,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rpmfusion-nonfree-updates.repo 26 Oct 2010 17:51:11 -0000 1.12
+++ rpmfusion-nonfree-updates.repo 28 Oct 2011 22:00:19 -0000 1.13
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
-enabled=0
+enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
Index: rpmfusion-nonfree.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-15/rpmfusion-nonfree.repo,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rpmfusion-nonfree.repo 26 Oct 2010 17:51:11 -0000 1.12
+++ rpmfusion-nonfree.repo 28 Oct 2011 22:00:19 -0000 1.13
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$r...
-enabled=0
+enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
13 years
rpms/rpmfusion-nonfree-release/F-14 RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary, NONE, 1.1 rpmfusion-nonfree-release.spec, 1.19, 1.20
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23167/F-14
Modified Files:
rpmfusion-nonfree-release.spec
Added Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary
Log Message:
Add key for Rawhide/F-17
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-17-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.18 (GNU/Linux)
mQINBE6oaIkBEADboj5xc2pgDaq6LG+zSgLsVXusXFBB1tjuVWiu/KrdcbdNxjvW
ENAgHtcmPCfwxgcrNnTRbTuE1uUEiYJ7stwR9UfVHT2LqwNghFySg0X/UNcZEZ+K
lLZzJ8I4vhcwSTo1dBFiCwgWqrVV13/zlkxavswEPK3WW8DAEUa+Ws8JBZnNRhuF
kTPXCVQ41EvrPswavaHTtMoP3lIKWjQvFh2dxwNIjJQdjUUcjkzXcDcOKNd3j0H9
f/1cjBcAlIgNmKfpVU4u3+BoXOnfL0QMPame0qGhN/SPcpJQWmsK+RlT2k/iWBI4
p+9hG3M3U41dGUd8aIPFTlOFROTZwFSXBEMzp/ZT0nc0IXglA8cKg1wm9QwX75ia
zBUC+UVcuPBefmKU8AOO/iwSteCjGIv9Z53ElOmsPPE6sof/5FumkRX1pzi4vEiq
kgEZisoEzQ88IE3mpbr1lSUOqPR6YwdZxHXeZGypxz5lnh+ZT37kumhwWTnm29eq
KsdfPjkRmP7EC0BGXZ3kgzn4u7Ui+NvzveBdbn+MZpy0ahjllKRB73/+s1hArsHz
5NxkWMoba+6fz0aPwO/S98YfHhFpzItw79O9Jth55r6xh55rM93bkTbDH5DNogqp
POgpnT4pOn40pmGDmiAhmjeFuo/ghLR3IV+M6h+eN469WEbICwH8p9JjywARAQAB
tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxNykg
PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCOAQTAQIA
IgUCTqhoiQIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQDdY0vdI4K4Mj
8w//dzUpUcoPH4LBZEK58Z8m0KRB6trW8sz4ZGJ4kh8OrUQW+DH1lHR6rWdUpqcH
PiAtxFMGyw4QOYUw11aYiidFZQtpzQ9HZH54GIEk+vHTnZ2KxQpn9OPGxmnCWR8z
xPwFr9MGUwzQIHCSUS/JzUFqYskLhH64bNeer2btONntvTGpynyw4K5aykLYFmv7
TJ+AtKi0oRDhuTB6lYQlG9RS/5DWivF27tNKwgHcSlhrqKw3elJvY6LZURdZWkHZ
ijoLiGJD//j1grlDNtcq2C3YVvm2C/hlOgnplDPdoZGqV8StswoSORa/ZV6krpF9
RORHnLwRXg830JSwa2Sbvk5zf0xxsKqgm4UoUOPPH/h2jLEIOLSzo2p/qMMqSdMB
ufIy/W/+eUU9hFdd+nobGxfGeH3SBoSvgd5ZqkCrf5ts2K3MJVqCwKB2MoSAja1C
KKEzTSzCXxdQsXjzQ6QbrGr6aAeqNN/KxCyLNpSQshBbbQm47orFkTt9voJNRhBK
nVBJ+Ekmc0tV6YfxZc5C1pjc7RjXLaLFMqQ65mMUZHfhe0ZQsbIyhbpi7d4gGWbN
yVx61AoW1ccxZKqRidHRQGpy+lnWGTgjP3rCXl+bWR52bfc69Xhcay49vTw3ek0D
FMnIuQn5X5uNbMVlGKZFnRFf9usd6y/Vc+V6p5olukQpkgM=
=fv8t
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/F-14/rpmfusion-nonfree-release.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rpmfusion-nonfree-release.spec 28 May 2011 05:05:05 -0000 1.19
+++ rpmfusion-nonfree-release.spec 28 Oct 2011 22:00:20 -0000 1.20
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 14
-Release: 1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -16,6 +16,7 @@
Source14: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-14-primary
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
+Source17: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -65,6 +66,7 @@
%{SOURCE14} \
%{SOURCE15} \
%{SOURCE16} \
+ %{SOURCE17} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
# compatibility symlink for easy transition to F11
@@ -75,8 +77,9 @@
ln -s $(basename %{SOURCE14}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-14-${i}
ln -s $(basename %{SOURCE15}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-${i}
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
- ln -s $(basename %{SOURCE15}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
- ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
+ ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-17-${i}
+ ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
+ ln -s $(basename %{SOURCE17}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide-${i}
done
@@ -94,6 +97,9 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Thu Oct 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 14-2
+- Add keys for Rawhide/F-17
+
* Sat May 28 2011 Thorsten Leemhuis <fedora at leemhuis.info> - 14-1
- Add keys for Rawhide/F16
13 years