Use different repo files depending on %{dist} tag (#197)
This commit is contained in:
parent
25704104a4
commit
44cfc0d2ef
@ -1,12 +1,12 @@
|
||||
[qubes-vm-current]
|
||||
name = Qubes OS Repository for VM (updates)
|
||||
baseurl = http://yum.qubes-os.org/r1-beta1/current/vm
|
||||
baseurl = http://yum.qubes-os.org/r1-beta1/current/vm/f13
|
||||
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-1-primary
|
||||
gpgcheck = 1
|
||||
|
||||
[qubes-vm-unstable]
|
||||
name = Qubes OS Repository for VM (unstable)
|
||||
baseurl = http://yum.qubes-os.org/r1-beta1/unstable/vm
|
||||
baseurl = http://yum.qubes-os.org/r1-beta1/unstable/vm/f13
|
||||
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-1-primary
|
||||
gpgcheck = 1
|
||||
enabled=0
|
13
common/qubes.fc14.repo
Normal file
13
common/qubes.fc14.repo
Normal file
@ -0,0 +1,13 @@
|
||||
[qubes-vm-current]
|
||||
name = Qubes OS Repository for VM (updates)
|
||||
baseurl = http://yum.qubes-os.org/r1-beta1/current/vm/f14
|
||||
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-1-primary
|
||||
gpgcheck = 1
|
||||
|
||||
[qubes-vm-unstable]
|
||||
name = Qubes OS Repository for VM (unstable)
|
||||
baseurl = http://yum.qubes-os.org/r1-beta1/unstable/vm/f14
|
||||
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-1-primary
|
||||
gpgcheck = 1
|
||||
enabled=0
|
||||
|
@ -65,7 +65,7 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/qubes
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
|
||||
cp iptables $RPM_BUILD_ROOT/etc/sysconfig/
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/yum.repos.d
|
||||
cp qubes.repo $RPM_BUILD_ROOT/etc/yum.repos.d
|
||||
cp qubes%{dist}.repo $RPM_BUILD_ROOT/etc/yum.repos.d
|
||||
install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg
|
||||
install -m 644 RPM-GPG-KEY-qubes* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
|
||||
mkdir -p $RPM_BUILD_ROOT/sbin
|
||||
@ -171,7 +171,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/etc/init.d/qubes_core
|
||||
/etc/sysconfig/iptables
|
||||
/var/lib/qubes
|
||||
/etc/yum.repos.d/qubes.repo
|
||||
/etc/yum.repos.d/qubes%{dist}.repo
|
||||
/etc/pki/rpm-gpg/RPM-GPG-KEY-qubes*
|
||||
/sbin/qubes_serial_login
|
||||
/usr/bin/xenstore-watch
|
||||
|
Loading…
Reference in New Issue
Block a user