give vaio-fixes breath again
This commit is contained in:
parent
c600b1b39c
commit
3c154ee7d3
3
Makefile
3
Makefile
@ -1,7 +1,6 @@
|
||||
RPMS_DIR=rpm/
|
||||
|
||||
VERSION := $(shell cat version)
|
||||
VERSION_VAIO_FIXES := $(shell cat version_vaio_fixes)
|
||||
|
||||
DIST_DOM0 ?= fc18
|
||||
|
||||
@ -26,7 +25,7 @@ rpms-dom0: rpms-vaio-fixes
|
||||
|
||||
rpms-vaio-fixes:
|
||||
rpmbuild --define "_rpmdir $(RPMS_DIR)" -bb rpm_spec/core-dom0-vaio-fixes.spec
|
||||
rpm --addsign $(RPMS_DIR)/x86_64/qubes-core-dom0-vaio-fixes-$(VERSION_VAIO_FIXES)*.rpm
|
||||
rpm --addsign $(RPMS_DIR)/x86_64/qubes-core-dom0-vaio-fixes-$(VERSION)*.rpm
|
||||
|
||||
clean:
|
||||
@true
|
||||
|
@ -50,6 +50,7 @@ Conflicts: qubes-core-dom0 < 4.0.23
|
||||
Requires: %{name}-kernel-install
|
||||
Requires: xdotool
|
||||
Requires: createrepo_c
|
||||
Requires: qubes-core-dom0-vaio-fixes
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user